@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 1.0s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 1.0s ease;
}

body.fadeout::after {
  opacity: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="button"], input[type="text"], input[type="submit"], input[type="email"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);*/
html {
  width: 100%;
  overflow-y: scroll;
}

body {
  width: 100%;
  min-width: 980px;
  margin: 0;
  overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
    margin: 0;
  }
}

::selection {
  background: #99DAA2;
  /* Safari用 */
}

::-moz-selection {
  background: #99DAA2;
  /* Firefox用 */
}

img {
  width: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

body {
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden;
  }
}

@supports (-ms-ime-align: auto) {
  body {
    font-family: "メイリオ", Meiryo, Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden;
  }
}

/* ===================================

↑リセット、共通css

=================================== */
#container {
  overflow: hidden;
}

/* ===================================

↓ローディングcss 

=================================== */
/* ===================================

↓ファーストビューcss 

=================================== */
.first_view {
  width: 100%;
  min-width: 980px;
  height: 100vh;
  background-size: cover;
  overflow-y: scroll;
  overflow-y: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .first_view {
    min-width: 100%;
    height: 0;
    background-size: cover;
    background-position: center;
    padding-bottom: 70%;
    overflow-y: visible;
  }
}

/*ipadだけメインイメージの高さを変える*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .first_view {
    height: 70vh;
  }
}

/*メインイメージ*/
.asahi {
  width: 100px;
  height: auto;
  margin: 20px 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .asahi {
    width: 80px;
    margin: 0;
    padding: 10px 0 0 10px;
  }
}

.first_view h1 {
  width: 280px;
  height: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .first_view h1 {
    width: 50vw;
    height: auto;
    top: 110%;
    z-index: 100;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .first_view h1 {
    width: 380px;
  }
}

.first_view h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "palt";
  line-height: 2.3em;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  position: absolute;
  right: 50px;
  top: 50px;
}

@media only screen and (max-width: 768px) {
  .first_view h2 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-size: 4vw;
    line-height: 1.8em;
    text-align: center;
    right: 0;
    top: 30%;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
}

.first_view .mark {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 120px;
  right: 40px;
}

@media only screen and (max-width: 768px) {
  .first_view .mark {
    width: 15vw;
    bottom: 10px;
    right: 10px;
  }
}

.first_view .scroll a {
  position: absolute;
  color: #fff;
  font-size: 12px;
  bottom: 90px;
  left: 47.7%;
  letter-spacing: 0.1em;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  .first_view .scroll a {
    display: none;
  }
}

.first_view .scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

header {
  position: fixed;
  z-index: 100;
}

.first_view nav {
  width: 100%;
  min-width: 980px;
  height: 80px;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 0px 20px;
  z-index: 200;
}

@media only screen and (max-width: 768px) {
  .first_view nav {
    min-width: 100%;
    height: 12vw;
  }
}

.first_view nav ul li a {
  color: #5c3b14;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 7%;
  padding: 15px 0;
  text-align: center;
  line-height: 1.5em;
  position: relative;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  .first_view nav ul li a {
    font-size: 2.5vw;
    padding: 2% 0;
    margin-right: 2.2vw;
  }
}

.first_view nav ul li a:after {
  content: "";
  width: 2px;
  height: 42px;
  background: url(../img/dash_line.gif) no-repeat;
  background-size: contain;
  position: absolute;
  right: -3vw;
  top: 20px;
  cursor: default;
}

@media only screen and (max-width: 768px) {
  .first_view nav ul li a:after {
    display: none;
  }
}

.first_view nav ul li a:hover {
  color: #f26304;
}

.first_view nav ul li:first-of-type a {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .first_view nav ul li:first-of-type a {
    margin-left: 10px;
  }
}

.first_view nav ul li:nth-of-type(4) a {
  margin-right: 0;
}

.first_view nav ul li:nth-of-type(4) a:after {
  background: none;
}

