@charset "utf-8";
html {
	margin: 0;
	padding: 0;
}
body {
	position:relative;
	background:#fff;
	color:#4d3925;
	font-family: 'Museo Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 2rem;
	line-height:1.8;
	background:url(../img/back.jpg) #f5e0ce;
}
@media screen and (max-width:720px) {
body {
	font-size: 1.2rem;
}
}
#container {
  width:100%;
  max-width:1280px;
  background:url(../img/bg.jpg);
  background-position:center;
  background-repeat:repeat-y;
  margin:0 auto;
  border: 1px #b88e50 ridge;
  box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.2);
}
div, p {
	margin-bottom:1.5em;
}
a {
  text-decoration:underline;
  color:#dd6371;
}
a:link, a:visited {
}
a:hover, a:active {
	color:#FF0000;
}
ul.attention {
	margin-left:1rem;
}
ul.attention li {
	list-style-type: none;
	text-indent: -1rem;
}
ul.attention li:before {
	display: inline;
	content: "※";
}
.error {
	color:#f00;
	text-align:left;
	margin:0 0 0 0.9em;;
}
.require {
  background:#f00;
  color:#fff;
  border-radius:0.5em;
  padding:0 0.5em;
  margin-left:0.5em;
}
span.nowrap {
	white-space: nowrap;
}
.red {
  color:#E60012;
}
.yellow {
  color:#FFD966;
}
.green {
  color:#00B050;
}
.pc {
  display:block !important;
}
.pc_inline {
  display:inline !important;
}
.sp {
  display:none !important;
}
@media screen and (max-width:720px) {
.pc {
  display:none !important;
}
.pc_inline {
  display:none !important;
}
.sp {
  display:block !important;
}
}
.sns li {
  display:inline-block;
  vertical-align:top;
  width:2.5em;
  margin:0 0.8em;
}
@media screen and (max-width:720px) {
.sns li {
  width:3em;
  margin:0 0.8em;
}
}


header {
  width:100%;
  height:auto;
  z-index:100;
  margin:0 auto;
  letter-spacing: -.5em;
  position:relative;
}
header #title {
  text-align:center;
  width:35%;
  display:inline-block;
  vertical-align:top;
  margin:0 auto;
}
header #title h1 {
  margin: 2em 1em 6em;
}
header #slider {
  width:65%;
  display:inline-block;
  vertical-align:top;
  margin:0 auto;
}
header #slider img {
  width:100%;
}

@media screen and (max-width:1280px) {
header #title h1 {
  margin: 2em 1em;
}
}
@media screen and (max-width:720px) {
header #title {
  width:100%;;
  height:100%;
  background:rgba(255,255,255,0.6);
  margin:0 auto 1em;
  display:block;
  padding:1em 0;
  position:absolute;
}
header #title h1 {
  margin:1em 0 2em;
}
header #title h1 img {
  width:50%;
}
header #slider {
  width:100%;
  display:block;
}
}

nav {
  position: inherit;
  top: 0;
  width:100%;
  max-width:1280px;
  z-index:10;
  margin:0;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
}
nav ul {
  letter-spacing: -.5em;
  line-height:0;
  padding:0.5em 0;
  background:url(../img/bg_menu.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}
nav li {
  display:inline-block;
  width:17.9%;
  margin:0 1% 0;
  text-align:center;
}
@media screen and (max-width:720px) {
nav li img {
  height:20px;
  display:block;
  margin:0 auto;
}
}
footer {
  width:100%;
  background:#000;
  color:#fff;
  font-size:0.8em;
  text-align:center;
  z-index:100;
}
main {
  margin:0 auto;
  z-index:1;
}

section {
  position:relative;
  margin:0 auto 4em;
  padding:1em;
}
@media screen and (max-width:720px) {
section {
  margin:0 auto 1em;
}
}
section * {
  position:relative;
  z-index:1;
}
section#about:before, section#about:after {
  content:"";
  width:25%;
  height:100%;
  position:absolute;
  background-repeat:no-repeat;
  background-size:contain;
  z-index:0;
}
section#about:before {
  left:0;
  bottom:0;
  background-image:url(../img/bg_image_01.png);
  background-position:bottom left;
}
section#about:after {
  right:0;
  bottom:0;
  background-image:url(../img/bg_image_02.png);
  background-position:bottom right;
}
section#about img {
  display:block;
  margin:0 auto 1em;
}
@media screen and (max-width:720px) {
section#about:before, section#about:after {
  width:25%;
}
}

section#why {
  padding-top:4em;
}
section#why p {
  width:70%;
  display:block;
}
section#why:after {
  content:"";
  width:35%;
  height:100%;
  position:absolute;
  background-repeat:no-repeat;
  background-size:contain;
  z-index:0;
  right:0;
  bottom:0;
  background-image:url(../img/bg_image_03.png);
  background-position:bottom right;
}

@media screen and (max-width:720px) {
section#why {
  margin:4em auto 1em;
}
section#why p {
  width:100%;
}
section#why:after {
  width:30%;
  top:0;
  bottom:initial;
  background-position:top right;
}
}

