@charset "UTF-8";
/* CSS Document */
@media (min-width: 1000px) {
  .repc {
    display: block;
  }

  .resp {
    display: none !important;
  }

  img.repc {
    display: inline-block;
  }

  html {
    font-size: 15px;
    font-weight: normal;
  }
}
@media (max-width: 1000px) {
  .repc {
    display: none !important;
  }

  .resp {
    display: block;
  }

  img.resp {
    display: inline-block;
  }

  html {
    font-size: 13px;
    font-weight: normal;
  }
}
* {
  box-sizing: border-box;
}

body {
  background: url(../images/bg.jpg);
  color: #452f23;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

a,
a:visited {
  text-decoration: none;
  color: #3c1a01;
}

a:hover {
  opacity: 0.8;
}

.hov {
  transition: all 0.2s ease-in-out 0s;
}

.hov:hover {
  transform: scale(1.2);
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px !important;
}

@media (max-width: 1000px) {
  .mt20 {
    margin-top: 10px !important;
  }
}
.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

@media (max-width: 1000px) {
  .mt50 {
    margin-top: 25px !important;
  }
}
.fc_pink {
  color: #ff638b;
}

.fc_blue {
  color: #0072ff;
}

.fc_green {
  color: #0ba80f;
}

.fc_yellow {
  color: #c57902;
}

/*--confirm--*/
#confirm {
  background: url(../images/bg.jpg);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
}
#confirm .container {
  width: 80%;
  max-width: 800px;
  margin-top: 5rem;
}
#confirm .container h1 {
  width: 80%;
  max-width: 200px;
  margin: auto;
  text-align: center;
}
#confirm .container h1 img {
  width: 100%;
}
#confirm .container .box_text {
  margin: 2rem 0;
  line-height: 2rem;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}

@media (min-width: 1000px) {
  #confirm .container .box_btn {
    display: flex;
    justify-content: center;
  }
}
#confirm .container .box_btn li {
  width: 296px;
  margin: 1rem;
}

@media (max-width: 1000px) {
  #confirm .container .box_btn li {
    text-align: center;
    width: 90%;
  }

  #confirm .container .box_btn li img {
    width: 80%;
  }
}
header {
  border-top: 5px solid #604c3f;
  box-shadow: 0 0 14px rgba(121, 106, 86, 0.4);
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
}

@media (max-width: 1000px) {
  header {
    height: 8vh;
  }
}
header + div {
  padding-top: 130px;
}

@media (max-width: 1000px) {
  header + div {
    padding-top: 12vh !important;
  }
}
@media (min-width: 1000px) {
  header .box_fix {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
}
header h1 {
  width: 30%;
  max-width: 201px;
  margin-top: 5px;
  margin-bottom: -15px;
}
header h1 img {
  width: 100%;
}

@media (max-width: 1000px) {
  header h1 {
    margin-left: 2%;
  }
}
header nav {
  width: 80%;
  max-width: 508px;
}
header nav ul {
  display: flex;
  border-right: 2px dotted #ededed;
  justify-content: end;
}
header nav ul li {
  border-left: 2px dotted #ededed;
}
header nav ul li:hover {
  background: #fff0f0;
}

header .btn_nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 8vh;
  height: 8vh;
}
header .btn_nav img {
  width: 100%;
}

header .btn_close {
  position: fixed;
  right: 0;
  top: 0;
  width: 8vh;
  height: 8vh;
}
header .btn_close img {
  width: 100%;
}

@media (max-width: 1000px) {
  header .glonav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-top: 5px solid #604c3f;
    z-index: 200;
  }
  header .glonav ul {
    width: 50%;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    border-left: 5px solid #604c3f;
    padding-top: 10%;
    display: block;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header .glonav ul {
    right: -50%;
  }
}
@media (max-width: 1000px) {
  header .glonav ul li {
    border-bottom: 2px dotted #ededed;
  }
}
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #f29b8a;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

body .main_img {
  padding-bottom: 15px;
  background: url(../images/bg_mv.jpg) repeat-x center bottom;
  margin-bottom: 40px;
}

@media (max-width: 1000px) {
  body .main_img {
    margin-bottom: 20px;
    overflow: hidden;
  }
}
body .main_img .box_mv {
  width: 95%;
  max-width: 1100px;
  margin: auto;
}

body .container {
  max-width: 1100px;
  width: 95%;
  margin: auto;
}

body .container h2.ttl {
  background: url(../images/line_03.png) repeat-x left bottom;
  padding-bottom: 10px;
  padding-left: 7px;
  position: relative;
}

