@charset "UTF-8";
@import "../../../../../font-awesome/4.4.0/css/font-awesome.min.css";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: none;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 1000;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
body {
  font-family: "じゅん 201";
  color: #1f1f1f;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: normal;
  min-width: 640px;
  background: #fff;
  overflow-x: hidden;
  background: url("../img/bg.png") no-repeat center bottom 60px;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

.sp, .none {
  display: none;
}

.contents {
  padding-top: 85px;
}

.container {
  width: 640px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #1f1f1f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

.mainlogo a:hover {
  opacity: 1;
}

a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  border-bottom: 1px solid #000;
  height: 114px;
  z-index: 100;
  background: #fff;
  display: none;
}
header ul {
  width: 590px;
  margin: auto;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .t1 {
  padding-top: 15px;
}
header .logo {
  padding-top: 5px;
}
header .menuBtn {
  width: 89px;
  height: 89px;
  background: url("../img/menubtn.png") no-repeat 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
header .menuBtn:hover {
  opacity: 0.6;
}

#menu {
  width: 100%;
  min-height: 100%;
  height: 100vh !important;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  background: #213d21;
  padding-bottom: 10px;
  line-height: 1;
  display: none;
}
#menu .menuBtn {
  color: #fff;
  text-align: right;
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px;
}
#menu .menuBtn:hover {
  opacity: 0.6;
}
#menu ul {
  padding-bottom: 20px;
  border-top: 1px solid #fff;
}
#menu li {
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
}
#menu li a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-family: "じゅん 501";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 3px;
}
#menu li.l1 {
  background: #e60028;
}
#menu li.l2 {
  background: #40220f;
}
#menu li.l3 {
  background: #000;
}

footer {
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
footer .t1 {
  padding: 40px 0 20px;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
#pagetop a:hover {
  opacity: 0.6;
}

#mainzone {
  line-height: 1;
  position: relative;
}
#mainzone .mainlogo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -320px;
}
#mainzone ul {
  position: relative;
  width: 590px;
  margin: auto;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  padding-top: 15px;
}
#mainzone .menuBtn {
  width: 89px;
  height: 89px;
  background: url("../img/menubtn.png") no-repeat 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#mainzone .menuBtn:hover {
  opacity: 0.6;
}

#sns {
  padding-bottom: 50px;
}
#sns ul {
  width: 350px;
  margin: auto;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#toppage #headzone {
  background: #fff;
  position: relative;
}
#toppage #headzone h1 {
  position: absolute;
  left: 50%;
  margin-left: -300px;
  font-size: 17px;
  font-size: 1.0625rem;
  padding-top: 30px;
}
#toppage #headzone h1.en {
  padding-right: 130px;
}
#toppage #headzone .t1 {
  text-align: right;
}
#toppage #mainzone h2 {
  width: 480px;
  margin: auto;
  text-align: center;
  padding: 410px 0 20px;
  font-family: "じゅん 501";
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  color: #e60028;
  line-height: 1.4;
}
#toppage #mainzone h2 i {
  font-size: 20px;
  font-size: 1.25rem;
}
#toppage #mainimg {
  width: 480px;
  margin: 0 auto 50px;
  height: 275px;
}
#toppage #mainimg .flexslider {
  width: 100%;
  height: 275px;
  padding-bottom: 40px;
}
#toppage #mainimg .flexslider li {
  width: 100%;
  height: 275px;
}
#toppage #mainimg .flexslider li img {
  border-radius: 20px;
}
#toppage #zone1 {
  padding-top: 120px;
  margin-top: -120px;
  text-align: center;
}
#toppage #zone1 h3 {
  padding-bottom: 10px;
}
#toppage #zone1 .t1 {
  font-family: "じゅん 501";
  font-weight: bold;
  padding-bottom: 10px;
}
#toppage #zone1 .t1 i {
  color: #e60028;
}
#toppage #zone1 .gmap {
  padding-bottom: 10px;
}
#toppage #zone1 .gmap iframe {
  pointer-events: none;
}
#toppage #zone1 .t2 {
  padding-bottom: 20px;
}
#toppage #zone1 .t3 {
  padding-bottom: 50px;
}
#toppage #zone2 {
  padding-top: 120px;
  margin-top: -120px;
  text-align: center;
}
#toppage #zone2 h3 {
  padding-bottom: 10px;
}
#toppage #zone2 .t1 {
  font-family: "じゅん 501";
  font-weight: bold;
  padding-bottom: 10px;
}
#toppage #zone2 .t1 i {
  color: #e60028;
}
#toppage #zone2 .t2 {
  padding-bottom: 20px;
}
#toppage #zone2 .t3 {
  padding-bottom: 20px;
}
#toppage #zone2 .t4 {
  padding-bottom: 50px;
}
#toppage #zone3 {
  padding-top: 120px;
  margin-top: -120px;
  text-align: center;
}
#toppage #zone3 h3 {
  padding-bottom: 10px;
}
#toppage #zone3 .t1 {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "じゅん 501";
  font-weight: bold;
  padding-bottom: 50px;
  display: inline-block;
  text-align: right;
  line-height: 1;
}
#toppage #zone3 .t1 i {
  font-size: 16px;
  font-size: 1rem;
}
#toppage #zone4 {
  padding-top: 120px;
  margin-top: -120px;
  text-align: center;
}
#toppage #zone4 h3 {
  padding-bottom: 10px;
}
#toppage #zone4 .t1 {
  padding-bottom: 20px;
}
#toppage #zone4 .t2 {
  padding-bottom: 50px;
}
#toppage #zone5 {
  padding-top: 120px;
  margin-top: -120px;
  text-align: center;
}
#toppage #zone5 h3 {
  padding-bottom: 10px;
}
#toppage #zone5 .t1 {
  width: 480px;
  margin: auto;
  text-align: left;
  padding-bottom: 50px;
}
#toppage #zone5 .t1 a {
  text-decoration: underline;
}
#toppage #zone6 {
  padding-top: 120px;
  margin-top: -120px;
  text-align: center;
}
#toppage #zone6 h3 {
  padding-bottom: 10px;
}
#toppage #zone6 ul {
  width: 480px;
  margin: auto;
  padding-bottom: 20px;
}
#toppage #zone6 ul li {
  background: url("../img/line.png") no-repeat center bottom;
}
#toppage #zone6 ul a {
  display: block;
  padding: 10px 0;
  font-family: "じゅん 501";
  font-weight: bold;
}
#toppage #zone6 .t1 {
  padding-bottom: 50px;
}
#toppage #zone7 {
  text-align: center;
  background: url("../img/top/insbg.png") no-repeat center 0;
  height: 770px;
}
#toppage #zone7 .instagram {
  width: 465px;
  margin: auto;
  padding: 110px 0 20px;
}

