/*Structure 
-------------------------------------------------------------- */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  /* important */
	height: 100%;
	min-height: 100%;
}


body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size: 100%;
	color: #333;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	font-weight: normal;
}



/*header
-------------------------------------------------------------- */

#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	line-height: 1;
	z-index: 999;
	background-image: url(../img/header_bg.png);
	background-repeat: repeat;
}


#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
	font-size: 90%;
}
#top-head .inner {
	position: relative;
}

#top-head .logo {
	float: left;
	padding-top: 20px;
	margin: 0px 0 0 5%;
}



/*inner
-------------------------------------------------------------- */

.inner {
	width: 100%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}


/*Nav
-------------------------------------------------------------- */

nav {
	float: right;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
    margin-right: 5%;
}


#global-nav ul li {
    display: inline;
}

#global-nav ul li a {
	padding: 0 15px;
	color: #fff;
	letter-spacing: 2px;
	font-size: 90%;
	font-weight: 600;
}


#global-nav ul li a:hover {
	padding: 0 15px;
	color: #EFCFAD;
}

#global-nav .active {
	color: #EFCFAD;
}


/*Fix
-------------------------------------------------------------- */

#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 70px;
	background: #fff;
	background-color: rgba(40,2,2,0.93);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	display: none;
}

#top-head.fixed nav {
	padding-top: 30px;
}

#top-head.fixed #global-nav ul li a {
	color: #fff;
	padding: 0 15px;
}
#top-head.fixed #global-nav ul li a:hover {
	color: #EFCFAD;
	padding: 0 15px;
}
#top-head.fixed #global-nav ul li .active {
	color: #EFCFAD;
}


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

#nav-toggle {
	display: none;
	position: absolute;
	right: 15px;
	top: 22px;
	width: 30px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #AF6726;
	left: 0;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}



/* Styling
-------------------------------------------------------------- */

.main-content {
	height: 100%;
}

.container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.clearfix  {
  content: '';
  display: table;
  clear: both;
}

.contents_tit {
	width: auto;
	height: auto;
	font-size: 200%;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 1px;
	color: #3C0F0F;
	font-weight: 400;
	margin-bottom: 15px;
}

.contents_tex {
	width: auto;
	height: auto;
}




/* bg
-------------------------------------------------------------- */
.back_bg{
	padding-top: 120px;
	padding-bottom: 120px;
}


.color-1{
	background-color: #F9F3ED;
}

.color-2{
	background-color: #FFFDFB;
}

.color-3{
	background-color: #fff;
}


.color-4{
	background-color: #280202;
}



/* Topslider
-------------------------------------------------------------- */

#topslider {
	height: 650px;
	margin-top: 83px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFF;

}



/* ------------------------------------------------------------------
Top Scroll
------------------------------------------------------------------ */

section {
	position: relative;
	width: 100%;
	height: 100%;
}
section::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 80%; 
}

section h2 {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font : normal 300 64px/1 'Josefin Sans', sans-serif;
	text-align: center;
	white-space: nowrap;
	
}

.top_Scroll a {
	position: absolute;
	bottom: 150px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-size: 85%;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}

.top_Scroll a:hover {
	opacity: .5;
}



#section_page a {
	padding-top: 60px;
}

#section_page a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
#section_page a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #C41C1F;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}


@media only screen and (max-width: 568px) {	
section h2 {
	font-size: 350%;	
	top: 30%;
}
	
.top_Scroll a {
	left: 46%;
	bottom: 250px;
}	
}



@media only screen and (max-width: 480px) {	
section h2 {
	font-size: 300%;	
	top: 35%;
}
	
.top_Scroll a {
	left: 46%;
	bottom: 230px;
}	
}




@media only screen and (max-width: 375px) {	
section h2 {
	font-size: 250%;	
	top: 25%;
}
	
.top_Scroll a {
	left: 46%;
	bottom: 300px;
}	
}




@media only screen and (max-width: 320px) {	
section h2 {
	font-size: 200%;	
}
	
.top_Scroll a {
	left: 46%;
}	
}



@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


/* News
-------------------------------------------------------------- */

.newsArea {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-bottom: 80px;
	
}