.first_view nav ul li:nth-of-type(5) a {
  color: #fff;
  background-color: #5c3b14;
  float: right;
  width: 85px;
  height: 100%;
  margin-right: 0;
  text-align: left;
  line-height: 1.5em;
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  .first_view nav ul li:nth-of-type(5) a {
    display: none;
  }
}

.first_view nav ul li:nth-of-type(5) a:hover {
  background-color: #00aced;
}

.first_view nav ul li:nth-of-type(5) a:after {
  background: none;
}

.first_view nav ul li:nth-of-type(5) a img {
  width: 30px;
  height: auto;
  padding: 15px 0 5px 32px;
}

.first_view nav ul li:nth-of-type(6) a {
  color: #fff;
  background-color: #f26304;
  float: right;
  width: 120px;
  height: 100px;
  margin-right: 0;
  text-align: left;
  line-height: 1.5em;
  position: relative;
  padding-left: 70px;
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  .first_view nav ul li:nth-of-type(6) a {
    width: 20vw;
    text-align: center;
    height: 15vw;
    padding-left: 1.5vw;
  }
}

.first_view nav ul li:nth-of-type(6) a:hover {
  background-color: #588c54;
  color: #fff;
}

.first_view nav ul li:nth-of-type(6) a:after {
  background: none;
}

.first_view nav ul li:nth-of-type(6) a:before {
  content: "";
  display: block;
  background: url(../img/mail_ico.png) center no-repeat;
  background-size: contain;
  width: 45px;
  height: 38px;
  position: absolute;
  left: 15px;
  top: 20px;
}

@media only screen and (max-width: 768px) {
  .first_view nav ul li:nth-of-type(6) a:before {
    display: none;
  }
}

/* ===================================

↓コンテンツ

=================================== */
.contents_top {
  width: 100%;
  height: 3850px;
  background-image: url(../img/under_curve.png), url(../img/bg_patarn.jpg);
  background-repeat: no-repeat, repeat;
  background-size: contain, 2%;
  background-position: bottom center, top;
  margin-bottom: 150px;
}