body .container h2.ttl:after {
  content: "";
  width: 7px;
  height: 7px;
  background: url(../images/line_dot.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

body .container .box_cont {
  margin: 20px 0 80px 0;
}
@media (max-width: 1000px) {
  body .container .box_cont {
    margin: 10px 0 30px 0;
  }
}

body footer {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  margin-top: 40px;
  color: #fff;
  background: #452f23;
}
@media (max-width: 1000px) {
  body footer {
    margin-top: 10vh;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
body footer .logo {
  left: calc(50% - 100px);
  position: absolute;
  top: -40px;
}
@media (max-width: 1000px) {
  body footer .logo {
    left: 0;
    width: 100%;
    text-align: center;
  }
  body footer .logo img {
    width: 30%;
  }
}

body footer ul {
  display: flex;
  justify-content: center;
  margin: 20px;
}
@media (max-width: 1000px) {
  body footer ul {
    margin: 10px;
  }
  body footer ul li {
    width: 8rem;
    text-align: center;
  }
  body footer ul li a {
    color: #fff;
  }
}

body footer p {
  text-align: center;
  font-weight: normal;
  margin: 40px 0 0 0;
  font-size: 0.8rem;
}
@media (max-width: 1000px) {
  body footer p {
    margin: 20px 0 0 0;
  }
}

body footer a,
body footer a:visited {
  text-decoration: none;
  color: #fff;
}

@media (min-width: 1000px) {
  body.top .box_flex {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  body.top .box_flex #news {
    width: 70%;
    max-width: 720px;
  }
}
body.top .box_flex #news .box_cont {
  background-color: #fff;
}

@media (min-width: 1000px) {
  body.top .box_flex #news .box_cont {
    height: 510px;
    overflow-y: scroll;
  }
}
body.top .box_flex #news .box_cont ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.top .box_flex #news .box_cont ul li {
  border-bottom: 2px dotted #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
}
body.top .box_flex #news .box_cont ul li a {
  display: flex;
  justify-content: left;
}
body.top .box_flex #news .box_cont ul li a:hover {
  background: #fff0f0;
  opacity: 1;
}
body.top .box_flex #news .box_cont ul li .thum {
  width: 30%;
  max-width: 120px;
}
@media (max-width: 1000px) {
  body.top .box_flex #news .box_cont ul li .thum {
    width: 30%;
    max-width: 80px;
  }
}
body.top .box_flex #news .box_cont ul li .cont_news {
  width: 68%;
  max-width: 560px;
  margin-left: 15px;
}
body.top .box_flex #news .box_cont ul li .cont_news span {
  font-weight: bold;
}
body.top .box_flex #news .box_cont ul li time {
  font-weight: bold;
  color: #f29b8a;
  margin: 5px 0 10px;
  display: block;
}
body.top .box_flex #news .box_cont ul li p {
  line-height: 1.3rem;
}
body.top .box_flex #news .box_cont ul li:nth-of-type(n+2) {
  width: 345px;
}
@media (max-width: 1000px) {
  body.top .box_flex #news .box_cont ul li:nth-of-type(n+2) {
    width: 100%;
  }
}
body.top .box_flex #news .box_cont ul li:nth-of-type(n+2) .cont_news {
  width: 68%;
  max-width: 260px;
  margin-left: 8px;
}
body.top .box_flex #news .box_cont ul li:nth-of-type(n+2) .thum {
  width: 30%;
  max-width: 80px;
}
body.top .box_flex #news .box_cont ul li:nth-of-type(n+2) .thum img {
  width: 100%;
}
body.top .box_flex #news .box_cont ul li:nth-of-type(n+2) time {
  margin: 3px 0 5px;
}
body.top .box_flex #news .box_cont ul li:nth-of-type(n+2) p {
  font-size: 0.9rem;
}
@media (max-width: 1000px) {
  body.top .box_flex #news .box_cont ul li:nth-of-type(n+4) {
    display: none;
  }
}

@media (max-width: 1000px) {
  body.top .box_flex #news .box_cont .btn_more {
    display: block;
    text-align: center;
    background: #f29b8a;
    border-radius: 20px;
    padding: 10px;
    width: 60%;
    margin: auto;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 1000px) {
  body.top .box_flex #news .box_cont img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  body.top .box_flex #twitter {
    max-width: 355px;
    width: 29%;
  }
}
body.top .box_flex #twitter .box_cont {
  padding: 10px;
  background: #f6f6f6;
  text-align: center;
}

body.top .box_flex #twitter .box_cont .btn_tw {
  display: block;
  text-align: center;
  background: #f29b8a;
  border-radius: 20px;
  padding: 15px;
  width: 80%;
  margin: auto;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

body.top .box_flex #twitter .inn_tw {
  background: #fff;
  border-radius: 10px;
}

body.top .box_flex #twitter .inn_tw iframe {
  height: 495px !important;
}

body.top #products .box_cont ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.top #products .box_cont ul li {
  width: 49%;
  max-width: 539px;
  margin-bottom: 20px;
}

body.top #products .box_cont ul li img {
  width: 100%;
}

body.top #shop .box_cont ul {
  display: flex;
  flex-wrap: wrap;
}

body.top #shop .box_cont ul li {
  width: 30%;
  margin-right: 2%;
  max-width: 239px;
}

body.top #shop .box_cont ul li img {
  width: 100%;
}

body.products {
  background: url(../images/bg.jpg);
}

body.products .box_list {
  margin-top: 30px;
}

@media (max-width: 1000px) {
  body.products .box_list {
    margin-top: 20px;
  }
}
body.products .box_list li {
  margin-bottom: 40px;
  margin-top: 30px;
}