.newsdate {
	letter-spacing: 1px;
	padding-bottom: 8px;
	font-size: 80%;
	font-weight: 600;
	color: #333;
	padding-top: 0px;
	margin-right: 50px;

}

.newstit
{
	letter-spacing: 1px;
	padding-bottom: 8px;
	font-size: 90%;
	font-weight: 600;
	color: #333;
	padding-top: 0px;
	margin-right: 50px;

}

.newsArea_box{
	padding-top:20px;
}


.newstit{
	margin-bottom: 5px;
	padding: 0px;
	font-weight: 600;
	font-size: 82%;
	letter-spacing: 1px;
}

.newstex {
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	border-bottom: 2px dotted #E1DBD8;
	padding-bottom: 15px;
}



.external-link  {
	color: #D03B07;
	}



.newstex a {
	color: #D03B07;
	}


.newstex a:hover {
	color: #C37F67;
}


/* News_Banner
-------------------------------------------------------------- */

.banner_box{
	letter-spacing: -0.4em;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 30px;
	
}

.outbox{
	letter-spacing: normal;
	position: relative;
	overflow: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	max-width: 280px;
	height: 220px;
	width: 	100%;
	display: inline-block;	
}

.bannerArea_title {
	text-align: center;
	padding-top: 20px;
	font-size: 83%;
	font-weight: 600;
	width: 280px;
}

figure.photo-hover {
	letter-spacing: normal;
	position: relative;
	overflow: hidden;
	max-width: 280px;
	width: 	100%;
	height: 220px;
	color: #ffffff;
	text-align: left;
	font-size: 100%;
	display: inline-block;
}


figure.photo-hover * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
	
}

figure.photo-hover img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

figure.photo-hover:after,
figure.photo-hover figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

figure.photo-hover:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}

figure.photo-hover figcaption {
	z-index: 1;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}

figure.photo-hover h3,
figure.sphoto-hover .links {
  width: 100%;
  margin: 10px 0;
  padding: 0;
}

figure.photo-hover h3 {
  line-height: 1.1em;
  font-weight: 600;
  font-size: 100%;
  text-transform: uppercase;
  opacity: 0;
}

figure.photo-hover p {
  font-size: 0.8em;
  letter-spacing: 1px;
  line-height: 21px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

figure.photo-hover i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 10px 25px;
  font-size: 34px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

figure.photo-hover a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

figure.photo-hover:hover img,
figure.photo-hover.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

figure.photo-hover:hover:after,
figure.photo-hover.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

figure.photo-hover:hover h3,
figure.photo-hover.hover h3,
figure.photo-hover:hover p,
figure.photo-hover.hover p,
figure.photo-hover:hover i,
figure.photo-hover.hover i {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}


/* ------------------------------------------------------------------
About Us
------------------------------------------------------------------ */

.coverBg{
	padding-top: 70px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	height: 720px;
}


.coverBg.color-3 {
	background-image: url(../img/top_pc.jpg);
	background-size: cover;
	background-position: bottom;
}


.cover_text{
	width: 650px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 30px;
}


@media only screen and (min-width: 1500px) {	
	
	
.coverBg{
	padding-top: 60px;
	height: 750px;
}


.cover_text{
	width: 650px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 30px;
}
}	


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

.coverBg{
	height: 580px;
}
	
.coverBg.color-3 {
	background-image: url(../img/top_pc.jpg);
	background-position: top;
}
	
.cover_text{
	margin-bottom: 20px;
}	
}



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

.cover_text{
	width: 90%;

}
}



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

.coverBg{
	padding-top: 70px;
  }
	
.coverBg.color-3 {
	background-image: url(../img/top_mobail.jpg);
}	
}


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

.coverBg{
	padding-top: 45px;
	background-position:bottom;
  }
	
.coverBg.color-3 {
	background-image: url(../img/top_mobail.jpg);
}	
}


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

.coverBg {
	background-position:top;
	padding-top: 45px;
	height: 600px;
  }
	
.cover_text{
	width: 90%;
	margin-left: auto;
	margin-right:auto;
}
	
	
.coverBg.color-3 {
	background-image: url(../img/top_mobail.jpg);
}
}	

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


.coverBg {
	background-position: bottom;
	padding-top: 70px;
	height: 600px;
  }
	