@media only screen and (max-width: 768px) {
  .contents_top {
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}

/*エリア1*/
.area01 {
  width: 100%;
  min-width: 980px;
  height: 1100px;
  padding-top: 50px;
  margin-bottom: -50px;
  background-image: url(../img/chinden.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1800px auto;
  /*.area_inner*/
}

@media only screen and (max-width: 768px) {
  .area01 {
    min-width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 60%;
    background-position: center bottom;
    background-size: 900px auto;
    margin-bottom: 0;
  }
}

.area01 .area_inner {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .area01 .area_inner {
    padding-top: 38vw;
    width: 90%;
  }
}

.area01 .area_inner h3 {
  width: 580px;
  padding-top: 50px;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 768px) {
  .area01 .area_inner h3 {
    width: 80vw;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}

.area01 .area_inner p {
  font-size: 14px;
  line-height: 2.5em;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .area01 .area_inner p {
    text-align: left;
    line-height: 2em;
    margin-bottom: 30px;
  }
  .area01 .area_inner p br {
    display: none;
  }
}

.area01 .area_inner img:nth-child(3) {
  width: 300px;
  margin-right: 30px;
  margin-left: 50px;
  float: left;
}

@media only screen and (max-width: 768px) {
  .area01 .area_inner img:nth-child(3) {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
  }
}

.area01 .area_inner img:nth-child(4) {
  width: 137px;
  margin-right: 30px;
  float: left;
}

@media only screen and (max-width: 768px) {
  .area01 .area_inner img:nth-child(4) {
    display: none;
  }
}

.area01 .area_inner img:nth-child(5) {
  width: 300px;
  float: left;
}

@media only screen and (max-width: 768px) {
  .area01 .area_inner img:nth-child(5) {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
  }
}

.area01 .area_inner .serif01 {
  width: 180px;
  position: absolute;
  bottom: -100px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .area01 .area_inner .serif01 {
    width: 30vw;
    bottom: -5%;
    left: -10%;
  }
}

.area01 .area_inner .serif02 {
  width: 160px;
  position: absolute;
  bottom: -90px;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .area01 .area_inner .serif02 {
    width: 30vw;
    bottom: -60px;
    right: -8%;
  }
}

/*.area01*/
/*ipadだけメインイメージの高さを変える*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .area01 {
    height: 1200px;
  }
}

/*エリア2*/
.area02 {
  width: 980px;
  padding-top: 80px;
  margin: 0 auto 20px;
  position: relative;
  background: url(../img/rale_bg.png) no-repeat 180px 350px;
  background-size: 81%;
  /*.number_box*/
}

@media only screen and (max-width: 768px) {
  .area02 {
    width: 100%;
    background: none;
    padding-top: 20px;
    margin-bottom: 0;
  }
}

.area02 h3 {
  width: 425px;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 768px) {
  .area02 h3 {
    width: 65vw;
    margin-bottom: 20px;
  }
}

.area02 .number_box {
  width: 270px;
  float: left;
  margin-right: 85px;
  margin-bottom: 150px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .area02 .number_box {
    width: 80vw;
    float: none;
    margin: 0 auto 50px;
  }
}

.area02 .number_box:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .area02 .number_box:nth-of-type(3n) {
    margin: 0 auto 50px;
  }
}

.area02 .number_box:nth-of-type(4), .area02 .number_box:nth-of-type(5), .area02 .number_box:nth-of-type(6) {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .area02 .number_box:nth-of-type(4), .area02 .number_box:nth-of-type(5), .area02 .number_box:nth-of-type(6) {
    margin-bottom: 50px;
  }
}

.area02 .number_box .number {
  width: 80px;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .area02 .number_box .number {
    width: 20vw;
  }
}

.area02 .number_box img {
  margin-bottom: 15px;
}

.area02 .number_box p {
  font-size: 14px;
  line-height: 1.8em;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .area02 .number_box p {
    font-size: 12px;
    width: 90%;
  }
}

.area02 .start_pan {
  width: 100px;
  position: absolute;
  top: 270px;
  left: 240px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .area02 .start_pan {
    display: none;
  }
}

.area02 .run_pan {
  width: 123px;
  position: absolute;
  top: 600px;
  left: 240px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .area02 .run_pan {
    display: none;
  }
}

.area02 .goal_pan {
  width: 114px;
  position: absolute;
  top: 755px;
  right: 280px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .area02 .goal_pan {
    display: none;
  }
}

/*エリア3*/
.area03 {
  width: 100%;
  min-width: 980px;
  padding-top: 80px;
  /*.area_inner*/
  /*.delicious_image*/
  /*.make*/
}

@media only screen and (max-width: 768px) {
  .area03 {
    min-width: 100%;
    padding-top: 10px;
  }
}

.area03 .area_inner {
  width: 980px;
  margin: 0 auto;
  background: url(../img/pepar_back.png) no-repeat top center;
}

@media only screen and (max-width: 768px) {
  .area03 .area_inner {
    width: 90%;
    background-image: url(../img/spbg_top.png), url(../img/spbg_bottom.png), url(../img/spbg_center.png);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top center, bottom center,top center;
    background-size: contain, contain, contain;
  }
}

.area03 .area_inner h3 {
  width: 363px;
  margin: 0 auto 30px;
  padding-top: 140px;
}

@media only screen and (max-width: 768px) {
  .area03 .area_inner h3 {
    width: 50vw;
    padding-top: 80px;
    margin-bottom: 20px;
  }
}

.area03 .delicious_image {
  width: 100%;
  height: 1280px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image {
    height: auto;
    margin-bottom: 220%;
  }
}

.area03 .delicious_image .knife {
  position: absolute;
  width: 460px;
  top: -240px;
  left: -200px;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .knife {
    width: 30vw;
    top: -70%;
    left: -10%;
  }
}

.area03 .delicious_image .spoon_fork {
  position: absolute;
  width: 454px;
  top: -240px;
  right: -200px;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .spoon_fork {
    width: 35vw;
    top: -65%;
    right: -15%;
  }
}

.area03 .delicious_image .slice {
  width: 640px;
  margin-left: 160px;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .slice {
    width: 60%;
    height: auto;
    margin-left: 20px;
  }
}

.area03 .delicious_image .coment01 {
  position: absolute;
  width: 200px;
  top: 140px;
  right: 70px;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .coment01 {
    width: 35vw;
    top: 20%;
    right: 8%;
  }
}

.area03 .delicious_image .b_and_m {
  position: absolute;
  width: 410px;
  top: 480px;
  left: 100px;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .b_and_m {
    width: 70vw;
    top: 95%;
    left: 35%;
  }
}

.area03 .delicious_image .handword01 {
  position: absolute;
  width: 294px;
  top: 700px;
  left: 200px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .handword01 {
    width: 40vw;
    top: 180%;
    left: 7%;
  }
}

.area03 .delicious_image .coment02 {
  position: absolute;
  width: 218px;
  top: 420px;
  left: 30px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .coment02 {
    width: 35vw;
    top: 110%;
    left: 5%;
  }
}

.area03 .delicious_image .whip {
  position: absolute;
  width: 450px;
  top: 480px;
  right: 30px;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .whip {
    width: 85vw;
    top: 220%;
    left: -15%;
  }
}

.area03 .delicious_image .handword02 {
  position: absolute;
  width: 206px;
  top: 500px;
  right: 300px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .handword02 {
    width: 30vw;
    top: 340%;
    right: 40%;
  }
}

.area03 .delicious_image .coment03 {
  position: absolute;
  width: 235px;
  top: 680px;
  right: 50px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .coment03 {
    width: 44vw;
    top: 280%;
    right: 5%;
  }
}

.area03 .delicious_image .delicious {
  position: absolute;
  width: 120px;
  top: 830px;
  right: 60px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .delicious {
    width: 20vw;
    top: 350%;
    right: 8%;
  }
}

.area03 .delicious_image .frenchi {
  position: absolute;
  width: 670px;
  top: 800px;
  right: 150px;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .frenchi {
    width: 105vw;
    top: 420%;
    right: -9%;
  }
}

.area03 .delicious_image .handword03 {
  position: absolute;
  width: 570px;
  top: 1150px;
  right: 200px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .handword03 {
    width: 70vw;
    top: 570%;
    left: 10%;
  }
}

.area03 .delicious_image .coment04 {
  position: absolute;
  width: 280px;
  top: 800px;
  left: 50px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .area03 .delicious_image .coment04 {
    width: 50vw;
    top: 380%;
    left: 3%;
  }
}

.area03 .make {
  width: 860px;
  height: 270px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .area03 .make {
    width: 85%;
    height: auto;
    padding-bottom: 30%;
  }
}

.area03 .make h4 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #5c3b14;
  text-align: center;
  position: relative;
  width: 100%;
  background-image: url(../img/doble_line.png), url(../img/doble_line.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 255px, 255px;
  background-position: left center,right center;
}

@media only screen and (max-width: 768px) {
  .area03 .make h4 {
    font-size: 18px;
    margin-bottom: 20px;
    background-image: none;
    border-bottom: #664605 1px dotted;
    padding-bottom: 10px;
  }
}

.area03 .make dl:first-of-type {
  width: 170px;
  height: 144px;
  float: left;
}

@media only screen and (max-width: 768px) {
  .area03 .make dl:first-of-type {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 10px;
  }
}

.area03 .make dl:first-of-type dt {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #c68546;
  float: left;
  width: 70px;
  height: 68px;
  padding-top: 53px;
  background-image: url(../img/kako.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

@media only screen and (max-width: 768px) {
  .area03 .make dl:first-of-type dt {
    float: none;
    margin-bottom: 10px;
    width: auto;
    height: auto;
    padding-top: 0;
    background-image: none;
  }
}

.area03 .make dl:first-of-type dd {
  font-size: 14px;
  float: right;
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .area03 .make dl:first-of-type dd {
    float: none;
  }
}

.area03 .make dl:first-of-type dd ul li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .area03 .make dl:first-of-type dd ul li {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    margin-right: 15px;
  }
}

.area03 .make dl:last-of-type {
  width: 660px;
  float: right;
  /*dd*/
}

@media only screen and (max-width: 768px) {
  .area03 .make dl:last-of-type {
    width: 100%;
    float: none;
  }
}

.area03 .make dl:last-of-type dt {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #c68546;
  float: left;
  width: 85px;
  height: 68px;
  padding-top: 53px;
  background-image: url(../img/kako.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

@media only screen and (max-width: 768px) {
  .area03 .make dl:last-of-type dt {
    float: none;
    margin-bottom: 20px;
    width: auto;
    height: auto;
    padding-top: 0;
    background-image: none;
  }
}

.area03 .make dl:last-of-type dd {
  font-size: 14px;
  float: right;
  /*ol*/
}

@media only screen and (max-width: 768px) {
  .area03 .make dl:last-of-type dd {
    font-size: 12px;
    line-height: 1.5em;
    float: none;
  }
}

.area03 .make dl:last-of-type dd ol {
  counter-reset: number;
}

.area03 .make dl:last-of-type dd ol li {
  margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
  .area03 .make dl:last-of-type dd ol li {
    text-indent: -26px;
    padding-left: 26px;
  }
}

.area03 .make dl:last-of-type dd ol li:before {
  counter-increment: number;
  content: counter(number);
  color: #ffffff;
  margin-right: 12px;
  font-size: 12px;
  text-align: center;
  vertical-align: px;
  padding-top: 3px;
  display: inline-block;
  width: 18px;
  height: 15px;
  background-color: #c68546;
  border-radius: 9px;
}

@media only screen and (max-width: 768px) {
  .area03 .make dl:last-of-type dd ol li:before {
    margin-right: 7px;
    padding-top: 1px;
    height: 18px;
    text-indent: 2px;
  }
}

.area03 .make .coment05 {
  position: absolute;
  width: 226px;
  bottom: 0;
  right: 120px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .area03 .make .coment05 {
    width: 55vw;
    bottom: 5%;
    right: 10%;
  }
}

/*.area03*/
/*エリア4*/
.area04 {
  width: 980px;
  padding-top: 80px;
  overflow: hidden;
  margin: 0 auto 100px;
  /*.tv_chinden*/
  /*h3*/
  /*dl*/
}

@media only screen and (max-width: 768px) {
  .area04 {
    width: 100%;
    padding-top: 40px;
  }
}

.area04 .tv_chinden {
  display: block;
  width: 113px;
  height: 110px;
  margin: 0 auto 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .area04 .tv_chinden {
    width: 80px;
    height: auto;
  }
}

.area04 .tv_chinden:before {
  content: "";
  display: block;
  width: 182px;
  height: 100px;
  background: url(../img/left_flag.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -220px;
}

@media only screen and (max-width: 768px) {
  .area04 .tv_chinden:before {
    width: 150px;
    height: 60px;
    left: -120px;
  }
}

.area04 .tv_chinden:after {
  content: "";
  display: block;
  width: 186px;
  height: 90px;
  background: url(../img/right_flag.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -220px;
}

@media only screen and (max-width: 768px) {
  .area04 .tv_chinden:after {
    width: 140px;
    height: 55px;
    right: -150px;
  }
}

.area04 h3 {
  width: 425px;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 768px) {
  .area04 h3 {
    width: 65vw;
    margin-bottom: 40px;
  }
}

.area04 dl {
  width: 470px;
  box-sizing: border-box;
  margin-right: 40px;
  margin-bottom: 100px;
  float: left;
  border: #ebd30d 3px dotted;
  border-radius: 20px;
  position: relative;
  padding: 30px;
  /*dt*/
}

@media only screen and (max-width: 768px) {
  .area04 dl {
    width: 90%;
    float: none;
    margin: 0 auto 30px;
    padding: 20px;
  }
}

.area04 dl:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .area04 dl:last-of-type {
    margin: 0 auto;
  }
}

.area04 dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #588c54;
  background-color: #fff;
  padding: 0 14px;
  position: absolute;
  top: -12px;
  left: 150px;
}

@media only screen and (max-width: 768px) {
  .area04 dl dt {
    position: static;
    font-size: 18px;
    margin: 0 auto 20px;
    text-align: center;
  }
}

.area04 dl dt:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ebd30d;
  border-radius: 5px;
  position: absolute;
  left: -8px;
  top: 6px;
}

@media only screen and (max-width: 768px) {
  .area04 dl dt:before {
    display: none;
  }
}

.area04 dl dt:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ebd30d;
  border-radius: 5px;
  position: absolute;
  right: -8px;
  top: 6px;
}

@media only screen and (max-width: 768px) {
  .area04 dl dt:after {
    display: none;
  }
}

.area04 dl img {
  margin-bottom: 15px;
}

.area04 dl p {
  font-size: 14px;
  line-height: 1.5em;
}

/*.area04*/
/* ===================================

↓ギャラリーエリアcss 

=================================== */
.gallery_area {
  width: 100%;
  min-width: 980px;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .gallery_area {
    min-width: 100%;
  }
}

.gallery_area h3 {
  width: 163px;
  height: 111px;
  position: absolute;
  top: -50px;
  left: 100px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .gallery_area h3 {
    width: 120px;
    height: auto;
    top: -25px;
    left: 10px;
  }
}

.gallery_area .gallery_chinden {
  width: 80px;
  height: 70px;
  position: absolute;
  top: -60px;
  right: 100px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .gallery_area .gallery_chinden {
    width: 50px;
    height: auto;
    top: -38px;
    right: 10px;
  }
}

/* ===================================

↓ツイッターエリアcss 

=================================== */
.twitter_area {
  width: 100%;
  min-width: 980px;
  height: 520px;
  position: relative;
  padding-top: 70px;
  background-image: url(../img/footer_city.png), url(../img/ptern.gif);
  background-repeat: repeat-x, repeat;
  background-position: bottom center, top right;
  background-size: 1800px auto, auto;
}

@media only screen and (max-width: 768px) {
  .twitter_area {
    min-width: 100%;
    height: auto;
    padding-bottom: 50px;
    background-size: 1000px auto, auto;
  }
}

.twitter_area .inner {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .twitter_area .inner {
    width: 100%;
  }
}

.twitter_area .inner .t_info {
  width: 420px;
  float: left;
  text-align: center;
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .twitter_area .inner .t_info {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
    text-align: left;
  }
}

.twitter_area .inner .t_info img {
  width: 80px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .twitter_area .inner .t_info img {
    display: block;
    margin: 0 auto 30px;
  }
}

.twitter_area .inner .t_info h3 {
  color: #0fa2d8;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .twitter_area .inner .t_info h3 {
    font-size: 18px;
    margin: 0 auto 10px;
  }
  .twitter_area .inner .t_info h3 br {
    display: none;
  }
}

.twitter_area .inner .t_info p {
  font-size: 14px;
  line-height: 2em;
}

@media only screen and (max-width: 768px) {
  .twitter_area .inner .t_info p br {
    display: none;
  }
}

.twitter_area .inner .time_line {
  width: 440px;
  border-radius: 10px;
  background-color: #ffffff;
  float: right;
  margin-right: 40px;
  overflow: auto;
}

@media only screen and (max-width: 768px) {
  .twitter_area .inner .time_line {
    width: 90%;
    margin: 0 auto 80px;
    float: none;
  }
}

.twitter_area .inner .time_line .inner {
  width: 95%;
  margin: 15px auto 15px;
}

.twitter_area .run_chinden {
  width: 120px;
  position: absolute;
  bottom: 5px;
  left: -120px;
}

@media only screen and (max-width: 768px) {
  .twitter_area .run_chinden {
    width: 60px;
    left: -60px;
  }
}

.timeline-Tweet-text {
  font-size: 14px !important;
}

/* ===================================

↓オーダーエリアcss 

=================================== */
.order_area {
  width: 100%;
  min-width: 980px;
  height: 455px;
  padding-top: 30px;
  background-color: #f1ebd2;
  margin-bottom: 130px;
  /* .inner*/
}

@media only screen and (max-width: 768px) {
  .order_area {
    min-width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
}

.order_area .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  /*.order_box*/
  /* .money*/
  /* h4 */
}

@media only screen and (max-width: 768px) {
  .order_area .inner {
    width: 90%;
  }
}

.order_area .inner h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #5c3b14;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .order_area .inner h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.order_area .inner .order_box {
  width: 210px;
  margin-right: 55px;
  margin-bottom: 40px;
  background-color: #fff;
  float: left;
  padding: 40px 40px 30px;
  border-radius: 10px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .order_area .inner .order_box {
    width: 90%;
    margin: 0 auto 30px;
    padding: 40px 5% 30px;
    float: none;
  }
}

.order_area .inner .order_box:before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-color: #5c3b14;
  position: absolute;
  right: -30px;
  top: 70px;
}

