@charset "UTF-8";
body {
    line-height: 1.8;
    margin: 0;
    color: #000;
    text-align: center;
    background: url(../images/common/bg.png) left top repeat;
    /*font-family: 'Yu Mincho Medium', '游明朝 Medium', YuMincho, '游明朝体', 'Open Sans', sans-serif;*/
    font-family : YuMincho, 'Yu Mincho', serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}
@media (max-width: 991px) {
    body {
        line-height: 1.8;
        font-size: 18px;
    }
}

html {
    margin-top: 0!important;
}
* {box-sizing: border-box;}

.f-default {font-family : YuMincho, 'Yu Mincho', serif; }
.f-gothic {font-family: YuGothic, 'Yu Mincho', sans-serif;}

ul,ol {
    list-style-type: none;
}
ul,ol,li,
dl,dt,dd,
h1, h2, h3, h4, h5, h6,
p {
    margin: 0;
    padding: 0;
}

img {max-width: 100%;}
@media (max-width: 991px) {
    img {
        max-width: 100%;
        height: auto;
    }
}

a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px) {
    a:active,
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
    }
}

.sp-only {
    display: none!important;
}
@media (max-width: 767px) {
    .sp-only {
        display: block!important;
    }
    .pc-only {
        display: none!important;
    }
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
}
input[type="radio"] {
    margin: 4px 0 0 4px!important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
select,
textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;

  width: 100%;
  padding: 0 10px;
  background: #f2f2f2!important;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
textarea {
    line-height: 1.6;
    padding: 10px;
    resize: vertical;
}
@media (max-width: 991px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="submit"],
    select,
    textarea {
      height: 40px;
      font-size: 14px;
    }
}

.fa {margin-right: 10px;}
@media (max-width: 991px) {
    .fa {margin-right: 5px;}
}

@media (max-width: 767px) {
}
@media (max-width: 991px) {
}
@media (max-width: 1199px) {
}

#wrapper {
  position: relative;
  overflow: hidden;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 4vw;
  }
}

/* =====================================
  common parts
===================================== */
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

.p-ov-h {overflow: hidden;}

.p-bold {font-weight: bold;}

.p-font-red {color: #ae2d1e;}

.p-align-l {text-align: left;}
.p-align-c {text-align: center;}
.p-align-r {text-align: right;}

.p-absolute {position: absolute;}
.p-relative {position: relative;}

.p-left {float: left;}
.p-right {float: right;}

.p-clear {clear: both;}

.p-spacing {height: 1em;}

.p-writing-mode-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* opa */
.p-opa {
    transition: all 0.3s ease;
}
.p-opa:hover {
    opacity: 0.6;
}
@media (max-width: 991px) {
    .p-opa:hover {
        opacity: 1;
    }
}

/* p-link-effect */
.p-link-effect1 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: .3s;
}
.p-link-effect1::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #edf6fc;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-link-effect1:hover::after {
    width: 100%;
}

/* m-btn-more */
.m-btn-more {
  display: block;
  width: 270px;
  height: 46px;
  line-height: 46px;
  margin: 0 auto;
  border: 1px solid #6e5d5d;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.m-btn-more:hover {
  background: #6e5d5d;
  color: #fff;
}
.m-btn-more.arw-right {
  background: url(../images/common/arw_right.png) 93% center no-repeat;
}
.m-btn-more.arw-right:hover {
  background: url(../images/common/arw_right_on.png) 93% center no-repeat #6e5d5d;
}
@media (max-width: 767px) {
  .m-btn-more {
    width: 70vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 4.1vw;
  }
  .m-btn-more.arw-right {
    background-size: 1.5vw;
  }
  .m-btn-more.arw-right:hover {
    background-size: 1.5vw;
  }
}

/* m-img-bg */
.m-img-bg {
    /*width: それぞれ設定してください;*/
    /*height: それぞれ設定してください;*/
}
.m-img-bg .img {
    width: 100%;
    height: 100%;
    /*background-image: それぞれ設定してください;*/
    background-size: cover;
    background-position: 50% 50%;
}

/* ----------------------------------
/
/  header
/
/--------------------------------- */
#header {
}
#header .h-logo {
  line-height: 1;
  padding: 80px 0 60px;
  text-align: center;
}
@media (max-width: 991px) {
  #header .h-logo {
    padding: 60px 0 40px;
  }
}
@media (max-width: 767px) {
  #header .h-logo {
    padding: 6vw 0;
  }
  #header .h-logo img {
    width: 40vw;
  }
}

/* drawer-nav */
.m-drawer .drawer-nav {
  position: fixed;
  top: 0;
  right: -340px;
  width: 340px;
  height: 100%;
  background: #f4f4f4;
  font-size: 18px;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  z-index: 101;
}
.m-drawer.drawer-open .drawer-nav {
  right: 0;
}
.m-drawer .drawer-nav li a {
  display: block;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #898989;
  text-decoration: none;
  transition: .3s;
}
.m-drawer .drawer-nav li a:hover {
  background: #d9d9d9;
}
.m-drawer .drawer-nav li img {
  padding-top: 13px;
}
.m-drawer .drawer-nav li.fb span {
  display: inline-block;
  line-height: 64px;
  padding-left: 40px;
  background: url(../images/common/nav_facebook.png) left center no-repeat;
}
@media (max-width: 767px) {
  .m-drawer .drawer-nav {
    right: -85vw;
    width: 85vw;
    font-size: 5vw;
  }
  .m-drawer .drawer-nav li a {
    height: 16vw;
    line-height: 16vw;
  }
  .m-drawer .drawer-nav li img {
    padding-top: 3vw;
  }
  .m-drawer .drawer-nav li .logo {
    width: 30vw;
  }
  .m-drawer .drawer-nav li.fb span {
    line-height: 16vw;
    padding-left: 10vw;
    background-size: 7vw auto;
  }
}