section#idea {
  text-align:center;
}
section#idea h2 {
  margin:0 auto 2em;
}
@media screen and (max-width:720px) {
section#idea h2 {
  margin:0 auto 1em;
}
section#idea p {
  text-align:left;
}
}

section#what div {
  width:100%;
  background-image:url(../img/what_hanetsuki_bg.jpg);
  padding:2em 0;
  text-align:center;
}
section#what h2 {
  margin:0 auto 1em;
}
section#what p {
  color:#fff;
}

section#rice {
  padding-top:4em;
}
section#rice h2 {
  margin:0 auto 2em;
}
section#rice p {
  width:70%;
  display:block;
  background-repeat:no-repeat;
  background-size:contain;
  background-image:url(../img/bg_rice.png);
  background-position:center center;
}
section#rice:after {
  content:"";
  width:35%;
  height:100%;
  position:absolute;
  background-repeat:no-repeat;
  background-size:contain;
  z-index:0;
  right:0;
  bottom:0;
  background-image:url(../img/bg_image_04.png);
  background-position:center right;
}

@media screen and (max-width:720px) {
section#rice {
  margin:4em auto 1em;
}
section#rice p {
  width:100%;
}
section#rice:after {
  width:30%;
  top:0;
  bottom:initial;
  background-position:top right;
}
}

section#menu h2 {
  margin:0 auto 1em;
  text-align:center;
}
section#menu .menu_board {
  background-image:url(../img/bg_menu.jpg);
  background-repeat:repeat-y;
  background-size:contain;
  padding:1em;
  letter-spacing: -.5em;
  width:90%;
  margin:0 auto;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
}
section#menu .menu_board dl, section#menu .menu_board div {
  width:46%;
  margin:1em 2%;
  display:inline-block;
  vertical-align:top;
  letter-spacing: normal;
}
section#menu .menu_board dl {
  padding:10em 0 0;
}
section#menu .menu_board dl dt {
  padding:2rem 2rem 0;
  background:rgba(255,255,255,0.6);
}
section#menu .menu_board dl dd.description {
  padding:2rem;
  background:rgba(255,255,255,0.6);
  font-size:0.7em;
}
section#menu .menu_board dl dd.photo {
  position:absolute;
  text-align:center;
  width:100%;
  top:0;
  left:0;
  z-index:0;
}
section#menu .menu_board div {
  vertical-align:middle;
  text-align:center;
}
@media screen and (max-width:720px) {
section#menu .menu_board {
  width:100%;
}
section#menu .menu_board dl, section#menu .menu_board div {
  width:100%;
  margin:1em auto;
  display:block;
}
section#menu .menu_board dl {
  padding:14em 0 0;
}
section#menu .menu_board dl dd.photo img {
  width:80%;
}
section#menu .menu_board dl dd.description {
  font-size:0.9em;
}
}

section#develop h2 {
  margin:0 auto 1em;
  text-align:center;
}
section#develop ol {
  counter-reset: number 0;
  font-size:0.8em;
  width:90%;
  margin:0 auto;
}
section#develop ol li {
  display:inline;
  margin-right:1em;
}
section#develop ol li:before {
  counter-increment: number 1;
  content: counter(number) ". "; 
}

section#shop {
  background:rgba(255,255,255,0.6);
  letter-spacing: -.5em;
  margin-bottom:0;
}
section#shop h2 {
  margin:0 auto 1em;
}
section#shop>div {
  display:inline-block;
  vertical-align:top;
  letter-spacing: normal;
}
section#shop>div:first-of-type {
  width:53%;
  margin:0 2% 0 5%;
}
#map {
  max-width:100%;
}
section#shop>div:last-of-type {
  width:35%;
  margin:0 5% 0 0;
}
@media screen and (max-width:720px) {
section#shop h2 {
  text-align:center;
}
section#shop>div:first-of-type {
  width:100%;
  margin:0 auto 2em;
}
section#shop>div:last-of-type {
  width:100%;
  margin:0;
}
}

#online {
  position:fixed;
  width:100%;
  max-width:1280px;
  bottom:0;
  z-index:10;
  margin:0;
}
#online>a {
  max-width:9em;
  display:block;
  margin:0 0.5em 0 auto;
}
#online>a:hover {
  animation-name: rubberBand;
  animation-duration: 1s;
  animation-duration: calc(var(--animate-duration)*1.3);
  animation-timing-function: ease-in-out;
}
#online>div {
  display:none;
  margin:0 0.5em 0 0;
}
#online>div a {
  display:block;
  color:#fff;
  margin:0 0 0.5em auto;
  background:rgba(77,57,37,0.9);
  padding:1em;
  width:11em;
  border-radius:1em;
  text-align:center;
  text-decoration:none;
  font-size:0.8em;
}


.daruma {
  animation-name: headShake;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
}
.menu_animation {
  animation-name: bounce;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration)*1.3);
  animation-timing-function: ease-in-out;
}