﻿.invisible {
    opacity: 0
  }
  
  .visible {
    transition: opacity 0.5s ease;
    opacity: 1.0
  }
  
  .animated {
    animation-duration: 1s;
    animation-fill-mode: both
  }
  
  .animated.infinite {
    animation-iteration-count: infinite
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -50%, 0)
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0)
    }
  }
  
  .fadeInDown {
    animation-name: fadeInDown
  }
  
  @keyframes bounce {
  
    from,
    20%,
    53%,
    80%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 0, 0)
    }
  
    40%,
    43% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0)
    }
  
    70% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -7px, 0)
    }
  
    90% {
      transform: translate3d(0, -4px, 0)
    }
  }
  
  .bounce {
    animation-name: bounce;
    transform-origin: center bottom
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0
    }
  
    to {
      opacity: 1
    }
  }
  
  .fadeIn {
    animation-name: fadeIn
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 30%, 0)
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0)
    }
  }
  
  .fadeInUp {
    animation-name: fadeInUp
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translate3d(-100%, 0, 0)
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0)
    }
  }
  
  .fadeInLeft {
    animation-name: fadeInLeft
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translate3d(100%, 0, 0)
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0)
    }
  }
  
  .fadeInRight {
    animation-name: fadeInRight
  }
  
  @-webkit-keyframes op_anime {
    100% {
      opacity: 1
    }
  }
  
  @keyframes op_anime {
    100% {
      opacity: 1
    }
  }
  
  @-webkit-keyframes op_animeup {
    99% {
      top: -51vh
    }
  
    100% {
      top: -51vh;
      display: none
    }
  }
  
  @keyframes op_animeup {
    99% {
      top: -51vh
    }
  
    100% {
      top: -51vh;
      display: none
    }
  }
  
  @-webkit-keyframes op_animedown {
    99% {
      bottom: -51vh
    }
  
    100% {
      bottom: -51vh;
      display: none
    }
  }
  
  @keyframes op_animedown {
    99% {
      bottom: -51vh
    }
  
    100% {
      bottom: -51vh;
      display: none
    }
  }
  
  @-webkit-keyframes op_animefront {
    100% {
      z-index: -1;
      display: none
    }
  }
  
  @keyframes op_animefront {
    100% {
      z-index: -1;
      display: none
    }
  }
  
  @-webkit-keyframes front_op_anime_logo {
    0% {
      opacity: 0
    }
  
    20% {
      opacity: 1
    }
  
    70% {
      opacity: 1
    }
  
    90% {
      opacity: .2
    }
  
    100% {
      opacity: .2
    }
  }
  
  @keyframes front_op_anime_logo {
    0% {
      opacity: 0
    }
  
    20% {
      opacity: 1
    }
  
    70% {
      opacity: 1
    }
  
    90% {
      opacity: .2
    }
  
    100% {
      opacity: .2
    }
  }
  
  @-webkit-keyframes front_op_anime_logo_after {
    0% {
      opacity: .2
    }
  
    100% {
      opacity: .7
    }
  }
  
  @keyframes front_op_anime_logo_after {
    0% {
      opacity: .2
    }
  
    100% {
      opacity: .7
    }
  }
  
  @-webkit-keyframes front_op_anime_logo2 {
    0% {
      opacity: 0
    }
  
    20% {
      opacity: 0
    }
  
    50% {
      opacity: 0
    }
  
    80% {
      opacity: 0
    }
  
    100% {
      opacity: 1
    }
  }
  
  @keyframes front_op_anime_logo2 {
    0% {
      opacity: 0
    }
  
    20% {
      opacity: 0
    }
  
    50% {
      opacity: 0
    }
  
    80% {
      opacity: 0
    }
  
    100% {
      opacity: 1
    }
  }
  
  #inner {
    display: table;
    width: 100%
  }
  
  @media all and (max-width: 639px) {
    #inner {
      display: block
    }
  }
  
  #inner .left,
  #inner .right {
    width: 48%;
    float: left
  }
  
  @media all and (max-width: 639px) {
  
    #inner .left,
    #inner .right {
      width: 100%;
      float: none
    }
  }
  
  #inner .right {
    margin-left: 4%
  }
  
  @media all and (max-width: 639px) {
    #inner .right {
      margin-left: 0;
      margin-top: 15px
    }
  }
  
  #wrapper {
    width: 100%;
    height: auto
  }
  
  header {
    width: 100%;
    height: 62px;
    position: fixed;
    margin-right: auto;
    margin-left: auto;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9)
  }
  
  .h {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  
  header h1 {
    width: 219px;
    float: left;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 10px;
    left: 30px;
    top: 0
  }
  
  header h1 a {
    display: block
  }
  
  nav {
    padding-right: 20px;
    padding-top: 11px
  }
  
  #tmenu-lg {
    float: right
  }
  
  #tmenu-lg ul {
    display: table;
    margin: auto
  }
  
  #tmenu-lg li {
    font-family: "YakuHanJP", "Sawarabi Gothic";
    text-align: center;
    float: left;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .15em;
    margin-left: 2.5em;
    text-indent: -10px;
    padding: 10px 0;
    color: #333
  }
  
  #tmenu-lg a:link,
  #tmenu-lg a:visited {
    color: #333;
    text-decoration: none
  }
  
  #tmenu-lg a:link:before,
  #tmenu-lg a:visited:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px;
    font-weight: normal;
    font-size: 14px
  }
  
  #tmenu-lg a:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 1px solid rgba(140, 98, 57, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0
  }
  
  #tmenu-lg a:hover {
    text-decoration: none;
    text-decoration: none;
    color: #8c6239;
    transition: .4s
  }
  
  #tmenu-lg a:hover:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #8c6239;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%
  }
  
  #tmenu-lg li ul {
    margin-top: 15px
  }
  
  #tmenu-lg li ul li {
    font-weight: normal;
    font-size: 11px;
    padding-left: 0em;
    border-right: 0px solid #aaa;
    height: auto;
    margin-bottom: 8px
  }
  
  #tmenu-lg li ul li:before {
    font-family: 'FontAwesome';
    content: "・";
    margin-right: 5px
  }
  
  .drawer-menu {
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 0;
    width: 270px;
    height: 100%;
    padding: 50px 0;
    background-color: #f2f2f2;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    z-index: 99999
  }
  
  .drawer-menu li {
    text-align: left;
    width: 270px
  }
  
  .drawer-menu li a {
    display: block;
    height: 40px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 20px;
    color: #717171;
    -webkit-transition: all .8s;
    transition: all .8s;
    font-family: Mplus 1p
  }
  
  .drawer-menu li a:hover {
    color: rgba(113, 113, 113, 0.7)
  }
  
  .check {
    display: none
  }
  
  .menu-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    z-index: 999999
  }
  
  .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #717171;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
  }
  
  .bar.middle {
    top: 10px;
    opacity: 1
  }
  
  .bar.bottom {
    top: 20px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
  }
  
  .menu-btn__text {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    color: #717171;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
    font-size: 10px
  }
  
  .menu-btn:hover .bar {
    background: rgba(113, 113, 113, 0.7)
  }
  
  .menu-btn:hover .menu-btn__text {
    color: rgba(113, 113, 113, 0.7)
  }
  
  .close-menu {
    position: fixed;
    top: 0;
    right: 270px;
    width: 100%;
    height: 100vh;
    background: transparent;
    cursor: url(../images/cross.svg), auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0
  }
  
  .check:checked~.drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 9999
  }
  
  .check:checked~.contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px)
  }
  
  .check:checked~.menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0
  }
  
  .check:checked~.menu-btn .bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
  }
  
  .check:checked~.menu-btn .bar.middle {
    opacity: 0
  }
  
  .check:checked~.menu-btn .bar.bottom {
    width: 56px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff
  }
  
  .check:checked~.close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(255, 255, 255, 0.5);
    visibility: visible;
    opacity: 1;
    z-index: 3
  }
  
  .sp_menu {
    display: none
  }
  
  #contents {
    width: 100%;
    position: relative;
    min-height: 100%;
    clear: both;
    margin-right: auto;
    margin-left: auto
  }
  
  #main {
    width: 100%
  }
  
  #main:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both
  }
  
  #aflashA {
    width: 100%
  }
  
  #aflashA .scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 60px
  }
  
  #aflashA .scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box
  }
  
  #aflashA .scroll span:before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box
  }
  
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0
    }
  
    40% {
      opacity: 1
    }
  
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0
    }
  
    100% {
      opacity: 0
    }
  }
  
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0
    }
  
    40% {
      opacity: 1
    }
  
    80% {
      transform: translate(0, 20px);
      opacity: 0
    }
  
    100% {
      opacity: 0
    }
  }
  
  #aflashA2 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden
  }
  
  #lunch {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-image: url(../img/kanban/lunch.jpg);
    background-size: 100% auto;
    background-position: center
  }
  
  #dinner {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-image: url(../img/kanban/dinner.png);
    background-size: 100% auto;
    background-position: center
  }
  
  #party {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-image: url(../img/kanban/party.png);
    background-size: 100% auto;
    background-position: center
  }
  
  #wedding {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-image: url(../img/kanban/wedding.png);
    background-size: 100% auto;
    background-position: bottom
  }
  
  #news {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-image: url(../img/kanban/news.png);
    background-size: 100% auto;
    background-position: center
  }
  
  #flash {
    margin-right: auto;
    margin-left: auto
  }
  
  #flash2 {
    width: 960px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 160px
  }
  
  .f_waku {
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  
  .catchA {
    width: 960px;
    height: auto
  }
  
  .catch {
    width: 450px;
    height: 250px;
    position: absolute;
    top: 53%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99
  }
  
  .catch img {
    max-width: 100%
  }
  
  #title_wrap {
    width: 100%;
    padding: 100px 0
  }
  
  #title_wrap._ttlBgImg1 {
    background: url(../juicyslider/data/slide5.jpg) no-repeat center center
  }
  
  #title_wrap._ttlBgImg2 {
    background: url(../juicyslider/data/slide6.jpg) no-repeat center center
  }
  
  #title_wrap._ttlBgImg3 {
    background: url(../juicyslider/data/slide7.jpg) no-repeat center center
  }
  
  #title_wrap._ttlBgImg4 {
    background: url(../juicyslider/data/slide8.jpg) no-repeat center center
  }
  
  .title {
    width: 960px;
    margin: 0 auto
  }
  
  .title p {
    font-family: "HelvLight-Regular", "Bebas Neue";
    font-size: 60px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #333;
    letter-spacing: 2px
  }
  
  .catchA2 {
    width: 960px;
    height: auto
  }
  
  .catch2 {
    width: auto;
    height: auto;
    position: absolute;
    top: 65%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
  }
  
  .catch2 h2 {
    font-size: 42px;
    line-height: 90%;
    margin-bottom: 20px;
    text-align: center;
    color: #fff
  }
  
  .catch2 h2 span {
    font-size: 24px;
    color: #fff
  }
  
  #juicysliderbox {
    position: relative
  }
  
  .juicysliderimg {
    position: absolute;
    width: 500px;
    height: 350px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
    font-size: 32px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px
  }
  
  .topicpath {
    font-size: small;
    position: absolute;
    z-index: 9;
    color: #fff;
    text-shadow: 1px 1px 1px #fff;
    padding-top: 20px
  }
  
  .topicpath ol li {
    display: inline;
    list-style-type: none;
    font-size: small
  }
  
  .topicpath ol li:after {
    content: " > ";
    font-size: small
  }
  
  .topicpath a:link,
  .topicpath a:visited {
    font-size: small;
    color: #fff;
    text-decoration: none
  }
  
  .topicpath a:hover {
    font-size: small;
    text-decoration: none;
    transition: all 0.7s ease;
    opacity: 0.7
  }
  
  .topicpath a:active {
    font-size: small;
    text-decoration: none
  }
  
  section:after {
    content: ".";
    display: block;
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
    clear: both
  }
  
  .R {
    float: right;
    margin-left: 5px
  }
  
  .R2 {
    float: right;
    margin-left: 10px
  }
  
  .L {
    float: left;
    margin-right: 20px
  }
  
  .L2 {
    float: left;
    margin-right: 10px
  }
  
  #side {
    float: left;
    width: 250px;
    padding-top: 20px
  }
  
  footer {
    clear: both;
    width: 100%;
    position: absolute
  }
  
  .f {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px
  }
  
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%
  }
  
  #page-top a {
    text-decoration: none;
    color: #333;
    width: 50px;
    text-align: center;
    display: block;
    border-radius: 5px;
    background-color: #F18E00;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    font-weight: bold
  }
  
  #page-top a:hover {
    text-decoration: none;
    background-color: #F18E00;
    color: #333;
    font-weight: bold
  }
  
  #copyright {
    font-size: 10px;
    background-repeat: no-repeat;
    background-position: left bottom;
    clear: both;
    text-align: center
  }
  
  .add_text {
    font-size: 14px;
    color: #fff
  }
  
  #address {
    font-size: 12px;
    text-align: center;
    line-height: 150%;
    margin-bottom: 10px
  }
  
  #address a:link {
    text-decoration: none
  }
  
  #address a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-decoration: none
  }
  
  #fmenu-lg {
    width: 961px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px
  }
  
  #fmenu-lg li {
    text-align: center;
    width: 16%;
    float: left;
    line-height: 1.3;
    font-size: 16px;
    text-indent: -10px;
    padding: 10px 0;
    font-family: "YakuHanJP", "Sawarabi Gothic";
    letter-spacing: 3px
  }
  
  #fmenu-lg li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px
  }
  
  #fmenu-lg a:link,
  #fmenu-lg a:visited {
    text-decoration: none
  }
  
  #fmenu-lg a:hover {
    text-decoration: none;
    text-decoration: none
  }
  
  #fmenu-lg li ul {
    margin-top: 15px
  }
  
  #fmenu-lg li ul li {
    font-weight: normal;
    font-size: 11px;
    padding-left: 0em;
    border-right: 0px solid #aaa;
    height: auto;
    margin-bottom: 8px
  }
  
  #fmenu-lg li ul li:before {
    font-family: 'FontAwesome';
    content: "・";
    margin-right: 5px
  }
  
  .midashi {
    font-size: 40px;
    color: #333;
    line-height: 100%;
    margin-bottom: 24px;
    text-align: center
  }
  
  .midashi_sub {
    font-size: 18px;
    margin-bottom: 10px
  }
  
  .midashi_photo {
    display: block
  }
  
  .title1 {
    margin-bottom: 10px
  }
  
  .title1 .ja {
    font-size: 42px;
    text-align: center;
    display: block;
    padding-bottom: 8px;
    color: #333;
    letter-spacing: 3px;
    font-weight: 900;
    font-family: "HelvLight-Regular", "Bebas Neue"
  }
  
  .title1 .en {
    font-size: 18px;
    text-align: center;
    display: block;
    color: #333;
    padding-bottom: 10px
  }
  
  .title2 {
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-size: 25px
  }
  
  .title2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
    font-size: 25px;
    font-weight: normal
  }
  
  .title2::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cccccc
  }
  
  .title3 {
    position: relative;
    padding-bottom: .1em;
    border-bottom: 3px solid #cccccc;
    font-size: 20px;
    margin-bottom: 20px
  }
  
  .title3::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 30%;
    height: 3px;
    background-color: #fff
  }
  
  .dinner_box {
    padding: 40px;
    height: 620px;
    background-color: #f3f2f2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
  }
  
  .dinner_name {
    font-size: 20px;
    text-align: center;
    line-height: 150%;
    margin-bottom: 20px;
    font-weight: bold
  }
  
  .dinner_fee {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px
  }
  
  .lunch_name {
    font-size: 16px;
    text-align: center;
    line-height: 150%
  }
  
  .lunch_fee {
    font-size: 20px;
    text-align: center;
    font-weight: bold
  }
  
  .party_box {
    padding: 40px;
    height: 670px;
    background-color: #f3f2f2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
  }
  
  .tinline {
    display: inline-block
  }
  
  .QandA dl {
    overflow: hidden;
    _zoom: 1
  }
  
  .QandA dl dd {
    text-indent: -2.6em;
    padding: 0 20px 0px 50px
  }
  
  .QandA dl dt {
    text-indent: -2.6em;
    padding: 0 20px 0px 50px;
    margin: 5px 20px 0 0;
    font-size: 14px
  }
  
  .QandA dl dd:first-letter,
  .QandA dl dt:first-letter {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    padding: 5px;
    font-family: 'Nunito', sans-serif
  }
  
  .QandA dl dd {
    margin: 10px 0 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px #ccc dotted;
    font-size: 14px
  }
  
  .QandA dl dt:first-letter {
    color: #a8cd38
  }
  
  .QandA dl dd:first-letter {
    color: #f68b4a
  }
  
  .listFlow li {
    margin-bottom: 9px;
    padding-bottom: 9px;
    background: transparent url("../img/bg_listflow.gif") 42px 100% no-repeat
  }
  
  .listFlow .lastItem {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none
  }
  
  .listFlow h4 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px
  }
  
  .listFlow dl {
    display: table;
    width: 100%
  }
  
  .listFlow dl dt {
    display: table-cell;
    padding: 10px 0;
    border: 1px solid #787878;
    width: 100px;
    background: #787878;
    font-size: 13px;
    font-size: 0.82rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2
  }
  
  .listFlow dl dt .num {
    display: block;
    font-size: 21px;
    font-size: 1.32rem
  }
  
  .listFlow dl dd {
    display: table-cell;
    padding: 15px 20px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    vertical-align: middle
  }
  
  .menu {
    overflow: hidden;
    margin-right: 0;
    margin-left: 0
  }
  
  .menu dt {
    float: left;
    text-align: left;
    font-size: small;
    padding-right: 0;
    padding-left: 0;
    font-weight: normal;
    line-height: 150%;
    font-size: 18px;
    font-weight: normal
  }
  
  .menu dd {
    text-align: right;
    font-size: 18px;
    font-weight: normal;
    line-height: 120%;
    clear: right;
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(90, 108, 50, 0.3);
    font-weight: bold
  }
  
  .menu dd span {
    font-size: 14px;
    color: #333
  }
  
  .topics dt {
    font-size: small;
    margin-right: 12px;
    line-height: 100%;
    margin-bottom: 3px;
    background-color: #fff;
    width: 100px;
    text-align: center;
    padding: 8px 5px;
    float: left;
    color: #fff
  }
  
  .topics dd {
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 16px;
    color: #333;
    border-bottom: 1px dotted #ccc
  }
  
  .topics2 {
    background: #f2f2f2;
    max-width: 100%
  }
  
  .topics2 h3 {
    color: #e83f6f;
    font-family: "YakuHanJP", "Sawarabi Gothic";
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center
  }
  
  .topics2 p {
    background: #f2f2f2;
    max-width: 100%;
    box-sizing: border-box;
    width: 420px;
    margin: 20px auto;
    padding: 15px;
    font-family: "YakuHanJP", "Sawarabi Gothic";
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .1em;
    line-height: 1.6em
  }
  
  .topics2 video {
    max-width: 100%
  }
  
  .topics2 .tcenter {
    background: #fff;
    padding: 20px
  }
  
  .topics2 .nakaA {
    padding-top: 20px;
    border-top: 1px solid #e83f6f
  }
  
  .topics2 img {
    width: 100%
  }
  
  .topics3 {
    background: #f2f2f2;
    max-width: 100%
  }
  
  .topics3 h3 {
    color: #9E9E9E;
    font-family: "YakuHanJP", "Sawarabi Gothic";
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center
  }
  
  .topics3 p {
    background: #f2f2f2;
    max-width: 100%;
    box-sizing: border-box;
    width: 420px;
    margin: 20px auto;
    padding: 15px;
    font-family: "YakuHanJP", "Sawarabi Gothic";
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .1em;
    line-height: 1.6em
  }
  
  .topics3 video {
    max-width: 100%
  }
  
  .topics3 .tcenter {
    background: #fff;
    padding: 20px
  }
  
  .topics3 .nakaA {
    padding-top: 20px;
    border-top: 1px solid #9E9E9E
  }
  
  .topics3 img {
    width: 100%
  }
  
  .about {
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px
  }
  
  .about dt {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3%;
    margin: 0px;
    padding: 15px 10px;
    text-align: center;
    float: left;
    width: 90px;
    background-color: #fff;
    color: #fff
  }
  
  .about dd {
    font-size: 14px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 9px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-left: 120px
  }
  
  .facebook {
    height: 300px;
    overflow: scroll
  }
  
  table.type01 {
    border-collapse: separate;
    border-spacing: 0;
    line-height: 1.5;
    border-top: .1em solid #ccc;
    border-left: .1em solid #ccc
  }
  
  table.type01 th {
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-bottom: .1em solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #ededed
  }
  
  table.type01 td {
    font-size: 14px;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    border-bottom: .1em solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff
  }
  
  table.type02 {
    border-collapse: separate;
    border-spacing: 0;
    line-height: 1.5;
    border-top: .1em #ccc;
    border-left: .1em #ccc;
    border-right: 1px solid #ccc
  }
  
  table.type02 th {
    font-size: small;
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-bottom: .1em solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #f5f5f5
  }
  
  table.type02 td {
    font-size: small;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    border-bottom: .1em solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #ccc;
    background: #fff
  }
  
  table.type03 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc
  }
  
  table.type03 th {
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc
  }
  
  table.type03 td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc
  }
  
  .hyo_yoko {
    overflow-x: auto;
    white-space: nowrap;
    width: auto
  }
  
  table.company {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: 14px
  }
  
  table.company th,
  table.company td {
    padding: 10px
  }
  
  table.company th {
    background: #3e3c3c;
    vertical-align: middle;
    text-align: left;
    width: 18%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 14px
  }
  
  table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #3e3c3c;
    border-width: 10px;
    margin-top: -10px
  }
  
  table.company td {
    background: #f5f5f5;
    width: 360px;
    padding-left: 25px
  }
  
  @-moz-document url-prefix() {
    table.company th::after {
      float: right;
      padding: 0;
      left: 30px;
      top: 10px;
      content: " ";
      height: 0;
      width: 0;
      position: relative;
      pointer-events: none;
      border: 10px solid transparent;
      border-left: #3e3c3c 10px solid;
      margin-top: -10px
    }
  }
  
  .timeline {
    list-style: none
  }
  
  .timeline li {
    margin-bottom: 30px
  }
  
  .timeline li h3 {
    color: #004ea3
  }
  
  @media (min-width: 800px) {
    .timeline li {
      overflow: hidden;
      margin: 0;
      position: relative
    }
  
    .timeline-date {
      width: 120px;
      float: left;
      margin-top: 17px
    }
  
    .timeline li h3 {
      margin: 20px 0 5px
    }
  
    .timeline-content {
      width: 65%;
      float: left;
      border-left: 2px #cccccc solid;
      padding-left: 30px;
      padding-bottom: 30px;
      padding-top: 15px
    }
  
    .timeline-content:before {
      content: '';
      width: 12px;
      height: 12px;
      background: #053628;
      position: absolute;
      left: 115px;
      top: 23px;
      border-radius: 100%
    }
  }
  
  .botan a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000;
    margin-bottom: 10px;
    font-family: font02;
    letter-spacing: 1px
  }
  
  .botan a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none
  }
  
  .botan2 a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #22ae4b;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
  }
  
  .botan2 a:hover {
    color: #22ae4b;
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration: none
  }
  
  .cbtn * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
  }
  
  .cbtn a {
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: #fff;
    font-size: 14px;
    padding: 10px 10px
  }
  
  .cbtn a:link {
    color: #FFFFFF;
    text-decoration: none
  }
  
  .cbtn a:visited {
    color: #FFFFFF
  }
  
  .cbtn a:hover {
    color: #ffffff;
    background-color: #fff;
    text-decoration: none;
    opacity: 0.8
  }
  
  .cbtn a:before {
    font-family: 'FontAwesome';
    content: "\f0a9";
    margin-right: 3px
  }
  
  .bbtn * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
  }
  
  .bbtn a {
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 8px 10px;
    border: 1px solid #fff
  }
  
  .bbtn a:link {
    color: #333333;
    text-decoration: none
  }
  
  .bbtn a:visited {
    color: #333333
  }
  
  .bbtn a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #f5f5f5
  }
  
  .bbtn a:before {
    font-family: 'FontAwesome';
    content: "\f0a9";
    margin-right: 3px
  }
  
  .photo {
    width: 100%;
    margin: 10px auto 0
  }
  
  .photo ul {
    margin-right: -11px;
    margin-bottom: 0;
    text-align: center
  }
  
  .photo li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-sizing: border-box
  }
  
  .photo li a {
    display: block;
    text-align: center;
    width: 290px;
    height: 290px;
    line-height: 290px;
    background-color: #ededee;
    box-sizing: border-box
  }
  
  .photo li:last-child {
    margin-right: 0px
  }
  
  .photo li img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 290px;
    max-height: 290px;
    box-sizing: border-box
  }
  
  .photo li p {
    font-size: 12px;
    width: 290px;
    height: 40px;
    padding: 10px;
    margin: 5px 0 10px;
    text-align: center;
    background-color: #000;
    color: #333;
    box-sizing: border-box
  }
  
  .photo2 {
    width: 100%;
    margin: 10px auto 0
  }
  
  .photo2 ul {
    margin-right: -11px;
    margin-bottom: 0;
    text-align: center
  }
  
  .photo2 li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block
  }
  
  .photo2 li a {
    display: block;
    text-align: center;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: #f5f5f5
  }
  
  .photo2 li:last-child {
    margin-right: 0px
  }
  
  .photo2 li img {
    vertical-align: middle;
    width: auto;
    height: 130px;
    max-width: 150px;
    max-height: 150px
  }
  
  .photo2 li p {
    font-size: 11px;
    width: 150px;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 10px 0 10px;
    text-align: center
  }
  
  .works {
    width: 100%;
    margin: 10px auto 0;
    padding: 10px 2px 0 2px
  }
  
  .works ul {
    margin-right: -21px;
    margin-bottom: -10px;
    overflow: hidden
  }
  
  .works li {
    display: block;
    float: left;
    width: 290px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 10px;
    background: #000
  }
  
  .works .gallery {
    background: #000;
    width: 290px;
    height: 290px;
    line-height: 290px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden
  }
  
  .works .gallery img {
    max-width: 100%;
    max-height: 290px;
    vertical-align: middle
  }
  
  .works p {
    font-size: 12px;
    width: 290px;
    height: 40px;
    padding: 10px;
    margin: 5px 0 10px;
    text-align: center;
    background-color: #000;
    color: #333;
    box-sizing: border-box
  }
  
  .img100 {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
  }
  
  .img150R {
    width: 150px;
    float: right;
    margin-left: 20px
  }
  
  .img200 {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
  }
  
  .img200L {
    width: 200px;
    float: left;
    margin-right: 20px
  }
  
  .img200R {
    width: 200px;
    float: right;
    margin-left: 20px
  }
  
  .img250L {
    width: 250px;
    float: left;
    margin-right: 20px
  }
  
  .img250R {
    width: 250px;
    float: right;
    margin-left: 20px
  }
  
  .img300 {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
  }
  
  .img300R {
    width: 300px;
    float: right;
    margin-left: 20px
  }
  
  .img400R {
    width: 400px;
    float: right;
    margin-left: 20px
  }
  
  .img400L {
    width: 400px;
    float: left;
    margin-right: 20px
  }
  
  .img650L {
    width: 650px;
    float: left;
    margin-right: 20px
  }
  
  .waku630 {
    width: 630px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  
  .waku768 {
    width: 768px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  
  .waku220 {
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
    float: left
  }
  
  .waku400 {
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  
  .waku400 img {
    max-width: 100%
  }
  
  .waku480 {
    width: 480px;
    float: left
  }
  
  .waku460 {
    width: 460px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-left: 10px
  }
  
  .waku300 {
    width: 280px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px
  }
  
  .waku300_2 {
    width: 300px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-left: 10px
  }
  
  .box {
    width: 100%
  }
  
  .boxA {
    width: 100%;
    background-color: #f5f6f3
  }
  
  .boxB {
    width: 100%;
    background: url(../img/bgimg4.jpg) no-repeat center center;
    padding: 100px 0 60px
  }
  
  .boxC {
    width: 100%;
    background-color: #fff
  }
  
  .naka {
    width: 960px;
    padding-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    overflow: hidden
  }
  
  .nakaA {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 0px;
    overflow: hidden
  }
  
  .nakaB {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    padding-right: 0px;
    overflow: hidden
  }
  
  .nakaC {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0px;
    overflow: hidden
  }
  
  figure {
    position: relative;
    overflow: hidden;
    width: 300px
  }
  
  figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0
  }
  
  figure:hover figcaption {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
  }
  
  figure h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-top: 63px
  }
  
  figure p {
    text-align: center;
    font-size: 14px;
    color: #fff
  }
  
  .pickUp {
    margin-bottom: 30px
  }
  
  .pickUp:last-child {
    margin-bottom: 0
  }
  
  .pickUp .image,
  .pickUp .detailBox {
    float: left;
    width: 480px;
    box-sizing: border-box;
    -webkit-transition-duration: .8s;
    transition-duration: .8s
  }
  
  .pickUp:nth-child(2n) .image {
    float: right
  }
  
  .pickUp .image {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px)
  }
  
  .pickUp .detailBox {
    padding: 45px 30px 60px;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    position: relative
  }
  
  .pickUp .detailBox02 {
    padding: 45px 60px 60px
  }
  
  .rbtn {
    line-height: 1;
    color: #fff;
    text-align: center
  }
  
  .recommendArea .rbtn {
    width: 400px;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  
  .contactbnr .rbtn {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 440px;
    margin: 0 auto
  }
  
  .pickUp .rbtn {
    width: 270px;
    -webkit-transform: translate(-50%, -30px);
    -ms-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px);
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 50%
  }
  
  .rbtn:before {
    background: #3e3c3c;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: 2
  }
  
  .rbtn:after {
    -webkit-transform: skew(-12deg) translate(8px, 8px);
    -ms-transform: skew(-12deg) translate(8px, 8px);
    transform: skew(-12deg) translate(8px, 8px);
    border-color: #3e3c3c;
    z-index: 1
  }
  
  .rbtn:before,
  .rbtn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #3e3c3c;
    box-sizing: border-box;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
  }
  
  .rbtn a {
    padding: 20px 0 21px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 3;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    text-decoration: none
  }
  
  .rbtn:hover:before {
    border-color: #3e3c3c;
    background-color: #3e3c3c;
    -webkit-transform: skew(-12deg) translate(4px, 4px);
    -ms-transform: skew(-12deg) translate(4px, 4px);
    transform: skew(-12deg) translate(4px, 4px)
  }
  
  .rbtn:hover:after {
    border-color: #3e3c3c;
    -webkit-transform: skew(-12deg) translate(4px, 4px);
    -ms-transform: skew(-12deg) translate(4px, 4px);
    transform: skew(-12deg) translate(4px, 4px)
  }
  
  .rbtn:hover a {
    -webkit-transform: translate(4px, 4px);
    -ms-transform: translate(4px, 4px);
    transform: translate(4px, 4px)
  }
  
  .pickUpTtl {
    font-size: 24px;
    font-weight: normal;
    color: #170a02;
    margin-bottom: 10px;
    line-height: 130%
  }
  
  .ingredients {
    counter-reset: li
  }
  
  .ingredients li {
    position: relative;
    float: left;
    width: 47%;
    margin-right: 5%;
    margin-bottom: 5%
  }
  
  .ingredients li:nth-child(2n) {
    margin-right: 0
  }
  
  .ingredients li .img {
    float: left;
    width: 180px;
    height: 180px;
    margin-right: 10px
  }
  
  .ingredients li .img img {
    border-radius: 200px;
    z-index: 99999;
    max-width: 100%
  }
  
  .ingredients li h2 {
    font-size: 26px;
    padding-top: 15px
  }
  
  .ingredients li h3 {
    font-size: 17px;
    font-weight: normal;
    color: #fff
  }
  
  .calendar {
    width: 460px
  }
  
  .calendar table {
    margin: 10px 0;
    line-height: 2.6;
    width: 100%
  }
  
  .calendar table th {
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5;
    padding: 5px 2px;
    font-weight: normal;
    line-height: 1.5;
    border: #4f5a3f 1px solid;
    width: 14%
  }
  
  .calendar table td {
    padding-left: 2px;
    padding-right: 2px;
    background-color: #FFF;
    height: 60px;
    border: #4f5a3f 1px solid;
    width: 14%;
    line-height: 2;
    vertical-align: top;
    font-size: 12px
  }
  
  .calendar table td .item {
    text-align: center;
    color: #ec7d9c;
    font-size: 14px
  }
  
  .calendar td.off {
    background: #f7e0e6
  }
  
  .table_jisseki td {
    text-align: right;
    padding-right: 45px
  }
  
  #calendar div.calendar:nth-child(1),
  #calendar div.calendar:nth-child(2) {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0
  }
  
  .calendar_head {
    padding: 10px 10px 0 10px;
    text-align: center;
    color: #fff;
    font-size: 16px
  }
  
  .calendar_body {
    padding: 0px 10px 10px 10px
  }
  
  .hori {
    color: #f7e0e6;
    font-size: 16px
  }
  
  .yasumi {
    color: #ec7d9c
  }
  
  @media screen and (max-width: 600px) {
  
    #calendar div.calendar:nth-child(1),
    #calendar div.calendar:nth-child(2) {
      float: none;
      width: auto
    }
  }
  
  .hakoA {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
  }
  
  .hakoB {
    background: #ededed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22)
  }
  
  .hakoB .box-title {
    font-size: 16px;
    color: #fff;
    background: #3e3c3c;
    padding: 10px 10px;
    text-align: center;
    letter-spacing: 0.05em
  }
  
  .hakoB div {
    padding: 20px;
    margin: 0
  }
  
  .service {
    padding: 30px;
    border: 1px dashed #b2b2b2
  }
  
  .service h2 {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 20px
  }
  
  .service h2 span {
    font-size: 16px;
    text-align: left;
    display: block;
    color: #fff;
    padding-left: 5px
  }
  
  .bnr li {
    float: left;
    width: 33.33333%
  }
  
  .view {
    width: 100%;
    height: 300px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center
  }
  
  .view .mask,
  .view .content {
    width: 100%;
    height: 300px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
  }
  
  .view img {
    display: block;
    position: relative
  }
  
  .view h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
    padding: 10px;
    background: #f68421;
    margin: 30px 0 0 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto
  }
  
  .view h3 {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 15px
  }
  
  .view p {
    position: relative;
    padding: 15px 0;
    text-align: center;
    font-size: 12px
  }
  
  .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 12px;
    background: #e8ad18;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #e8ad18
  }
  
  .view a.info:hover {
    background: #FFFFFF;
    color: #e8ad18
  }
  
  .view-first img {
    transition: all 0.2s linear
  }
  
  .view-first .mask {
    transition: all 0.4s ease-in-out
  }
  
  .view-first h2,
  .view-first h3,
  .view-first p,
  .view-first a.info {
    transition: all 0.2s ease-in-out
  }
  
  .view-first h3,
  .view-first p,
  .view-first a.info {
    opacity: 0
  }
  
  .view-first h2 {
    transform: translateY(93px)
  }
  
  .view-first p {
    transform: translateY(100px)
  }
  
  .view-first:hover img {
    transform: scale(1.1)
  }
  
  .view-first:hover .mask {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8)
  }
  
  .view-first:hover h3,
  .view-first:hover p,
  .view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px)
  }
  
  .view-first:hover h2 {
    transform: translateY(0px)
  }
  
  .view-first:hover p {
    transition-delay: 0.1s
  }
  
  .view-first:hover a.info {
    transition-delay: 0.2s
  }
  
  .waku3 {
    width: 960px;
    margin-right: auto;
    margin-left: auto
  }
  
  .waku3 ul {
    width: 980px;
    margin-right: -20px;
    list-style-type: none
  }
  
  .waku3 ul li {
    width: 256px;
    padding: 20px;
    float: left;
    margin-right: 20px;
    background-color: #fff;
    border: 5px solid #ccc;
    height: 320px
  }
  
  .waku2 {
    width: 960px;
    margin-right: auto;
    margin-left: auto
  }
  
  .waku2 ul {
    width: 990px;
    margin-right: -30px;
    list-style-type: none
  }
  
  .waku2 ul li {
    width: 465px;
    float: left;
    margin-right: 30px
  }
  
  .big_waku2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }
  
  .big_waku2 ul {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto
  }
  
  .big_waku2 ul li {
    width: 50%;
    height: 100%;
    float: left
  }
  
  .big_waku3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }
  
  .big_waku3 ul {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto
  }
  
  .big_waku3 ul li {
    width: 33.3%;
    float: left
  }
  
  .defaultlist {
    padding: 0px;
    margin: 0px
  }
  
  .defaultlist li {
    padding: 0px;
    margin: 0px;
    list-style-type: none !important;
    list-style-image: none !important;
    margin: 5px 0px 5px 0px !important
  }
  
  .list3 li {
    position: relative;
    padding-left: 20px;
    font-size: 14px
  }
  
  .list3-maru:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    border-radius: 20px;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border: 2px solid #fff
  }
  
  .list3-batu:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    height: 4px;
    width: 14px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #aaa
  }
  
  .list3-batu:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    height: 4px;
    width: 14px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #aaa;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg)
  }
  
  .list10 {
    counter-reset: li
  }
  
  .list10 li {
    position: relative;
    display: block;
    padding: 0px 0px 0px 30px;
    margin-left: 0px !important;
    font-size: 14px
  }
  
  li.list10-count:after {
    counter-increment: li;
    content: counter(li) ".";
    position: absolute;
    display: block;
    text-align: center;
    left: 0px;
    top: -1px;
    font-size: 16px;
    color: #da0000;
    font-weight: bold
  }
  
  .ulB li {
    float: left;
    width: 25%
  }
  
  .ulB li:before {
    font-family: 'FontAwesome';
    content: "\f06c";
    margin-right: 5px;
    color: #331c06
  }
  
  .ulC li {
    float: left;
    width: 25%
  }
  
  .ulA li:before,
  .ulC li:before {
    font-family: 'FontAwesome';
    content: "\f046";
    margin-right: 5px;
    color: #f58421
  }
  
  .sen {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #cccccc;
    margin-bottom: 30px;
    margin-top: 50px
  }
  
  .map {
    height: 255px
  }
  
  .view {
    height: 350px
  }
  
  .contact dt {
    font-size: 14px;
    color: #333
  }
  
  .contact dd {
    margin-bottom: 20px;
    color: #333
  }
  
  .contact span {
    color: #ff8e00;
    font-size: 14px;
    margin-left: 3px
  }
  
  .mf01 {
    width: 10%
  }
  
  .mf15 {
    width: 15%
  }
  
  .mf02 {
    width: 20%
  }
  
  .mf03 {
    width: 30%
  }
  
  .inquiry {
    text-transform: uppercase;
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  
  .form dl {
    margin: 10px 0
  }
  
  .form dt {
    float: left;
    width: 280px;
    padding-top: 22px
  }
  
  .form dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 15px;
    line-height: 1.5;
    border-bottom: 1px solid #eee
  }
  
  .form dd:last-child {
    border-bottom: none
  }
  
  .form dt span {
    color: #fff;
    background: #f6931e;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
  }
  
  .textarea,
  textarea,
  .dropdown {
    border: 1px solid #ddd;
    padding: 5px;
    width: 80%
  }
  
  .textarea02 {
    width: 20%
  }
  
  .textarea,
  textarea {
    border-radius: 0;
    -webkit-appearance: none
  }
  
  .textarea {
    height: 20px
  }
  
  .form-button {
    padding: 5px;
    text-align: center;
    margin: 10px 0
  }
  
  #mailform button {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    width: 250px;
    background: #000;
    font-weight: bold;
    border: 1px solid #000
  }
  
  #mailform button:before {
    font-family: 'FontAwesome';
    content: "\f003";
    margin-right: .5em
  }
  
  #mailform button:hover {
    background: #fff;
    color: #000
  }
  
  #mailform button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
  }
  
  .form-button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
  }
  
  #mailform label {
    margin-right: 20px
  }
  
  input[type=radio] {
    margin: -1px 5px 0 0
  }
  
  .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
  }
  
  .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 5px 35px 5px 11px;
    background: transparent;
    border: 0;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
  }
  
  .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #2f2f2f
  }
  
  label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
  }
  
  label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
  }
  
  label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #004415;
    z-index: 1
  }
  
  label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #FFFFFF
  }
  
  label.radio_text input[type="radio"]:checked {
    box-shadow: none
  }
  
  label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #FFF
  }
  
  label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
  }
  
  label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
  }
  
  label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #004415;
    border-bottom: 3px solid #004415;
    transform: rotate(45deg);
    z-index: 1
  }
  
  label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
  }
  
  label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
  }
  
  label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #fff;
    opacity: 0.1
  }
  
  label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
  }
  
  #facial,
  #yomogi,
  #braidal,
  #body {
    margin-top: -80px;
    padding-top: 80px
  }
  
  .menu0 {
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
    width: 640px
  }
  
  .menu0 dt {
    float: left;
    text-align: left;
    font-size: 16px;
    padding-right: 0;
    padding-left: 0;
    font-weight: normal;
    line-height: 150%
  }
  
  .menu0 dd {
    padding-bottom: 7px;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    line-height: 150%;
    clear: right;
    margin-bottom: 10px;
    letter-spacing: 1px;
    border-bottom: 1px dotted rgba(81, 61, 28, 0.3)
  }
  
  .menu1 {
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px
  }
  
  .menu1 dt {
    float: left;
    text-align: left;
    font-size: small;
    padding-right: 0;
    padding-left: 0;
    font-weight: normal;
    line-height: 150%
  }
  
  .menu1 dd {
    padding-bottom: 25px;
    text-align: right;
    font-size: small;
    font-weight: normal;
    line-height: 150%;
    clear: right;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-bottom: 1px dotted rgba(81, 61, 28, 0.3)
  }
  
  .wideslider {
    width: 100%;
    text-align: left;
    position: relative
  }
  
  .wideslider ul {
    float: left;
    display: inline
  }
  
  .wideslider ul li {
    float: left;
    display: inline
  }
  
  .wideslider ul li img {
    width: 100%;
    display: none
  }
  
  .wideslider_base {
    top: 0;
    position: absolute
  }
  
  .wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden
  }
  
  .slider_prev,
  .slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer
  }
  
  .slider_prev {
    background: rgba(255, 255, 255, 0) url(../photo/prev.png) no-repeat right center
  }
  
  .slider_next {
    background: rgba(255, 255, 255, 0) url(../photo/next.png) no-repeat left center
  }
  
  .wideslider ul {
    display: inline-block;
    overflow: hidden
  }
  
  .wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden
  }
  
  .pages {
    text-align: center
  }
  
  .page_next,
  .page_prev {
    display: inline;
    padding: 10px
  }
  
  #side-dock {
    display: block;
    list-style: none;
    margin: 0 0 0 0;
    width: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99998;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 20px
  }
  
  #side-dock li {
    padding: 0 0 10px 0
  }
  
  #side-dock li a img:hover {
    margin: 0 0 0px -50px
  }
  
  .viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden
  }
  
  .viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative
  }
  
  .viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute
  }
  
  .viewer ul li img {
    width: 100%
  }
  
  .viewer .btnPrev,
  .viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101
  }
  
  .viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center
  }
  
  .viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center
  }
  
  .viewer ul {
    display: inline-block;
    overflow: hidden
  }
  
  .viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden
  }
  
  .simply-scroll-container {
    position: relative
  }
  
  .simply-scroll-clip {
    position: relative;
    overflow: hidden
  }
  
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0
  }
  
  .simply-scroll-list li {
    width: 200px;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    border: 4px double #4E4E4E
  }
  
  .simply-scroll-list li a {
    width: 200px;
    height: 200px;
    line-height: 200px;
    display: block;
    text-align: center
  }
  
  .simply-scroll-list li img {
    vertical-align: middle;
    max-width: 200px;
    max-height: 200px
  }
  
  .topLink li {
    width: 32%;
    margin: 0 1% 0 0;
    float: left
  }
  
  .topLink li img {
    max-width: 100%
  }
  
  .contactText {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px
  }
  
  .contactText .txtInBlk {
    display: inline-block
  }
  
  .policy h3 {
    font-weight: bold;
    margin: 10px 0
  }
  
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    max-width: 100%
  }
  
  .flexbox .flexbox_list {
    width: 30%
  }
  
  .flexbox .flexbox_list img {
    width: 100%
  }
  
  .flexbox2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%
  }
  
  .flexbox2 .flexbox_list {
    width: 23%
  }
  
  .flexbox2 .flexbox_list img {
    width: 100%
  }
  
  .recruit_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  
  .recruit_box .recruit_img_box {
    width: 48%;
    margin-bottom: 20px
  }
  
  .recruit_box .recruit_img_box img {
    width: 100%
  }
  
/* フォームCMS */
.submit-btn {
	background: #000000 !important;
	border: 1px solid #000000 !important;
	}
	
	.submit-btn:hover {
	background: #ffffff !important;
	color: #000000 !important;
	}
	
	.submit-btn:hover::before {
	background: #000000 !important;
	}
	
	.submit-btn::before {
	transition: all .2s ease-in-out 0s;
	}
/* ------------------------ */