/* drawer-hamburger */
.m-drawer .drawer-hamburger {
  position: fixed;
  top: 20px;
  right: 40px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  box-sizing: content-box;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 101;
}
.m-drawer.drawer-open .drawer-hamburger {
  right: 360px;
}
.m-drawer .drawer-hamburger:hover {
  cursor: pointer;
}
.m-drawer .drawer-hamburger-icon {
  position: relative;
  display: block;
}
.m-drawer .drawer-hamburger-icon,
.m-drawer .drawer-hamburger-icon:before,
.m-drawer .drawer-hamburger-icon:after {
  width: 100%;
  height: 3px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #626262;
}
.m-drawer .c-wht .drawer-hamburger-icon,
.m-drawer .c-wht .drawer-hamburger-icon:before,
.m-drawer .c-wht .drawer-hamburger-icon:after {
  background-color: #fff;
}
.m-drawer .drawer-hamburger-icon:before,
.m-drawer .drawer-hamburger-icon:after {
  position: absolute;
  top: -15px;
  left: 0;
  content: ' ';
}
.m-drawer .drawer-hamburger-icon:after {
  top: 15px;
}
.m-drawer.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.m-drawer.drawer-open .drawer-hamburger-icon:before,
.m-drawer.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background-color: #fff;
}
.m-drawer.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-drawer.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .m-drawer .drawer-hamburger {
    top: 2vw;
    right: 3vw;
    width: 10vw;
    height: 10vw;
  }
  .m-drawer.drawer-open .drawer-hamburger {
    right: 87vw;
  }
  .m-drawer .drawer-hamburger-icon,
  .m-drawer .drawer-hamburger-icon:before,
  .m-drawer .drawer-hamburger-icon:after {
    height: 2px;
  }
  .m-drawer .drawer-hamburger-icon:before,
  .m-drawer .drawer-hamburger-icon:after {
    top: -3vw;
  }
  .m-drawer .drawer-hamburger-icon:after {
    top: 3vw;
  }
}


/* overlay */
.m-overlay.drawer-open {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 100;
}