.cover_text{
	width: 85%;
	margin-left: auto;
	margin-right:auto;
}
	
	
.coverBg.color-3 {
	background-image: url(../img/top_mobail2.jpg);
}
}

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


.coverBg {
	padding-top: 50px;
	height: 600px;
  }
	
.cover_text{
	width: 85%;
}
}
		



/* ------------------------------------------------------------------
Pick Up
------------------------------------------------------------------ */



.pickup  {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.menu{
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #333;
	font-weight: 600;
	}


p.subtex{
	font-size: 75%;
}


#pickup_photo {
    height: 400px;
    width: 80%;
    background-image: url("../img/pickup_2024.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	margin-bottom: 40px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}


/* ------------------------------------------------------------------
ContactArea/Reservation
------------------------------------------------------------------ */

.reserv_tex  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}


.contact_tex{
	width: 50%;
	float: left;

}


.mail_a a{
	color: #333;	
}

.mail_a a:hover{
	color: #D08243;
}



.contact_tex2{
	width: 40%;
	float: right;
	color: #333;
	text-align: left;
	
}


.line_tit{
	font-size: 18px;
	font-weight: 600;
}






/* ------------------------------------------------------------------
Map
------------------------------------------------------------------ */


#map_canvas {
	width:100%;
	height:500px;
	}



#map_canvas p {
	color: #000;
	font-size: 12px;
	text-align: left;
	letter-spacing: 0.1em;
	padding-right: 15px;
}


#firstHeading {
	color: #900;
	font-size: 14px;
	line-height: 27px;
	text-align: left;
	padding-right: 15px;
}




/*          Map
-------------------------------------------*/

.ly_accordion {
	border: none;
	border-bottom: 0;
	width: 100%;
}
 
.ly_accordion .bl_inner {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
}
 
.ly_accordion .el_heading  {
	text-align: center;
	cursor: pointer;
	display: block;
	font-size: 110%;
	background-color: #280202;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Open Sans", sans-serif;
	padding: 30px 0;	
}


.ly_accordion .el_heading:hover  {
	background-color: #DAC1AC;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	outline: none;
	color: #fff;
	
}
 
.ly_accordion .bl_content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease-out 0s;
}
 
.ly_accordion .el_checkbox {
  display: none;
}
 
.ly_accordion .el_checkbox:checked + .bl_content {
  max-height: 9999px;
  transition: max-height 1s ease-in;
}





/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------ */


footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-bottom: 70px;
	background-color: #B35624;
}


.shop_info{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}


.side_01{
	width: 50%;
	float: left;
	border-right: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
}


.side_02{
	width: 50%;
    float: right;
	margin-left: auto;
	margin-right: auto;
	
}

.overflow{
overflow: hidden
}




.in{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}


.shop_info p{
	color: #fff;
	font-size: 78%;
	text-align: left;
}


.social-icons {
	text-align: center;
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	margin-bottom: 30px;
}

.social-icons li {
    width: 50px;
    display: inline-block;
	color: #fff;
	margin-left: 8px;
	margin-right: 8px;
}

.social-icons li {
    vertical-align:bottom;
}


.social-icons li a {
	display: block;
	color: #fff;
	font-size: 180%;
	border: 1px solid #fff;
	padding-top: 9px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 9px;
}


.social-icons li a:hover{
	border: 1px solid #CFA888;
	background-color: #CFA888;
}


footer p {
	color: #fff;
	font-size: 75%;
	text-align: center;
	letter-spacing: 1px;
}





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

                        Responsiv

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



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

/*   Container
------------------------------------*/	
	
.container {
	width: 100%;
}	
}




@media screen and (max-width: 960px) {
	
#topslider {
	margin-top: 70px;
	width: 100%;


}	
	
	
/*     Head Nav
----------------------------------*/	
	
	
#top-head, .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	height: 70px;
}
#top-head .logo {
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-right: auto;
	padding-top: 2px;
	
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background-color: #1B1104;
	width: 100%;
	height: 70px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
	position: absolute;
	left: 13px;
	top: 13px;
}
	