#reserve #zone1 {
  width: 510px;
  margin: auto;
  padding: 200px 0 50px;
}
#reserve #zone1 h1 {
  text-align: center;
  padding-bottom: 30px;
}
#reserve #zone1 .t1 {
  text-align: center;
  font-family: "じゅん 501";
  font-weight: bold;
  padding-bottom: 20px;
}
#reserve #zone1 .t2 {
  background: #eee;
  border-radius: 10px;
  padding: 10px 30px;
  line-height: 1.3;
}
#reserve #zone1 .t2 small {
  font-size: 14px;
  font-size: 0.875rem;
}
#reserve #zone1 .t3 {
  padding: 10px;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  color: #213d21;
}
#reserve #zone1 .t4 {
  padding: 30px;
  line-height: 1.3;
}
#reserve #zone2 {
  width: 510px;
  margin: auto;
  padding-bottom: 50px;
}

#diary #zone1 {
  width: 510px;
  margin: auto;
  padding: 200px 0 50px;
}
#diary #zone1 h1 {
  text-align: center;
  padding-bottom: 30px;
}
#diary #zone1 .mds {
  text-align: center;
  color: #40220f;
  font-family: "じゅん 501";
  font-weight: bold;
  background: url("../img/line.png") no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#diary #zone1 section {
  background: url("../img/line.png") no-repeat center bottom;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
#diary #zone1 section .day {
  font-family: "じゅん 501";
  font-weight: bold;
  padding-bottom: 10px;
}
#diary #zone1 section .day a {
  text-decoration: underline;
  color: #e60028;
  margin-left: 10px;
}
#diary #zone1 section .ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "じゅん 501";
  font-weight: bold;
  padding-bottom: 10px;
}
#diary #zone1 section .text {
  padding-bottom: 30px;
}
#diary #zone1 section .mp {
  text-align: center;
  padding-bottom: 30px;
}
#diary #zone1 section .mp img {
  width: 100%;
  border-radius: 10px;
}
#diary #zone1 section .tn {
  text-align: center;
  padding-bottom: 30px;
}
#diary #zone1 section .tn img {
  border-radius: 10px;
}
#diary #zone1 section .btn {
  text-align: center;
}
#diary #zone1 section .in img {
  max-width: 510px;
  height: auto;
  border-radius: 10px;
  margin: 10px 0;
}
#diary #zone2 {
  border-top: 3px solid #40220f;
  width: 510px;
  margin: auto;
  padding: 30px 0 100px;
  line-height: 1;
}
#diary #zone2 .single {
  width: 510px;
  margin: auto;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#diary #zone2 .single a {
  color: #40220f;
  font-family: "じゅん 501";
  font-weight: bold;
  background: #e7dabd;
  padding: 10px 20px;
}