@media only screen and (max-width: 768px) {
  .order_area .inner .order_box:before {
    display: none;
  }
}

.order_area .inner .order_box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #5c3b14;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -40px;
  top: 65px;
}

.order_area .inner .order_box:nth-of-type(3) {
  margin-right: 0;
}

.order_area .inner .order_box:nth-of-type(3):before, .order_area .inner .order_box:nth-of-type(3):after {
  content: "";
  display: none;
}

.order_area .inner .order_box .number {
  width: 40px;
  height: 30px;
  text-align: center;
  padding-top: 9px;
  background-color: #588c54;
  color: #fff;
  border-radius: 20px;
  position: absolute;
  left: 20px;
  top: -20px;
}

.order_area .inner .order_box p {
  font-size: 14px;
  color: #5c3b14;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.order_area .inner .money {
  clear: left;
  width: 270px;
  height: 24px;
  background-color: #588c54;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 10px;
  margin: 0 auto 70px;
  border-radius: 30px;
}

@media only screen and (max-width: 768px) {
  .order_area .inner .money {
    width: 180px;
    height: 18px;
    font-size: 18px;
    margin: 0 auto 30px;
  }
}

.order_area .inner .money span {
  font-size: 20px;
  font-weight: normal;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .order_area .inner .money span {
    font-size: 14px;
  }
}