/* ----------------------------------
/
/  main
/
/--------------------------------- */
/* sc-blog */
.bg2 {
  background: url(../images/common/bg2.png) left 60px repeat-x;
}
.sc-blog {
  float: left;
  width: 470px;
  margin: 0 0 50px 50px;
  padding-top: 20px;
}
.sc-blog .ttl {
  height: 215px;
}
.sc-blog .post-list {
  margin-bottom: 40px;
  border-bottom: 1px solid #c0c0c0;
  text-align: left;
}
.sc-blog .post-list article {
  display: table;
  width: 100%;
  border-top: 1px solid #c0c0c0;
}
.sc-blog .post-list a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.sc-blog .post-list .m-img-bg {
  display: table-cell;
  width: 90px;
  height: 90px;
  vertical-align: middle;
}
.sc-blog .post-list .img {
  height: 100%;
}
.sc-blog .post-list .txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.sc-blog .post-list .post-date {
  color: #666;
  font-size: 14px;
}
.sc-blog .post-list .post-txt {
}
@media (max-width: 1200px) {
  .sc-blog {
    width: 50%;
    margin: 0 0 100px 0;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .bg2 {
    background: none;
  }
  .bg2 .container {
    padding: 0;
  }
  .sc-blog {
    float: none;
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 11.6vw;
    background: url(../images/common/bg2.png) left 5.3vw repeat-x;
    background-size: auto 16vw;
  }
  .sc-blog .ttl {
    width: 15.6vw;
    height: 33.6vw;
    margin: 0 auto;
  }
  .sc-blog .post-list {
    margin: 0 4vw 6.6vw;
  }
  .sc-blog .post-list article {
    width: 100%;
  }
  .sc-blog .post-list a {
    padding: 4vw 0;
  }
  .sc-blog .post-list .m-img-bg {
    width: 17.3vw;
    height: 17.3vw;
  }
  .sc-blog .post-list .txt {
    padding-left: 4vw;
    font-size: 5vw;
  }
  .sc-blog .post-list .post-date {
    font-size: 3.5vw;
  }
}

/* sc-information */
.sc-information {
  float: right;
  width: 510px;
  margin: 0 50px 50px 0;
  padding-top: 20px;
}
.sc-information .ttl {
  height: 215px;
}
.sc-information .post-list {
  margin-bottom: 40px;
  border-bottom: 1px solid #c0c0c0;
  text-align: left;
}
.sc-information .post-list article {
  display: table;
  width: 100%;
  border-top: 1px solid #c0c0c0;
}
.sc-information .post-list a {
  /*position: relative;*/
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.sc-information .post-list .m-img-bg {
  display: table-cell;
  width: 90px;
  height: 90px;
  vertical-align: middle;
}
.sc-information .post-list .img {
  height: 100%;
}
.sc-information .post-list .txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

/*
.sc-information .post-list a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 60px;
  height: 100%;
  background: url(../images/arw_information.png) center center no-repeat #e6e6e6;
}
*/

.sc-information .post-list .post-date {
  color: #666;
  font-size: 14px;
}
.sc-information .post-list .post-txt {
  /*padding-right: 70px;*/
}
@media (max-width: 1200px) {
  .sc-information {
    width: 50%;
    margin: 0 0 100px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .sc-information {
    float: none;
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    background: url(../images/common/bg2.png) left 5.3vw repeat-x;
    background-size: auto 16vw;
  }
  .sc-information .ttl {
    width: 15.6vw;
    height: 33.6vw;
    margin: 0 auto;
  }
  .sc-information .post-list {
    margin: 0 4vw 6.6vw;
  }
  .sc-information .post-list article {
    width: 100%;
  }
  .sc-information .post-list a {
    padding: 4vw 0;
  }
/*
  .sc-information .post-list a:after {
    width: 60px;
    height: 100%;
    background: url(../images/arw_information.png) center center no-repeat #e6e6e6;
  }
*/
  .sc-information .post-list .post-date {
    font-size: 3.5vw;
  }
  .sc-information .post-list .post-txt {
    font-size: 5vw;
  }
  .sc-information .post-list .m-img-bg {
    width: 17.3vw;
    height: 17.3vw;
  }
  .sc-information .post-list .txt {
    padding-left: 4vw;
    font-size: 4.2vw;
  }
}

.sc-information .fb {
  width: 420px;
  margin: 40px auto 0;
}

/* sc-shoplist */
.sc-shoplist {
  margin-bottom: 80px;
  padding-top: 20px;
}
.sc-shoplist .ttl {
  margin-bottom: 50px;
  text-align: center;
}
.sc-shoplist .shoplist ul {
  display: flex!important;
  justify-content: center;
  flex-wrap: wrap;
}
.sc-shoplist .shoplist li {
  width: 400px;
  padding-bottom: 30px;
}
.sc-shoplist .shoplist a {
  display: block;
  text-decoration: none;
}
.sc-shoplist .shoplist .img {
  margin-bottom: 15px;
}
.sc-shoplist .shoplist .shopinfo {
}
.sc-shoplist .shoplist .shop-name {
  font-size: 22px;
  font-weight: bold;
}
.sc-shoplist .shoplist .shop-tel {
  margin-bottom: 5px;
  font-size: 20px;
}
.sc-shoplist .shoplist .shop-tel span {
  padding-left: 35px;
  background: url(../images/common/ico_tel.png) left center no-repeat;
}
.sc-shoplist .shoplist .shop-address {
  margin-bottom: 5px;
  color: #939393;
}
@media (max-width: 1200px) {
  .sc-shoplist .shoplist li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .sc-shoplist {
    margin-bottom: 4vw;
    padding-top: 4vw;
  }
  .sc-shoplist .ttl {
    width: 63.3vw;
    margin: 0 auto 4vw;
  }
  .sc-shoplist .shoplist ul {
  }
  .sc-shoplist .shoplist li {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 2.7vw 6vw;
  }
  .sc-shoplist .shoplist a {
    display: inline;
  }
	.sc-shoplist .shoplist .img {
    margin-bottom: 1.3vw;
  }
  .sc-shoplist .shoplist .shopinfo {
  }
  .sc-shoplist .shoplist .shop-name {
    margin-bottom: 1.3vw;
    font-size: 5vw;
  }
  .sc-shoplist .shoplist .shop-tel {
    margin-bottom: 1.3vw;
    font-size: 4.9vw;
  }
  .sc-shoplist .shoplist .shop-tel span {
    padding-left: 5vw;
    background: url(../images/common/ico_tel.png) left center no-repeat;
    background-size: 3.7vw auto;
  }
  .sc-shoplist .shoplist .shop-address {
    margin-bottom: 0;
    font-size: 4.5vw;
  }
  .sc-shoplist .shoplist .note {
    margin-top: 1.3vw;
  }
}

/* map */
.map,
#map-custom {
  height: 700px;
}
@media (max-width: 767px) {
  .map,
  #map-custom {
    height: 80vw;
  }
}

.closing {
  margin-bottom: 60px;
  padding-bottom: 50px;
  background: url(../images/common/bg_closing.png) left bottom repeat-x;
}
@media (max-width: 767px) {
  .closing {
    margin-bottom: 10vw;
    padding-bottom: 10vw;
    background: url(../images/common/bg_closing.png) left bottom repeat-x;
    background-size: auto 30vw;
  }
  .closing img {
    width: 90vw;
    padding-right: 5vw;
  }
}

/* ----------------------------------
/
/  TOP
/
/--------------------------------- */
.home {
}

/* kv */
.home .kv {
  width: 100%;
  height: 100vh;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .home .kv {
    height: auto;
    margin-bottom: 0;
  }
	.slick-track {
	}
}

/* slide */
.home .slide {
}
.home .slide .img {
  width: 100%;
  height: 100vh;
}

/* sc-concept */
.home .sc-concept {
  padding: 20px 50px 0;
  margin-bottom: 30px;
  /* background: url(../images/concept_bg1.jpg) center 105px no-repeat; */
}
.home .sc-concept .ttl {
  margin-bottom: 80px;
}
.home .sc-concept .txt {
  float: left;
  width: 50%;
  min-height: 435px;
  padding-right: 20px;
  text-align: left;
  background: url(../images/concept_bg2.png) 46% 40px no-repeat;
}
.home .sc-concept .sub-ttl {
  width: 315px;
  height: 98px;
  line-height: 78px;
  margin: 0 auto 30px;
  padding: 7px;
  border: 2px solid #000;
  text-align: center;
  font-size: 30px;
}
.home .sc-concept .sub-ttl span {
  display: block;
  border: 1px solid #d00202;
}
.home .sc-concept .txt1 {
  width: 280px;
  margin: 0 auto 20px;
  font-size: 26px;
}
.home .sc-concept .txt2 {
  width: 310px;
  margin: 0 auto;
	font-size: 18px;
	text-align: center;
}
.home .sc-concept .img {
  float: right;
  width: 50%;
  margin-top: 0px;
  text-align: right;
}
@media (max-width: 1200px) {
  .home .sc-concept {
    padding: 0;
  }
  .home .sc-concept .txt {
    width: 50%;
    padding-left: 20px;
  }
  .home .sc-concept .img {
    width: 50%;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .home .sc-concept {
    background: none;
  }
  .home .sc-concept .ttl {
    margin-bottom: 20px;
  }
  .home .sc-concept .txt {
    float: none;
    width: 100%;
    min-height: auto;
    text-align: center;
  }
  .home .sc-concept .txt1 {
	  width: 280px;
    margin-bottom: 20px;
  }
  .home .sc-concept .img {
    float: none;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .sc-concept .ttl {
    width: 80vw;
    margin: 0 auto;
  }
  .home .sc-concept .img {
    width: 69.3vw;
	margin: 4vw auto 6vw;
  }
  .home .sc-concept .txt {
    min-height: 65vw;
    padding: 0 10vw 4vw;
    /* background: url(../images/concept_bg2.png) center 19vw no-repeat,url(../images/concept_bg1.jpg) center top no-repeat; */
	  background: url(../images/concept_bg2.png)  center 40px no-repeat;
    background-size: 33vw auto, 92vw auto;
    text-align: left;
  }
  .home .sc-concept .sub-ttl {
    width: 50vw;
    height: 13vw;
    line-height: 10vw;
    margin: 0 auto 5.5vw;
    padding: 1vw;
    border: 1px solid #000;
    font-size: 4.5vw;
  }
  .home .sc-concept .txt1 {
	  width: 100%;
	  margin-bottom: 4vw;
	  font-size: 6vw;
	  font-weight: bold;
	  text-align: center;
	 }
  .home .sc-concept .txt2 {
	  width: 100%;
	  font-size: 5vw;
	  text-align: center;
	 }
}

/* ----------------------------------
/
/  ご宴会コース
/
/--------------------------------- */
.page-menu {
}
.page-menu .article-container {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 15px;
  padding: 0 50px;
  overflow: hidden;
}
.page-menu .article-container article {
  width: 525px;
  margin: 0 25px 60px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.page-menu .article-container article:nth-child(even) {
  margin: 0 0 60px 25px;
}
.page-menu .article-container article .inner {
  padding: 30px 30px 40px;
  flex-grow: 1;
}
.page-menu .article-container article .bg_menu_list {
  min-height: 350px;
  background: url(../images/bg_menu_list.png) center 30px no-repeat;
  background-size: 230px auto;
}
.page-menu .article-container article .title {
  line-height: 1.5;
  padding: 5px 0 25px;
  border-bottom: 1px solid #c0c0c0;
  font-size: 25px;
}
.page-menu .article-container article .price {
  padding: 15px 0;
  border-bottom: 1px solid #c0c0c0;
  font-size: 25px;
  color: #d51515;
}
.page-menu .article-container article .description {
  position: relative;
  margin: 30px 15px 0;
  padding: 25px 0 30px 0;
  text-align: left;
}
.page-menu .article-container article .description:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 8px;
  background: #d51515;
}
.page-menu .article-container article .bg {
  height: 30px;
  background: url(../images/common/bg.png) left top repeat;
}
.page-menu .article-container article .shop-title {
  line-height: 1.4;
  /*margin: 0 30px;*/
  padding: 20px 0 25px;
  border-top: 1px solid #c0c0c0;
  font-size: 16px;
  font-weight: normal;
}
.page-menu .article-container article .shop-list {
  height: 100px;
  padding-top: 15px;
  background: url(../images/common/bg2.png) left top repeat;
}
.page-menu .article-container article .shop-list li {
  display: inline-block;
  padding: 0 2px;
}
.page-menu .article-container article .naiyo {
}
.page-menu .article-container article .naiyo dt {
  padding: 0 0 15px;
  border-bottom: 1px solid #c0c0c0;
  font-size: 25px;
}
.page-menu .article-container article .course_naiyo {
  padding: 25px 15px 0;
	border-top: 1px solid #c0c0c0;
}
.page-menu .article-container article .course_caution {
  margin: 25px 15px 0;
}
@media (max-width: 1200px) {
  .page-menu .article-container article {
    width: 48%;
    margin: 0 2% 60px 0;
    background: #fff;
  }
  .page-menu .article-container article:nth-child(even) {
    margin: 0 0 60px 2%;
  }
  .page-menu .article-container article .shop-title {
    width: 100%;
    background-size: 100% auto, 100% auto;
  }
  .page-menu .article-container article .shop-list {
    height: auto;
  }
}
@media (max-width: 767px) {
  .page-menu .page-title {
    width: 63.3vw;
    margin: 0 auto;
  }
  .page-menu .article-container {
    display: block;
    margin: 2vw auto 0;
    padding: 0 4vw;
  }
  .page-menu .article-container article {
    width: 100%;
    margin: 0 0 10vw 0;
  }
  .page-menu .article-container article:nth-child(even) {
    margin: 0 0 8vw;
  }
  .page-menu .article-container article .inner {
    padding: 4vw 4vw 5vw;
  }
  .page-menu .article-container article .bg_menu_list {
    background: url(../images/bg_menu_list.png) center 20vw no-repeat;
    background-size: 60% auto;
  }
  .page-menu .article-container article .title {
    padding: 0 0 3vw;
    font-size: 5vw;
  }
  .page-menu .article-container article .price {
    padding: 2vw 0;
    font-size: 4.5vw;
  }
  .page-menu .article-container article .description {
    margin: 5vw 3vw 0;
    padding: 4vw 0;
    font-size: 5vw;
  }
  .page-menu .article-container article .description:before {
    width: 10vw;
    height: 1.2vw;
  }
  .page-menu .article-container article .bg {
    height: 2vw;
  }
  .page-menu .article-container article .shop-title {
    width: 84vw;
    margin: 0 4vw;
    padding: 4vw 0;
    background-size: 100% auto, 100% auto;
    font-size: 4vw;
  }
  .page-menu .article-container article .shop-list {
    height: auto;
    padding-top: 2vw;
  }
  .page-menu .article-container article .shop-list li {
    width: 18vw;
    padding: 0.5vw 0.5vw;
  }
  .page-menu .article-container article .naiyo dt {
    padding: 0 0 3vw;
    font-size: 4.5vw;
  }
  .page-menu .article-container article .course_naiyo {
    padding: 3vw 3vw 0;
    font-size: 5vw;
  }
  .page-menu .article-container article .course_caution {
    margin: 3vw 3vw 0;
    font-size: 4.2vw;
  }
}

/* ----------------------------------
/
/  のどぐろ
/
/--------------------------------- */
.page-nodoguro {
}
.page-nodoguro .title-bg {
  background: url(../images/bg_title_nodoguro.png) center 80px no-repeat;
}
.page-nodoguro .page-title {
}
.page-nodoguro .catch {
  float: right;
  padding-right: 50px;
}
.page-nodoguro .article-container {
  padding: 0 50px;
  overflow: hidden;
}
.page-nodoguro .article-container article {
  float: left;
  width: 490px;
}
.page-nodoguro .article-container article:nth-child(even) {
  float: right;
}
.page-nodoguro .article-container article:nth-of-type(2) {
  margin-top: 150px;
}
.page-nodoguro .article-container article .title {
  width: 414px;
  margin: 0 auto 50px;
  padding: 20px 0;
  background: url(../images/common/sub_ttl_bg_top.png) left top no-repeat, url(../images/common/sub_ttl_bg_btm.png) left bottom no-repeat;
  font-size: 30px;
  font-weight: bold;
}
.page-nodoguro .article-container article .img {
}
.page-nodoguro .article-container article .txt {
  position: relative;
  margin-top: 45px;
  padding: 45px 0 100px;
  text-align: left;
}
.page-nodoguro .article-container article .txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 10px;
  background: #d51515;
}
@media (max-width: 991px) {
  .page-nodoguro .article-container {
    width: 490px;
    margin: 60px auto 0;
  }
  .page-nodoguro .article-container article {
    float: none;
    width: 100%;
  }
  .page-nodoguro .article-container article:nth-child(even) {
    float: none;
  }
  .page-nodoguro .article-container article:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-nodoguro .title-bg {
    background: url(https://nakamata-nodoguro.com/images/bg_title_nodoguro.png) center 10vw no-repeat;
  }	
	.page-nodoguro .page-title {
    width: 63.3vw;
    margin: 0 auto;
  }
  .page-nodoguro .catch {
    float: none;
    width: 40vw;
    margin: 0 auto 5vw;
    padding-right: 0;
  }
  .page-nodoguro .article-container {
    width: 100%;
    margin: 10vw auto 0;
    padding: 0 5vw;
  }
  .page-nodoguro .article-container article .title {
    width: 100%;
    margin: 0 auto 6vw;
    padding: 4vw 0;
    background: url(../images/common/sub_ttl_bg_top.png) left top no-repeat, url(../images/common/sub_ttl_bg_btm.png) left bottom no-repeat;
    background-size: 100% auto, 100% auto;
    font-size: 5vw;
  }
  .page-nodoguro .article-container article .txt {
    margin-top: 5vw;
    padding: 6vw 0 10vw;
    font-size: 5vw;
  }
  .page-nodoguro .article-container article .txt:before {
    width: 10vw;
    height: 1.2vw;
  }
}

/* ----------------------------------
/
/  こだわり
/
/--------------------------------- */
.page-kodawari {
}
.page-kodawari .title-bg {
  background: url(../images/bg_title_kodawari.png) center 80px no-repeat;
}
.page-kodawari .page-title {
}
.page-kodawari .catch {
  float: right;
  padding-right: 50px;
}
.page-kodawari .article-container {
  margin-top: 50px;
  padding: 0 50px;
  overflow: hidden;
}
.page-kodawari .article-container article {
  margin-bottom: 120px;
}
.page-kodawari .article-container article:nth-child(even) {
}
.page-kodawari .article-container article .block1 {
  text-align: left;
  overflow: hidden;
}
.page-kodawari .article-container article .block-wrap-left {
  float: left;
  width: 490px;
}
.page-kodawari .article-container article:nth-child(even) .block-wrap-left {
  float: right;
}
.page-kodawari .article-container article .block-wrap-right {
  float: right;
  width: 550px;
  padding-top: 120px;
}
.page-kodawari .article-container article:nth-child(even) .block-wrap-right {
  float: left;
}
.page-kodawari .article-container article .title1 {
  width: 414px;
  max-width: 100%;
  line-height: 1.4;
  margin: 0 auto 50px;
  padding: 20px 0;
  background: url(../images/common/sub_ttl_bg_top.png) left top no-repeat, url(../images/common/sub_ttl_bg_btm.png) left bottom no-repeat;
  background-size: 100% auto, 100% auto;
  text-align: center;
  font-size: 30px;
}
.page-kodawari .article-container article .img1 {
  text-align: center;
}
.page-kodawari .article-container article .title2 {
  font-size: 24px;
}
.page-kodawari .article-container article .txt1 {
  position: relative;
  margin-top: 30px;
  padding-top: 50px;
}
.page-kodawari .article-container article .txt1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 8px;
  background: #d51515;
}
.page-kodawari .article-container article .block2 {
  margin-top: 100px;
  text-align: left;
/*   background: url(../images/bg_kodawari.jpg) left 120px no-repeat; */
  overflow: hidden;
}
.page-kodawari .article-container article:nth-child(even) .block2 {
/*   background: url(../images/bg_kodawari.jpg) right 120px no-repeat; */
}
.page-kodawari .article-container .kodawari-block-1 .block2 {
  background: url(../images/bg_kodawari1.jpg) left 120px no-repeat;
}
.page-kodawari .article-container .kodawari-block-2 .block2 {
  background: url(../images/bg_kodawari2.jpg) right 120px no-repeat;
}
.page-kodawari .article-container .kodawari-block-3 .block2 {
  background: url(../images/bg_kodawari3.jpg) left 120px no-repeat;
}
.page-kodawari .article-container .kodawari-block-4 .block2 {
  background: url(../images/bg_kodawari4.jpg) right 120px no-repeat;
}
.page-kodawari .article-container article .txt2 {
  float: left;
  min-height: 380px;
  padding-left: 40px;
}
.page-kodawari .article-container article:nth-child(even) .txt2 {
  float: right;
  padding-right: 40px;
}
.page-kodawari .article-container article .img2 {
  float: right;
  padding-right: 90px;
  text-align: center;
}
.page-kodawari .article-container article:nth-child(even) .img2 {
  float: left;
  padding-right: 0;
  padding-left: 90px;
}
.kodawari-block-1 {
  background: url(../images/sakana.png) 80% 20vh no-repeat;
}
.kodawari-block-3 {
  background: url(../images/sake.png) 80% 20vh no-repeat;
}
.kodawari-block-4 {
  background: url(../images/sumi.png) 10% 20vh no-repeat;
}

@media (max-width: 1200px) {
  .page-kodawari .article-container article .block-wrap-left {
    width: 45%;
  }
  .page-kodawari .article-container article .block-wrap-right {
    width: 50%;
  }
  .page-kodawari .article-container article .txt2 {
    width: 60%;
  }
  .page-kodawari .article-container article .img2 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .page-kodawari .title-bg {
    background: url(https://nakamata-nodoguro.com/images/bg_title_kodawari.png) center 10vw no-repeat;
  }	
  .page-kodawari .page-title {
    width: 63.3vw;
    margin: 0 auto;
  }
  .page-kodawari .catch {
    float: none;
    width: 40vw;
    margin: 0 auto 5vw;
    padding-right: 0;
  }
  .page-kodawari .article-container {
    margin-top: 10vw;
    padding: 0 4vw;
  }
  .page-kodawari .article-container article {
    margin-bottom: 15vw;
  }
  .page-kodawari .article-container article .block-wrap-left {
    float: none;
    width: 100%;
  }
  .page-kodawari .article-container article:nth-child(even) .block-wrap-left {
    float: none;
  }
  .page-kodawari .article-container article .block-wrap-right {
    float: none;
    width: 100%;
    padding-top: 4vw;
  }
  .page-kodawari .article-container article:nth-child(even) .block-wrap-right {
    float: none;
  }
  .page-kodawari .article-container article .title1 {
    width: 100%;
    margin: 0 auto 8vw;
    padding: 4vw 0;
    background: url(../images/common/sub_ttl_bg_top.png) left top no-repeat, url(../images/common/sub_ttl_bg_btm.png) left bottom no-repeat;
    background-size: 100% auto, 100% auto;
    font-size: 5vw;
  }
  .page-kodawari .article-container article .title2 {
    font-size: 5vw;
  }
  .page-kodawari .article-container article .txt1 {
    margin-top: 4vw;
    padding-top: 5vw;
    font-size: 5vw;
  }
  .page-kodawari .article-container article .txt1:before {
    width: 10vw;
    height: 1.2vw;
  }
  .page-kodawari .article-container article .block2 {
    margin-top: 5vw;
    background: none;
  }
  .page-kodawari .article-container article:nth-child(even) .block2 {
    background: none;
  }
  .page-kodawari .article-container article .txt2 {
    float: none;
    width: 100%;
    min-height: 100%;
    padding-left: 0;
    font-size: 5vw;
  }
  .page-kodawari .article-container article:nth-child(even) .txt2 {
    float: none;
    padding-right: 0;
  }
  .page-kodawari .article-container article .img2 {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 4vw;
  }
  .page-kodawari .article-container article:nth-child(even) .img2 {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .kodawari-block-1 {
    background: url(../images/sakana.png) center 60vh no-repeat;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    -ms-background-size: 60% auto;
    -o-background-size: 60% auto;
    background-size: 60% auto;
  }
  .kodawari-block-3 {
    background: url(../images/sake.png) center 55vh no-repeat;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    -ms-background-size: 60% auto;
    -o-background-size: 60% auto;
    background-size: 60% auto;
  }
  .kodawari-block-4 {
    background: url(../images/sumi.png) center 60vh no-repeat;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    -ms-background-size: 60% auto;
    -o-background-size: 60% auto;
    background-size: 60% auto;
  }
}

/* ----------------------------------
/
/  お知らせ
/
/--------------------------------- */
.news-wrapper {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.news-wrapper article {
  position: relative;
  margin-bottom: 50px;
  padding: 38px 40px 50px;
  border: rgba(0,0,0,0.3) solid 1px;
  text-align: left;
}
.news-wrapper article a {
  text-decoration: none;
}
.news-wrapper article a:hover {
  text-decoration: underline;
}
.news-wrapper .post-date {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}
.news-wrapper .post-title {
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/midashi_line.png) right bottom no-repeat;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-wrapper .post-txt {
  margin-bottom: 25px;
  font-size: 16px;
}
.news-wrapper .post-img {
  text-align: center;
}
.news-wrapper img {
  max-width: 100%;
}
.news-wrapper .ttl {
  margin-bottom: 50px;
  text-align: center;
}
.news-wrapper .news-list-wrapper {
  display: table;
}
.news-wrapper .post-img {
  display: table-cell;
  width: 130px;
  height: 130px;
  vertical-align: middle;
}
.news-wrapper .post-img-box {
  width: 130px;
  height: 130px;
}
.news-wrapper .news-list-wrapper p {
	padding: 0 0 0 30px;
}
.news-wrapper article .more-link {
  position: absolute;
  right: 40px;
  bottom: 15px;
  font-weight: bold;
}
.news-wrapper .post-image {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 991px) {
  .news-wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .news-wrapper {
    padding: 0 4vw 5vw;
  }
  .news-wrapper article {
    margin-bottom: 8vw;
    padding: 5vw;
  }
  .news-wrapper .post-date {
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }
  .news-wrapper .post-title {
    margin-bottom: 2vw;
    font-size: 5vw;
  }
  .news-wrapper .post-txt {
    margin-bottom: 2vw;
    font-size: 4vw;
  }
  .news-wrapper .ttl {
    width: 63.3vw;
    margin: 0 auto 4vw;
  }
  .news-wrapper .post-img {
    display: inline-block;
	float: left;
	margin-right: 1em;
    width: 30vw;
    height: 30vw;
  }
  .news-wrapper .post-img-box {
    width: 30vw;
    height: 30vw;
  }
  .news-wrapper .news-list-wrapper p {
    padding: 0 0 10vw 0 !important;
  }
  .news-wrapper .post-image {
    margin-bottom: 2vw;
  }
  .news-wrapper article .more-link {
    position: absolute;
    right: 4vw;
    bottom: 5vw;
    font-weight: bold;
  }
}

/* ----------------------------------
/
/  中俣
/
/--------------------------------- */
.blog {
  width: 970px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.blog .blog-wrapper {
  margin: 0 0 30px -30px;
  overflow: hidden;
}
.blog .blog-wrapper article {
  float: left;
  width: 470px;
  margin: 0 0 30px 30px;
}
.blog .blog-wrapper article > a {
  display: table;
  width: 100%;
  background: url(../images/common/bg2.png) left top repeat;
  box-sizing: border-box;
  text-decoration: none;
}
.blog .blog-wrapper .post-img {
  display: table-cell;
  width: 130px;
  height: 130px;
  vertical-align: middle;
}
.blog .blog-wrapper .post-img-box {
  width: 130px;
  height: 130px;
}
.blog .blog-wrapper .post-text {
  display: table-cell;
  width: 340px;
  height: 130px;
  padding: 10px 20px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
}
.blog .blog-wrapper .post-date {
  font-size: 13px;
}
.blog .blog-wrapper .post-title {
  line-height: 1.6;
  margin: 5px 0 0 0;
  font-size: 14px;
}
.blog .blog-wrapper .ttl {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 991px) {
  .blog {
    width: 100%;
    padding: 0 4vw;
  }
  .blog .blog-wrapper {
    margin: 0 0 30px 0;
  }
  .blog .blog-wrapper article {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .blog .blog-wrapper .post-text {
    width: auto;
  }
}
@media (max-width: 767px) {
  .blog .blog-wrapper {
    margin: 0 0 5vw 0;
    overflow: hidden;
  }
  .blog .blog-wrapper article {
    float: none;
    width: 100%;
    margin: 0 0 5vw 0;
  }
  .blog .blog-wrapper .post-img {
    width: 30vw;
    height: 30vw;
  }
  .blog .blog-wrapper .post-img-box {
    width: 30vw;
    height: 30vw;
  }
  .blog .blog-wrapper .post-text {
    width: 70vw;
    height: 30vw;
    padding: 2vw 4vw;
  }
  .blog .blog-wrapper .post-date {
    font-size: 3.5vw;
  }
  .blog .blog-wrapper .post-title {
    margin: 0;
    font-size: 4.5vw;
  }
  .blog .blog-wrapper .ttl {
    width: 63.3vw;
    margin: 0 auto 4vw;
  }
}

.post-single {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 100px;
  text-align: left;
}
.post-single article {
  margin-bottom: 50px;
  padding: 38px 40px 50px;
  border: rgba(0,0,0,0.3) solid 1px;
  text-align: left;
}
.post-single .post-date {
  margin-bottom: 10px;
}
.post-single .post-title {
  line-height: 1.6;
  font-size: 22px;
  font-weight: bold;
  background: url(../images/midashi_line.png) right bottom no-repeat;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post-single .post-image {
  margin-bottom: 50px;
  text-align: center;
}
.post-single img {
  max-width: 100%;
}
.post-single .post-text {
  line-height: 2;
  margin-bottom: 60px;
  font-size: 16px;
}
.post-single .ttl {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 991px) {
  .post-single {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .post-single {
    width: 100%;
    padding: 0 4vw;
    padding-bottom: 5vw;
  }
  .post-single article {
    margin-bottom: 8vw;
    padding: 5vw;
  }
  .post-single .post-date {
    margin-bottom: 5vw;
    font-size: 3.5vw;
  }
  .post-single .post-title {
    line-height: 1.6;
    margin: 0 0 4vw 0;
    font-size: 5vw;
  }
  .post-single .post-image {
    margin-bottom: 2vw;
  }
  .post-single img {
    max-width: 100%;
  }
  .post-single .post-text {
    line-height: 2;
    margin-bottom: 5vw;
    font-size: 5vw;
  }
  .post-single .m-btn-more {
    margin-bottom: 10vw;
  }
  .post-single .ttl {
    width: 63.3vw;
    margin: 0 auto 4vw;
  }
}

.wp-pagenavi {
  clear: both;
  text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #333;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin solid #ccc;
}
.wp-pagenavi a:hover{
  color: #333;
  background-color: #e2e2e2;
  border: thin solid #ccc;
}
.wp-pagenavi span.current{
  color: #333;
  background-color: #e2e2e2;
  border: thin solid #ccc;
}


/*#pagenation {
  width:100%;
  margin-top:30px;
}

#pagenation ul {
  letter-spacing:-1.4em;
  text-align:center;
}

#pagenation ul li {
  display:inline-block;
  letter-spacing:0;
  font-size:12px;
}

#pagenation ul li a,
#pagenation ul li .current {
  padding:5px 12px;
  display:inline-block;
}

#pagenation ul li a {
}

#pagenation ul li .current {
}*/


/* ----------------------------------
/
/  footer
/
/--------------------------------- */
.footer {
  padding: 40px 0 50px;
  background: #000;
  font-size: 15px;
}
.footer .logo {
  margin-bottom: 40px;
}
.footer .f-nav {
  margin-bottom: 30px;
  color: #808080;
}
.footer .f-nav li {
  display: inline-block;
  padding: 0 10px;
}
.footer .f-nav li a {
  color: #fff;
}
.footer .copyright {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  color: #999;
}
.footer .copyright:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50px;  
  width: 100px;
  height: 1px;
  background: #999;
}
@media (max-width: 767px) {
  .footer {
    padding: 6.6vw 0 10.7vw;
    font-size: 4vw;
  }
  .footer .logo {
    width: 37vw;
    margin: 0 auto 4.4vw;
  }
  .footer .f-nav {
    line-height: 2;
    margin-bottom: 4.4vw;
  }
  .footer .f-nav li {
    padding: 0 1.3vw;
  }
  .footer .copyright {
    margin-top: 4.4vw;
    padding-top: 3.3vw;
  }
  .footer .copyright:before {
    margin-left: -6vw;  
    width: 12vw;
	  font-size: 3vw;
  }
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 767px) {
  .page-top {
    width: 14vw;
    right: 4vw;
    bottom: 2vw;
  }
}


.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

/*recruit*/
.recruit-block{
  width:1000px;
  margin:15px auto;
  border-bottom:1px solid #ccc;
}
.recruit-block dd,
.recruit-block dt{
  display: inline-block;
  vertical-align: top;
  padding:10px 0;
  border-top:1px solid #ccc;
}
.recruit-block dd{
  width:75%;
  text-align: left;
}
.recruit-block dt{
  width:25%;
}