.diaryparts {
  width: 480px;
  margin: auto;
  padding: 30px 0 100px;
}
.diaryparts .t1 {
  text-align: center;
  font-family: "じゅん 501";
  font-weight: bold;
  padding: 10px 0;
  font-size: 24px;
  font-size: 1.5rem;
  background: url("../img/line.png") no-repeat center bottom;
}
.diaryparts .sec1 {
  padding: 10px 0;
  background: url("../img/line.png") no-repeat center bottom;
  margin-bottom: 50px;
}
.diaryparts .sec1 a {
  font-family: "じゅん 501";
  font-weight: bold;
}
.diaryparts .sec1 i {
  font-size: 16px;
  font-size: 1rem;
  color: #ccc;
  margin-right: 10px;
}
.diaryparts ul {
  padding-bottom: 20px;
}
.diaryparts ul li {
  background: url("../img/line.png") no-repeat center bottom;
}
.diaryparts ul a {
  display: block;
  padding: 10px 0;
  font-family: "じゅん 501";
  font-weight: bold;
}
.diaryparts .btn {
  text-align: center;
}

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  text-transform: none;
  text-align: left;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-family: "じゅん 501";
  font-weight: bold;
}

#wp_page_numbers ul {
  position: relative;
  left: 50%;
  float: left;
}

#wp_page_numbers li {
  position: relative;
  left: -50%;
  float: left;
  display: block;
}

#wp_page_numbers a {
  padding: 7px 10px;
  margin-left: 4px;
  margin-right: 4px;
  display: block;
  color: #40220f;
  background: #e7dabd;
  border: 3px solid #e7dabd;
}

#wp_page_numbers li.space {
  padding: 8px;
}

#wp_page_numbers li.active_page a {
  color: #40220f;
  background: #fff;
  border: 3px solid #40220f;
}

#contact #zone1 {
  width: 510px;
  margin: auto;
  padding: 200px 0 100px;
}
#contact #zone1 h1 {
  text-align: center;
  padding-bottom: 30px;
}
#contact #zone1 .k1 {
  padding-bottom: 20px;
}
#contact #zone1 .textarea1 {
  width: 510px;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #bbb;
  margin-bottom: 5px;
  border-radius: 10px;
}
#contact #zone1 .textarea2 {
  width: 510px;
  height: 240px;
  padding: 15px;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #bbb;
  border-radius: 10px;
}
#contact #zone1 .t1 {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  padding-bottom: 20px;
}
#contact #zone1 .btn1 {
  *zoom: 1;
  text-align: center;
}
#contact #zone1 .btn1:after {
  content: "";
  display: table;
  clear: both;
}
#contact #zone1 .btn1 input {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin: 0 20px;
  padding: 20px 50px;
  cursor: pointer;
  background: #e7dabd;
  font-family: "じゅん 501";
  font-weight: bold;
  color: #40220f;
}
#contact #zone1 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
#contact #zone1 input::-ms-clear {
  visibility: hidden;
}
#contact #zone2 {
  width: 510px;
  margin: auto;
  padding-bottom: 50px;
}
#contact #zone2 h2 {
  text-align: center;
  padding-bottom: 30px;
}
#contact #zone2 p {
  padding-bottom: 30px;
}
#contact #zone2 p i {
  font-family: "じゅん 501";
  font-weight: bold;
}
#contact #zone3 {
  width: 510px;
  margin: auto;
  padding-bottom: 50px;
  text-align: center;
}
#contact #zone3 h2 {
  padding-bottom: 30px;
}
#contact #zone3 p {
  padding-bottom: 30px;
}

#thanks #zone1 {
  width: 510px;
  margin: auto;
  padding: 200px 0 50px;
  text-align: center;
}
#thanks #zone1 h1 {
  padding-bottom: 30px;
}
#thanks #zone1 h2 {
  font-family: "じゅん 501";
  font-weight: bold;
  padding-bottom: 30px;
}
#thanks #zone1 .t1 {
  padding-bottom: 30px;
}
#thanks #zone1 a {
  text-decoration: underline;
  color: #e60028;
}

#notfound #zone1 {
  width: 510px;
  margin: auto;
  padding: 200px 0 50px;
}
#notfound #zone1 h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "じゅん 501";
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
#notfound #zone1 h2 {
  font-family: "じゅん 501";
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

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