@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  width: 900px;
  background-color: #ff4301;
  margin-left: auto;
  margin-right: auto;
}
header {
  position: relative;
  height: calc(100vh - 60px);
  background-image: url("../img/photo0000-0611.gif");
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
#logo {
  position: absolute;
  z-index: 0;
  width: 167px;
  height: 115px;
  left: 5%;
  top: 5%;
}
h1 {
  font-family: "ＭＳ Ｐゴシック";
  font-weight: bolder;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 640px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
}
#navTgl {
  display: none;
}
.menu1 {
  list-style: none;
  display: flex;
  margin-top: auto;
}
.menu1 li {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-right: 3px solid #FFFFFF;
  background-color: #FD6132;
}
.menu1 a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}
.menu1 a:hover {
  opacity: 0.7;
}
.menu {
  visibility: hidden;
}
@media (max-width:600px) { /*headerのmedia開始*/
  body {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #logo {
    position: absolute;
    z-index: 0;
    width: 100px;
    height: 74px;
    left: 5%;
    top: 5%;
  }
  header {
    position: relative;
    width: 600px;
    height: calc(100vh);
    background-image: url("../img/2f96868aa1f485170d0ba8fa6828913c_w.jpg");
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
  }
  ul {
    list-style: none;
  }
  .contents {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #navTgl {
    display: none;
  }
  h1 {
    font-family: "ＭＳ Ｐゴシック";
    font-weight: bolder;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 375px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
  }
  .menu ul {
    padding: 0;
    text-align: center;
    width: 600px;
    margin: 0 auto;
  }
  .menu li {
    font-size: .9em;
    line-height: 1.4;
  }
  .menu a {
    display: block;
    padding: 1.2em 1em;
    transition: background .5s;
    text-decoration: none;
  }
  .menu li:hover:after {
    display: block;
    content: '';
    width: 100px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
  }
  #navTgl:checked ~ .menu {
    transform: none;
  }
  label {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0px;
  }
  .open {
    z-index: 2;
    width: 80px;
    height: 50px;
    transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
  }
  .open::before, .open::after {
    content: "";
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 2px solid white;
    transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
  }
  .open::before {
    transform: translateY(-8px);
  }
  .open::after {
    transform: translateY(8px);
  }
  .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .5s;
  }
  #navTgl:checked + .open span {
    transform: scaleX(0);
  }
  #navTgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #navTgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #navTgl:checked ~ .close {
    background: rgba(0, 0, 0, .7);
  }
  /* ++++ ドロワーメニュー ++++ */
  .menu {
    z-index: 1;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3%;
    margin: 0;
    box-sizing: border-box;
    transform: translateX(-100%);
    transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
    visibility: visible;
    font-size: 25px;
  }
  .menu a {
    color: white;
    font-family: 'Comfortaa', cursive, "Century Gothic", "helvetica neue", arial, sans-serif !important;
  }
  .menu1 {
    display: none;
  }
  /*headerのMedia設定終了max-width:600px*/
}
@media (max-width:375px) { /*headerのmedia開始*/
  body {
    width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  	header {
    position: relative;
    width: 400px;
    height: calc(100vh);
    background-image: url("../img/2f96868aa1f485170d0ba8fa6828913c_w.jpg");
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
  }
  h1 {
    font-family: "ＭＳ Ｐゴシック";
    font-weight: bolder;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 375px;
    box-sizing: border-box;
    text-align: center;
    font-size: 19px;
  }
  #logo {
    position: absolute;
    z-index: 0;
    width: 83px;
    height: 57px;
    left: 5%;
    top: 5%;
  }
  ul {
    list-style: none;
  }
  .contents {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #navTgl {
    display: none;
  }
  
  .menu ul {
    padding: 0;
    text-align: center;
    width: 375px;
    margin: 0 auto;
  }
  .menu li {
    font-size: .9em;
    line-height: 1.4;
  }
  .menu a {
    display: block;
    padding: 1.4em 2em;
    text-decoration: none;
    transition: background .5s;
  }
  .menu li:hover:after {
    display: block;
    content: '';
    width: 100px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
  }
  #navTgl:checked ~ .menu {
    transform: none;
  }
  label {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0px;
  }
  .open {
    z-index: 2;
    width: 80px;
    height: 60px;
    transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
  }
  .open::before, .open::after {
    content: "";
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 2px solid white;
    transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
  }
  .open::before {
    transform: translateY(-8px);
  }
  .open::after {
    transform: translateY(8px);
  }
  .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .5s;
  }
  #navTgl:checked + .open span {
    transform: scaleX(0);
  }
  #navTgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #navTgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #navTgl:checked ~ .close {
    background: rgba(0, 0, 0, .7);
  }
  /* ++++ ドロワーメニュー ++++ */
  .menu {
    z-index: 1;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 6%;
    margin: 0;
    box-sizing: border-box;
    transform: translateX(-100%);
    transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
    visibility: visible;
    font-size: 22px;
  }
  .menu a {
    color: white;
    font-family: 'Comfortaa', cursive, "Century Gothic", "helvetica neue", arial, sans-serif !important;
  }
  .menu1 {
    display: none;
  }
  /*headerのMedia設定終了max-width:375px*/
}
main {
  width: 700px;
  background-color: #e69c57;
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#main {
  padding: 20px;
}
.p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.menu3 {
  text-align: center;
}
.menu3 li {
  list-style-type: none;
  display: inline-block;
  width: 330px;
  margin: 20px 10px;
  font-size: 13px;
}
.menu3 a {
  display: block;
  padding: 10px;
  background: #e69c57;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}
.menu3 a:hover {
  background: #E9AA6F;
}
h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.img {
  width: 450px;
  height: 300px;
} /*お問い合わせページや注文ページ*/
#h2 {
  font-size: 21px;
}
table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#table {
  width: 90%;
  border: 1px solid #000000;
  margin-bottom: 30px;
  border-collapse: collapse;
}
#table th, #table td {
  border: 1px solid #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#table input[type="email"], #table input[type="tel"], #table textarea, #table input[ type="text"], #table input[type="select"] {
  width: 85%;
  padding-left: 10px;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#input {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#input input {
  width: 100px;
  height: 50px;
}
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.order {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  background-color: #FF0004;
  margin-top: 10px;
  padding: 3px;
  margin-bottom: 10px;
}
.order a {
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
@media (max-width:600px) { /*mainのmedia開始*/
  main {
    width: 450px;
    background-color: #e69c57;
    margin-top: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  h2 {
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
  }
  .p {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .img {
    width: 300px;
    height: 150px;
  }
  .order {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    background-color: #FF0004;
    margin-top: 10px;
    padding: 4px;
    margin-bottom: 10px;
  } /*お問い合わせページ*/
  #h2 {
    font-size: 15px;
  }
  table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  #table {
    width: 95%;
    border: 1px solid #000000;
    margin-bottom: 30px;
    border-collapse: collapse;
  }
  #table th, #table td {
    border: 1px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  #table th {
    font-size: 20px;
  }
  #table input[type="email"], #table input[type="tel"], #table textarea, #table input[ type="text"], #table input[type="select"] {
    width: 85%;
    padding-left: 10px;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #input input {
    width: 100px;
    height: 50px;
  }
  /*mainのMedia設定終了max-width:600px*/
}
@media (max-width:375px) { /*mainのmedia開始*/
  main {
    width: 300px;
    background-color: #e69c57;
    margin-top: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  h2 {
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
  }
  .p {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .img {
    width: 300px;
    height: 150px;
  }
  .order {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    background-color: #FF0004;
    margin-top: 10px;
    padding: 5px;
    margin-bottom: 10px;
  } /*お問い合わせページ*/
  #h2 {
    font-size: 15px;
  }
  table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  #table {
    width: 95%;
    border: 1px solid #000000;
    margin-bottom: 30px;
    border-collapse: collapse;
  }
  #table th, #table td {
    border: 1px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  #table th {
    font-size: 20px;
  }
  #table input[type="email"], #table input[type="tel"], #table textarea, #table input[ type="text"], #table input[type="select"] {
    width: 85%;
    padding-left: 10px;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #input input {
    width: 100px;
    height: 50px;
  }
  /*mainのMedia設定終了max-width:375px*/
}
footer {
  width: 100%;
  background-color: #da943d;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.menu2 {
  list-style: none;
  display: flex;
}
.menu2 li {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.menu2 a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}
.menu2 a:hover {
  opacity: 0.7;
}
#sns {
  margin-left: 325px;
}
.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}
.follow-me li {
  float: left;
  margin: 10px 20px;
  padding: 0;
}
.follow-me li a::before {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 44px; /* Button height */
  line-height: 44px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 44px; /* Button width */
}
.follow-me li a:hover::before {
  opacity: 0.7;
}
.follow-me li a[href*="facebook.com"]::before {
  background-color: #3b5998;
  content: "\f09a";
}
.follow-me li a[href*="twitter.com"]::before {
  background-color: #55acee;
  content: "\f099";
}
.follow-me li a[href*="youtube.com"]::before {
  background-color: #cd201f;
  content: "\f16a";
}
label, select a {
  cursor: pointer;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  text-align: center;
  padding: 10px;
  background-color: #2A6596;
}
#pagetop a {
  color: #fff;
  text-decoration: none;
  -webkit-appearance: none;
}
#pagetop a:hover {
  opacity: 0.2;
  text-decoration: none;
}
#Copy {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width:600px) { /*footerのmedia開始*/
  footer {
    background-color: #da943d;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    ;
  }
  .menu2 {
    list-style: none;
    display: flex;
  }
  .menu2 li {
    width: 20%;
    height: 50px;
    font-size: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .menu2 a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 5px;
  }
  .menu2 a:hover {
    opacity: 0.7;
  }
  #sns {
    margin-left: 185px;
  }
  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 5px;
    text-align: center;
    padding: 5px;
    background-color: #2A6596;
  }
  #pagetop a {
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none;
  }
  #pagetop a:hover {
    opacity: 0.2;
    text-decoration: none;
  }
  #Copy {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*footerのMedia設定終了max-width:600px*/
}
@media (max-width:375px) { /*footerのmedia開始*/
  footer {
    background-color: #da943d;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 150px;
  }
  .menu2 {
    list-style: none;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .menu2 li {
    width: 20%;
    text-align: center;
    font-size: 8px;
  }
  .menu2 a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  .menu2 a:hover {
    opacity: 0.7;
  }
  #sns {
    margin-left: 82px;
  }
  #pagetop {
    position: fixed;
    bottom: 15px;
    right: 10px;
    text-align: center;
    padding: 10px;
    background-color: #2A6596;
  }
  #pagetop a {
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none;
  }
  #pagetop a:hover {
    opacity: 0.2;
    text-decoration: none;
  }
  #Copy {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*footerのMedia設定終了max-width::;*/
}