#global-nav {
	position: absolute;
	top: -500px;
	background-color: rgba(16,6,6,0.90);
	width: 100%;
	text-align: left;
	padding: 10px 0;
	margin-top: 0px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after {
	display: none;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #E2D1D1;
	font-size: 100%;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(130,117,113,0.7);
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
#top-head #global-nav ul li a:hover, #top-head.fixed #global-nav ul li a:hover {
	background-color: #D5A795;
	color: #FFFFFF;
}
#nav-toggle {
	display: block;
}
#top-head.fixed .logo {
	display: inline
}
#top-head.fixed #global-nav {
	margin-top: 0px;
}
#top-head.fixed #global-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #E2D1D1;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(130,117,113,0.7);
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
#top-head.fixed #global-nav ul li a:hover {
	background-color: #CE714D;
	padding: 1em 5%;
	color: #FFF;
}
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav  */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}

		

/*   Container
------------------------------------*/	
	
.container {
	width: 90%;
}		
	
.banner_box{
	max-width: 664px;	
}
	
.outbox{
	margin-top: 20px;
	margin-right: 16px;
	margin-left: 16px;
	max-width: 300px;
	height: 220px;
	width: 	100%;
}

.bannerArea_title {
	padding-top: 20px;
	width: 100%;
}

figure.photo-hover {
	max-width: 300px;
	width: 	100%;
	height: 220px;
}

	
/*     Reserv
----------------------------------*/	
	
.reserv_tex  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}


.contact_tex{
	width: 50%;
	float: left;
}


.contact_tex2{
	float: right;
	color: #333;
	
}
}



	

@media screen and (max-width: 830px) {
	
	
/*     Container
----------------------------------*/
	
.container {
	width: 95%;
}	
	
	
/*     Banner
----------------------------------*/
	
.banner_box{
	max-width: 576px;
	
	
}
.outbox{
	margin-top: 20px;
	margin-right: 19px;
	margin-left: 19px;
	max-width: 250px;
	height: auto;
	width: 	100%;

}

.bannerArea_title {
	padding-top: 20px;
	width: 100%;
}

figure.photo-hover {
	max-width: 250px;
	width: 	100%;
	height: auto;
}
	

	
/*   Reservation
------------------------------------*/
	
.reserv_tex  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}
	

/*  Contact
------------------------------------*/	

.in{
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}
}





@media screen and (max-width: 800px) {
	
		
/* bg
-------------------------------- */
	
.back_bg{
	padding-top: 80px;
	padding-bottom: 80px;
}	
				
	
/*   Reservation
------------------------------------*/
	
.contact_tex{
	width: 100%;
	float: none;
	margin-top: 30px;
}


.contact_tex2{
	width: 100%;
	float: none;
	margin-top: 50px;
}
	


	
	
/*   Contact
------------------------------------*/	
.in{
	width: 49%;	
}	
}




	

@media only screen and (max-width: 768px) {	
	
	
	
/*     Container
----------------------------------*/
	
.container {
	width: 90%;
}
	
	
/*     Footer
----------------------------------*/

.shop_info{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}
	
.shop_info p{
	color: #fff;
	font-size: 83%;
	text-align: left;
}	

.side_01{
	width: 100%;
	float: none;
	border-right: none;
	margin-left: auto;
	margin-right: auto;
}


.side_02{
	width: 100%;
    float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}


.in{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}


.social-icons {
	text-align: center;
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	margin-bottom: 30px;
}

.social-icons li {
    width: 50px;
    display: inline-block;
	color: #fff;
	margin-left: 8px;
	margin-right: 8px;
}

.social-icons li {
    vertical-align:bottom;
}


.social-icons li a {
	display: block;
	color: #fff;
	font-size: 180%;
	border: 1px solid #fff;
	padding-top: 9px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 9px;
}
}







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

	
/*     Banner
----------------------------------*/
	
.banner_box{
	max-width: 500px;
	
	
}
.outbox{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	height: auto;
	width: 	100%;
	display: block;	

}

.bannerArea_title {
	padding-top: 20px;
	width: 100%;
	
}

figure.photo-hover {
	max-width: 400px;
	width: 	100%;
	height: auto;
	display: block;
}	
}	