.order_area .inner h4 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #5c3b14;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  width: 250px;
  margin: 0 auto 15px;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .order_area .inner h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.order_area .inner h4:before {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background-color: #f26304;
  position: absolute;
  left: 15px;
  top: 0px;
}

@media only screen and (max-width: 768px) {
  .order_area .inner h4:before {
    width: 8px;
    height: 10px;
    left: 40px;
  }
}

.order_area .inner h4:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f26304;
  position: absolute;
  left: 10px;
  top: 12px;
}

@media only screen and (max-width: 768px) {
  .order_area .inner h4:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f26304;
    left: 36px;
    top: 10px;
  }
}

.order_area .inner h4 + div p a {
  display: block;
  width: 550px;
  height: 70px;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 40px;
  background: url(../img/mail_ico.gif) no-repeat;
  background-size: 130px 95px;
  background-position: 20px top;
  background-color: #f26304;
  border-radius: 15px;
  position: absolute;
  bottom: -130px;
  left: 215px;
  box-shadow: 1px 15px 30px rgba(0, 0, 0, 0.2);
  transition: .3s;
}

@media only screen and (max-width: 768px) {
  .order_area .inner h4 + div p a {
    font-size: 5vw;
    width: 90%;
    height: 60px;
    left: 5%;
    bottom: -120px;
  }
}

