@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: #fff url("../img/background_img.jpg") repeat-x center top;
  font-family: "arial", arial, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4em;
  color: #1b1b1b;
  font-weight: 500;
}
.heigh {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header {
  margin: 0 auto;
  height: 231px;
  width: 100%;
}
header .header_container {
  width: 1140px;
  margin: 0 auto;
}
.header_menu img {
  display: none;
}
header h1 {
  width: 60%;
}
header h1 img {
  width: 35%;
}
article {
	padding-bottom: 2em;
}
h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
h3 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
h4 {
  font-size: 1.7em;
  color: #FF9933;
}
h5 {
  font-size: 1.5em;
}
.pagetop_btn a {
  position: fixed;
  right: 20px;
  bottom: 60px;
  color: #4d4d4d;
}
.pagetop_btn a img {
  width: 80px;
  vertical-align: bottom;
}
/*トップページ*/
.container {
  margin: 0 auto;
  text-align: center;
  width: 1140px;
  background: #fff;
}
.container p {
  font-size: 1.5em;
}
.top-banner_container {
  text-align: center;
}

/*footer*/

.shop_introduction {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.shop_introduction .shop_detail {
  width: 25%;
  margin-bottom: 2em;
}
.shop_introduction .shop_detail a {
	text-decoration: none;
	color: #000000;
}
.shop_introduction .shop_detail p {
  margin: 0 auto;
  font-size: 1.2em;
}
footer {
  margin-top: auto;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  background-color: #c79f62;
  color: #ffffff;
}

/*footer_nav*/
#under-fixed_menu {
  display: none;
}

/*記事ページ*/
.main_title {
  border: 1px solid #bababa;
}
.blog_body {
  padding-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog_body .blog_container {
  width: 800px;
}
.staffblog .staffblogMain {
  margin: 0 auto;
  padding: 2em;
}
.staffblogMain td {
	text-align: center;
}
.staffblog .staffblogMain td img {
	width: 90%;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 0.25em 0.5em;
}

@media (max-width: 1030px) {
  header {
	height: auto;
	margin: 0;
  }
  header .header_container {
	width: 100%;
  }
  .header_menu img {
	display: block;
	width: 100%;		
  }
  header h1 {
	width: 100%;
  }
  body {
	background: none;		
  }
  .container {
	width: 100%;
  }
  .shop_introduction .shop_detail {
	width: 30%;
  }
  .blog_body .blog_container {
    width: 95%;
  }
}

@media (max-width: 800px) {
  .detail_img {
	display: none!important;		
  }
  header h1 img {
	width: 40%;
  }
  header .header_container .header_menu {
	width: 100%;
	padding-top: 0;
  }
  header .header_container {
    width: 100%;
  }
  .container {
    width: 95%;
  }
  .top-banner_container {
  	width: 90%
	margin: 0 auto;
  }
  .shop_introduction {
	justify-content: space-between;
  }
  .shop_introduction .shop_detail {
	width: 32%;
  }
  .shop_introduction .shop_detail img{
	width: 100%;
  }
  .shop_introduction .shop_detail p {
	font-size: 1.1em;
  }
  .pagetop_btn {
	display: none!important;
  }
  footer {
	height: 85px;	
  }
	
 /*footer_nav*/
  #under-fixed_menu {
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 10;
  }
  #under-fixed_menu ul {
	height: 65px;
	width:100%;
	display: flex;
	justify-content: center;
	list-style: none;
  }
  #under-fixed_menu li {
	text-align: center;
  }
  #under-fixed_menu li a {
	height: 100%;
	display: block;
  }
  #under-fixed_menu li img {
	height: 100%;	
  }
  #under-fixed_menu li:first-child {
	width: 60.90%;
	background: rgb(255, 160, 0);
  }
  #under-fixed_menu li:nth-child(2) {
	width: 23.43%;
	background: rgb(252,95,146);
  }
  #under-fixed_menu li:last-child {
	width: 15.62%;
	background: rgb(20,220,110);
  }
}

@media (max-width: 550px) {
  h2 {
    font-size: 1.3em;
  }
  h3{
	font-size: 1.4em;	
  }
  header {
    width: 100%;
	height:auto;
  }
  .top-banner_container {
	width: 100%
  }
  .container p {
    font-size: 1.2em;
  }
  .main_title {
	padding: 0.5em;
  }
  .shop_introduction .shop_detail {
	margin-bottom: 1em;
  }
  .shop_introduction .shop_detail p {
	font-size: 0.7em;
  }
  .staffblog .staffblogMain {
    padding: 1em 0 2em 0;
  }
  .staffblog .staffblogMain img {
	width: 100%;
	height: auto;
  }
  footer {
	height: 65px;	
  }	

  #under-fixed_menu ul {
	height: 50px; 
  }
}

/*# sourceMappingURL=style.css.map */