@media only screen and (max-width: 667px) {	
	
.pickup  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	
	
#pickup_photo {
    height: 300px;
    width: 90%;
	margin-bottom: 30px;
	margin-top: 30px;
}
}



@media screen and (max-width: 480px) {
	
	
p{
		font-size: 85%;
	}	
	
	
/*     Container
----------------------------------*/
	
.container {
	width: 90%;
}
	
	
/*     Bg
----------------------------------*/
.back_bg{
	padding-top: 50px;
	padding-bottom: 50px;
}
	

/*    Pick up
-------------------------------------- */	
	
#pickup_photo {
    height: 280px;
    width: 90%;
	margin-bottom: 30px;
	margin-top: 30px;
}	
		
	
/*   Reservation
------------------------------------*/
	
.reserv_tex  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}


.contact_tex{
	width: 100%;
	float: none;
	margin-top: 30px;
	font-size: 105%;
}


.contact_tex2{
	width: 100%;
	float: none;
	font-size: 105%;
	
}
	
.line_tit{
		font-size: 20px;
	}	
	

.shop_info{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
	
	
.in{
	width: 90%;	
}	
	
	
.social-icons {
	margin-top: 50px;
}
	
.social-icons li {
    width: 40px;
    display: inline-block;
	color: #fff;
	margin-left: 7px;
	margin-right: 7px;
}

.social-icons li {
    vertical-align:bottom;
}


.social-icons li a {
	display: block;
	color: #fff;
	font-size: 130%;
	border: 1px solid #fff;
	padding-top: 8px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 8px;
}


.social-icons li a:hover{
	border: 1px solid #CFA888;
	background-color: #CFA888;
}	
}
		


@media screen and (max-width: 375px) {
	
	
/*    container
-------------------------------------- */	
	
.container {
	width: 100%;
}
		
	

/*   News
-------------------------------------- */			
	
.newsArea {
	margin-top: 0px;
	width: 85%;
}
	
/*   Banner_box
-------------------------------------- */		

.banner_box{
	letter-spacing: -0.4em;
	width: 85%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;	
	
}	
	
	
/*    Pick up
-------------------------------------- */	
	
#pickup_photo {
    height: 230px;
    width: 90%;
	margin-bottom: 40px;
	margin-top: 30px;
}	
	
	
	
/*   Reservation
------------------------------------*/
	
.reserv_tex  {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}


.contact_tex{
	width: 100%;
	float: none;
	margin-top: 30px;
	font-size: 115%;
}


.contact_tex2{
	width:100%;
	float: none;
	font-size: 115%;
}	
	
	
/*     Footer
----------------------------------*/
	

.side_01{
	width: 100%;
	border-right: none;
	margin-left: auto;
	margin-right: auto;
	
}


.side_02{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}
	
	

.in{
	width: 80%;	
}
	
	
.social-icons {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
}
	
	

.social-icons li {
	margin-left: 7px;
	margin-right: 7px;
}


	
footer p {
	font-size: 70%;
}		
}	




@media screen and (max-width: 320px) {
	
	
/*    bg
------------------------------------- */
.back_bg{
	padding-top: 50px;
	padding-bottom: 50px;
}


	
/*   News
-------------------------------------- */			
	
.newsArea {
	width: 85%;
}	
	
	
/*   Banner_box
-------------------------------------- */		

.banner_box{
	letter-spacing: -0.4em;
	width: 85%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;	
	
}	
	
	
/*    Pick up
-------------------------------------- */	
	
#pickup_photo {
    height: 200px;
    width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
}	
	
	
	
/*   Reservation
------------------------------------*/
	
.reserv_tex  {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}


.contact_tex{
	width: 100%;
	float: none;
    font-size: 115%;
	margin-top: 30px;
}


.contact_tex2{
	width:100%;
	float: none;
	font-size: 115%;
}	
	
	
/*     Footer
----------------------------------*/
	

.side_01{
	width: 100%;
	border-right: none;
	margin-left: auto;
	margin-right: auto;
	
}


.side_02{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}
	
	

.in{
	width: 80%;	
}
	
	
.social-icons {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
}
	
	

.social-icons li {
	margin-left: 7px;
	margin-right: 7px;
}


	
footer p {
	font-size: 70%;
}	
}	




	