.order_area .inner h4 + div p a:hover {
  background-position: 390px top;
  letter-spacing: 0.3em;
  box-shadow: none;
  bottom: -138px;
}

@media only screen and (max-width: 768px) {
  .order_area .inner h4 + div p a:hover {
    bottom: -125px;
  }
}

/* .order_area*/
/* ===================================

↓フッターcss 

=================================== */
footer {
  width: 100%;
  min-width: 980px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  footer {
    min-width: 100%;
  }
}

footer .f_inner {
  width: 650px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  footer .f_inner {
    width: 90%;
  }
}

footer .f_inner h1 {
  width: 480px;
  margin: 0 auto 28px;
}

@media only screen and (max-width: 768px) {
  footer .f_inner h1 {
    width: 80vw;
  }
}

footer .f_inner h1 + p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  footer .f_inner h1 + p {
    margin-bottom: 20px;
  }
}

footer .f_inner h1 + p + p {
  font-size: 16px;
  line-height: 2em;
  text-align: center;
  border-bottom: 2px dotted #5c3b14;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  footer .f_inner h1 + p + p {
    font-size: 14px;
    line-height: 2em;
    text-align: left;
  }
  footer .f_inner h1 + p + p br {
    display: none;
  }
}

footer .f_inner address {
  text-align: center;
  color: #588c54;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

footer .f_inner address + P {
  text-align: center;
  font-size: 14px;
  color: #5c3b14;
  margin-bottom: 70px;
}

footer .f_inner h2 {
  width: 232px;
  height: 23px;
  margin: 0 auto 20px;
  position: relative;
}

footer .f_inner h2:before {
  content: "";
  display: block;
  width: 104px;
  height: 36px;
  background: url(../img/place.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 60px;
}

footer .f_inner h2 + p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

footer .f_inner h2 + p br {
  display: none;
}

@media only screen and (max-width: 768px) {
  footer .f_inner h2 + p {
    font-size: 12px;
    line-height: 1.4em;
  }
  footer .f_inner h2 + p br {
    display: block;
  }
}

footer .f_inner .link_btn a {
  display: block;
  width: 150px;
  height: 25px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  background-color: #40210e;
  float: left;
  text-align: center;
  padding-top: 10px;
  border-radius: 20px;
  margin-left: 160px;
  position: relative;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  footer .f_inner .link_btn a {
    float: none;
    margin: 0 auto 10px;
  }
}

footer .f_inner .link_btn a:before {
  content: "";
  display: block;
  width: 5px;
  height: 4px;
  border: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 13px;
}

footer .f_inner .link_btn a:after {
  content: "";
  display: block;
  width: 5px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 17px;
  top: 17px;
}

footer .f_inner .link_btn a:hover {
  background-color: #c68546;
}

footer .f_inner .link_btn:last-of-type a {
  float: right;
  margin-left: 0;
  margin-right: 160px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  footer .f_inner .link_btn:last-of-type a {
    float: none;
    margin: 0 auto;
  }
}

footer .f_inner .link_btn:last-of-type a:before {
  right: 40px;
}

footer .f_inner .link_btn:last-of-type a:after {
  right: 37px;
}

footer .footer_kyara {
  width: 244px;
  height: 214px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media only screen and (max-width: 768px) {
  footer .footer_kyara {
    width: 80px;
    height: auto;
    position: static;
    float: left;
  }
}

footer .page_top a {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 100px;
  right: 30px;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  footer .page_top a {
    width: 50px;
    position: static;
    float: right;
    margin: 0 20px 0 0;
  }
}

footer .page_top a:hover {
  transform: rotate(360deg) scale(0.8);
}

footer p small {
  display: block;
  width: 100%;
  min-width: 980px;
  height: 40px;
  font-size: 12px;
  padding-top: 30px;
  background: url(../img/top_line.gif) repeat-x top right;
  background-color: #c68546;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  footer p small {
    clear: both;
    min-width: 100%;
    font-size: 10px;
    padding-top: 15px;
    height: 20px;
  }
}