body.products .box_list li h3 {
  font-size: 1.2rem;
  margin: 10px 0;
  font-weight: bold;
}

body.products .box_list li .box_flex {
  display: flex;
  background: #fff;
}

body.products .box_list li .box_flex .thum {
  width: 40%;
  max-width: 209px;
}

body.products .box_list li .box_flex .thum img {
  width: 100%;
}

body.products .box_list li .box_info {
  width: 78%;
  max-width: 850px;
  margin-left: 20px;
}

body.products .box_list li .box_info dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

body.products .box_list li .box_info dl dt {
  width: 10%;
  color: #f29b8a;
  font-weight: bold;
  margin: 10px 0 10px 0;
}

@media (max-width: 1000px) {
  body.products .box_list li .box_info dl dt {
    width: 5rem;
    margin: 10px 0 2px 0;
  }
}
body.products .box_list li .box_info dl dd {
  width: 85%;
  margin: 10px 0 10px 0;
}

@media (max-width: 1000px) {
  body.products .box_list li .box_info dl dd {
    margin: 2px 0 10px 0;
  }
}
body.products .box_list li .box_link {
  border-top: 2px dotted #ededed;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
  max-width: 850px;
  background: #fff;
}

@media (min-width: 1000px) {
  body.products .box_list li .box_link {
    margin-left: 230px;
    margin-top: -100px;
    padding-top: 20px;
    margin-bottom: 70px;
  }
}
body.products .box_list li .box_link ul {
  display: flex;
  flex-wrap: wrap;
}

body.products .box_list li .box_link ul li {
  width: 30%;
  max-width: 10rem;
  margin-right: 2%;
  margin-bottom: 0.5rem;
  margin-top: 10px;
}

body.products .box_list li .box_link ul li a {
  display: block;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
}

body.products .box_list li .box_link ul li a.pink {
  background: #f29b8a;
}

body.products .box_list li .box_link ul li a.yellow {
  background: #f8b72c;
}

body.contact {
  background: url(../images/bg.jpg);
}
body.contact h3 {
  margin: 20px 0;
  line-height: 1.5rem;
}

@media (max-width: 1000px) {
  body.contact h3 {
    margin: 10px 0;
  }
}
body.contact .box_form {
  background: #fff;
  text-align: center;
  padding: 30px;
}

@media (max-width: 1000px) {
  body.contact .box_form {
    padding: 10px;
  }
}
body.contact .box_form .form_contact {
  width: 90%;
  max-width: 700px;
  margin: 20px auto 20px;
}

@media (max-width: 1000px) {
  body.contact .box_form .form_contact {
    margin: 10px auto;
  }
}
body.contact .box_form .form_contact .mark {
  color: #ff0000;
}

body.contact .box_form .form_contact p {
  text-align: center;
  margin-bottom: 20px;
}

body.contact .box_form .form_contact dt {
  width: 100%;
  line-height: 25px;
  vertical-align: bottom;
}

@media (min-width: 1000px) {
  body.contact .box_form .form_contact dt {
    text-align: right;
    width: 10em;
    float: left;
    margin-bottom: 20px;
  }
}
body.contact .box_form .form_contact dd {
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  body.contact .box_form .form_contact dd {
    float: right;
    width: calc(100% - 10.5em);
  }
}
body.contact .box_form .form_contact dd input,
body.contact .box_form .form_contact dd select {
  width: 100%;
  height: 25px;
}

body.contact .box_form .form_contact dd textarea {
  width: 100%;
  min-height: 100px;
}

body.contact .box_form .confirmation_btn {
  display: block;
  width: 90%;
  max-width: 250px;
  background: #f29b8a;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #452f23;
  letter-spacing: 1px;
  margin: 20px auto;
  border: none;
  cursor: pointer;
}

body.contact .box_form .confirmation_btn:hover {
  background: #f8b72d;
}

.slider {
  width: 100%;
}

.slider img {
  height: auto;
  width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  width: 43px;
  height: 87px;
  display: block;
}

@media (max-width: 1000px) {
  .slick-prev:before,
.slick-next:before {
    display: none;
  }
}
.slick-prev,
.slick-next {
  top: calc(50% - 40px);
}

.slick-prev:before {
  content: "";
  background: url(../images/arrow_l.png) no-repeat;
}

.slick-next:before {
  content: "";
  background: url(../images/arrow_r.png) no-repeat;
}

.slick-prev {
  left: -43px !important;
}

.slick-next {
  right: -20px !important;
}

@media (min-width: 1000px) {
  .thumb {
    margin-left: calc(50% - 555px);
  }
}
.thumb li {
  width: 30% !important;
  max-width: 165px !important;
  box-sizing: border-box;
  border: 1px solid #ededed !important;
  margin: 15px 3px 10px 15px;
  text-align: center;
}
.thumb li img {
  width: 100%;
}

@media (max-width: 1000px) {
  .thumb li {
    margin: 15px 1% 10px 1%;
  }

  .thumb li:first-child {
    margin-left: 3%;
  }
}
.thumb .slick-track {
  width: 100%;
}/*# sourceMappingURL=common.css.map */