@charset "utf-8";

/*---------------------
  html,body
---------------------*/

  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body {
    min-width: 320px;
    color: #000;
    text-align: left;
    font: 14px/1.5 "メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  }

  body#top {
    background: url(../img/base/header_bg.jpg) no-repeat top;
  }

@media print, screen and (min-width: 1101px) {

  body {
    background: url(../img/base/header_bg.jpg) no-repeat top;
  }

}

@media screen and (max-width: 1100px) {

  body#top {
    background-size: 210% auto;
  }

}

@media print {

  body {
    min-width: 1100px;
  }

}

/*---------------------
  wrapper
---------------------*/

  #wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

/*---------------------
  header
---------------------*/

  #header {
    position: relative;
  }

@media print, screen and (min-width: 1101px) {

  #top #header {
    height: 614px;
  }

  #header {
    height: 446px;
  }

}

@media screen and (max-width: 1100px) {

  #header {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    background-size: 200% auto;
    background: url(../img/base/header_bg.jpg) no-repeat top;
  }

  #top #header {
    padding-bottom: 0;
    background: none;
  }

}

/* ロゴ */

  .header-logo {
    max-width: 476px;
  }

  .header-logo-text {
    display: block;
    margin-bottom: 3em;
    line-height: 1.2;
    font-size: .85em;
  }

  .header-logo-text1 {
    font-size: .8em;
  }

  .header-logo-text2 {
    font-size: 1.5em;
  }

  #top .header-logo-text {
    text-align: center;
  }

@media print, screen and (min-width: 1101px) {

  .header-logo {
    margin-left: 32px;
    padding-top: 50px;
  }

  #top .header-logo {
    padding-top: 130px;
  }

  .header-logo-link {
    margin-top: -100px;
  }

  .header-logo-link.active {
    transition: .2s margin-top;
  }

  .header-logo.fixed .header-logo-link {
    position: fixed;
    left: 50%;
    top: 20px;
    margin-left: -550px;
    margin-top: 0;
    padding: 0;
    width: 180px;
    z-index: 100000;
  }

}

@media screen and (max-width: 1100px) {

  .header-logo {
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
  }

  .header-logo-text {
    text-align: center;
  }

}

@media screen and (max-width: 360px) {

  .header-logo-text2 {
    font-size: 1.3em;
  }

}

/* 電話 */

  .tel {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 4px 0 0 48px;
  }

  .tel:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E30066 url(../img/base/tel_title.png) no-repeat center;
    background-size: 28px auto;
  }

  .tel-link {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #000;
  }

  .tel-add {
    display: block;
    margin-top: .2em;
    line-height: 1.2;
    font-size: .7em;
  }

  .tel-num img {
    width: 172px;
  }

  .tel-text {
    display: block;
    font-size: 1.1em;
  }

@media print, screen and (min-width: 1101px) {

  .header-tel {
    position: absolute;
    right: 0;
    top: 190px;
    margin-top: -80px;
    z-index: 100;
  }

  #top .header-tel {
    left: 130px;
    top: 400px;
  }

  .header-tel.active {
    transition: .2s margin-top;
  }

  .header-tel.fixed {
    position: fixed;
    margin-top: 0;
    z-index: 100000;
  }

  #top .header-tel.fixed,
  .header-tel.fixed {
    right: 50%;
    top: 11px;
    margin-right: -550px;
  }

  #top .header-tel.fixed {
    left: auto;
  }

  .header-tel.fixed .tel-add span {
    display: block;
  }

}

@media screen and (max-width: 1100px) {

  .header-tel {
    margin-top: 1.5em;
    text-align: center;
  }

  .header-tel .tel {
    display: inline-block;
    text-align: left;
  }

  .tel-add span {
    display: block;
  }

}

/*---------------------
  nav
---------------------*/

/* リンク */

  .nav-link {
    display: block;
    text-align: center;
    text-decoration: none;
  }

@media print, screen and (min-width: 1101px) {

  .nav-link:hover,
  .nav-link.active {
    background-repeat: no-repeat;
    background-size: auto 25px;
  }

}

/* img */

  .nav-img {
    position: relative;
    display: block;
  }

  .nav-img:after {
    content: '';
    position: absolute;
    top: 1.5em;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 25px;
    opacity: 0;
    transition: .2s opacity;
  }

  .nav-link:hover .nav-img:after,
  .nav-link.active .nav-img:after {
    opacity: 1;
  }

  .nav-link1 .nav-img:after,
  .nav-link1.active .nav-img:after { background-image: url(../img/menu/nav1_f2.png);}
  .nav-link2 .nav-img:after,
  .nav-link2.active .nav-img:after { background-image: url(../img/menu/nav2_f2.png);}
  .nav-link3 .nav-img:after,
  .nav-link3.active .nav-img:after { background-image: url(../img/menu/nav3_f2.png);}
  .nav-link4 .nav-img:after,
  .nav-link4.active .nav-img:after { background-image: url(../img/menu/nav4_f2.png);}
  .nav-link5 .nav-img:after,
  .nav-link5.active .nav-img:after { background-image: url(../img/menu/nav5_f2.png);}
  .nav-link6 .nav-img:after,
  .nav-link6.active .nav-img:after { background-image: url(../img/menu/nav6_f2.png);}

  .nav-img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5em;
  }

  .nav-link1 .nav-img { width: 57px;}
  .nav-link2 .nav-img { width: 50px;}
  .nav-link3 .nav-img { width: 140px;}
  .nav-link4 .nav-img { width: 54px;}
  .nav-link5 .nav-img { width: 44px;}
  .nav-link6 .nav-img { width: 60px;}

  .nav-img img {
    display: block;
    margin: 0 auto;
    height: 25px;
    transition: .2s opacity;
  }

  .nav-link:hover img,
  .nav-link.active img {
    opacity: 0;
  }

/* テキスト */

  .nav-text {
    display: block;
    margin-top: .7em;
    font-size: .7em;
    color: #777;
    transition: .2s;
  }

  .nav-link:hover .nav-text,
  .nav-link.active .nav-text {
    color: #FF58A5;
  }

@media print, screen and (min-width: 1101px) {

  #fixed-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 66px;
    margin-top: -80px;
    padding-top: 36px;
    padding-bottom: 36px;
    width: 100%;
    height: 158px;
    background: url(../img/menu/menu_bg_top.png) no-repeat top, url(../img/menu/menu_bg_bottom.png) no-repeat bottom;
  }

  #top #fixed-area {
    bottom: 0;
  }

  #top #fixed-area.fixed,
  #fixed-area.fixed {
    bottom: auto;
  }

  #fixed-area.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 3px 4px rgba(0,0,0,.4);
    z-index: 10000;
  }

  #fixed-area.active {
    transition: .2s margin-top;
  }

  #fixed-area:before,
  #fixed-area:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
    height: 8px;
    background: url(../img/menu/menu_bg_circle.png) no-repeat;
    z-index: 1;
  }

  #fixed-area:before {
    top: 33px;
  }

  #fixed-area:after {
    bottom: 33px;
  }

  #fixed-area.fixed:before,
  #fixed-area.fixed:after {
    display: none;
  }

  #fixed-area .inner {
    height: 100%;
    border-top: 2px solid #382C2E;
    border-bottom: 2px solid #382C2E;
    background: rgba(255,255,255,.9);
  }

  #fixed-area.fixed .inner {
    padding-left: 200px;
    border: none;
    background: transparent;
  }

  #fixed-area .inner:before,
  #fixed-area .inner:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
  }

  #fixed-area .inner:before {
    top: -11px;
    background: url(../img/base/border_bg_left.png) no-repeat, url(../img/base/border_bg_right.png) no-repeat right top;
  }

  #fixed-area .inner:after {
    bottom: -11px;
    background: url(../img/base/border_bg_left.png) no-repeat left bottom, url(../img/base/border_bg_right.png) no-repeat right bottom;
  }

  #fixed-area.fixed .inner:before,
  #fixed-area.fixed .inner:after {
    display: none;
  }

  .main-nav {
    letter-spacing: -.40em;
    text-align: center;
    overflow: hidden;
  }

  #fixed-area.fixed .main-nav {
    text-align: left;
  }

  .main-nav li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
	.main-nav li:nth-child(2) {
		display: none;
	}

  .main-nav li:not(:last-child) {
    margin-right: 2em;
    padding-right: 4em;
    background: url(../img/base/flower_bg.png) no-repeat right 35px;
    background-size: 15px auto;
  }

  #fixed-area.fixed .main-nav li:not(:last-child) {
    margin-right: 1em;
    padding-right: 2em;
  }

  #fixed-area.fixed .nav-img {
    padding-top: 1.2em;
  }

  #fixed-area.fixed .nav-img:after {
    top: 1.2em;
  }

}

@media screen and (max-width: 1100px) {

  #nav {
    position: fixed;
    left: -240px;
    top: 0;
    width: 240px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .2s;
    transition: left .2s;
    will-change: transform;
  }
  .open #nav {
    left: 0;
  }

  .button {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: #000;
    z-index: 1000000;
    cursor: pointer;
    outline: none;
    -webkit-transition: .2s;
            transition: .2s;
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  .button:after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: -1.5em;
    width: 100%;
    color: #000;
    font-size: .7em;
    text-align: center;
  }
  .open .button {
    background: #E30066;
    -webkit-transform: translate(240px,0);
            transform: translate(240px,0);
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }

  .bar {
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    width: 25px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .bar:before,
  .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 25px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .bar:before {
    top: -10px;
  }
  .bar:after {
    top: 10px;
  }

  .open .bar {
    background: none;
  }
  .open .bar:before,
  .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
  .open .screen {
    opacity: .6;
    visibility: visible;
  }

}

/*---------------------
  main
---------------------*/

  #main {
    padding-bottom: 130px;
  }

  #top #main {
    padding-bottom: 0;
  }

@media print, screen and (min-width: 1101px) {

  #top #main {
    padding-top: 40px;
  }

}

@media screen and (max-width: 1100px) {

  #top #main {
    padding-top: 70px;
  }

}

/*---------------------
  footer
---------------------*/

/* gmap（TOPのみ）・住所等 */

  /* gmap（TOPのみ） */
  #gmap {
    margin-bottom: 2.5em;
    height: 483px;
  }

  /* 住所等 */
  .footer-top {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-add-title {
    margin-bottom: 1.3em;
    line-height: 1.2;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.7em;
  }

  .footer-add-text {
    margin-bottom: 1em;
    text-align: center;
    font-size: .85em;
  }

  /* リンク */
  .link-btn-list-footer .link-btn {
    min-width: 147px;
    font-size: 1em;
  }

@media print, screen and (min-width: 641px) {

  .link-btn-list-footer li:not(:last-child) {
    margin-right: 10px;
  }

}

@media screen and (max-width: 640px) {

  .link-btn-list-footer li:not(:last-child) {
    margin-bottom: 10px;
  }

}

  /* 電話 */
  .footer-tel-container {
    margin-top: 2em;
    text-align: center;
  }

  .footer-tel {
    display: inline-block;
    text-align: left;
  }

  .footer-tel .tel {
    padding-top: 2px;
  }

/* クーポン・FB・HOT PEPPER（下層のみ） */

  .banner-list-area-footer {
    margin-bottom: 65px;
    padding-bottom: 55px;
    border-bottom: 1px solid #f3f3f3;
  }

@media print, screen and (min-width: 1101px) {

  .banner-list-footer {
    letter-spacing: -.40em;
    text-align: center;
    margin-right: -10px;
    overflow: hidden;
  }

  .banner-list-footer li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    padding-right: 10px;
  }

  .banner-list-footer .banner-link {
    min-width: 256px;
  }

}

@media screen and (max-width: 1100px) {

  .banner-list-area-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-list-footer li:not(:last-child) {
    margin-bottom: 10px;
  }

}

/* 背景ピンク色 */

  .footer-bottom {
    padding-top: 35px;
    padding-bottom: 3em;
    border-top: 5px solid #eee;
    background: url(../img/base/footer_bg.jpg) top;
  }

@media screen and (max-width: 1100px) {

  .footer-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

}

/* 各サイトリンク */

  .site-link {
    display: block;
    text-decoration: none;
  }

  .site-link-logo {
    position: relative;
    display: block;
    height: 75px;
    border: 1px solid #000;
    background-color: #fff;
    transition: .2s;
  }
  .site-link-logo1 { background-color: #9B7A59;}
  .site-link-logo2 { background-color: #fff;}
  .site-link-logo3 { background-color: #E30066;}

  .site-link-logo img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 90%;
  }
  .site-link-logo1 img { width: 234px;}
  .site-link-logo2 img { width: 190px;}
  .site-link-logo3 img { width: 246px;}

  .site-link:hover .site-link-logo {
    opacity: .8;
  }

  .site-link-text {
    display: block;
    margin-top: .7em;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
  }

@media print, screen and (min-width: 641px) {

  .site-link-list {
    letter-spacing: -.40em;
    margin-right: -12px;
    text-align: center;
    overflow: hidden;
  }

  .site-link-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    padding-right: 12px;
    max-width: 332px;
    width: 33.33%;
  }

}

@media screen and (max-width: 640px) {

  .site-link-list li:not(:last-child) {
    margin-bottom: 24px;
  }

}

/* コピーライト */

  .copy {
    margin-top: 3em;
    text-align: center;
  }

  .copy small,
  .copy span {
    font-weight: bold;
  }

  .copy small {
    line-height: 1.2;
    letter-spacing: .1em;
    font-size: .85em;
    color: #fff;
  }

@media screen and (max-width: 640px) {

  .copy span {
    display: none;
  }

}

/*---------------------
  print
---------------------*/

@media print {

  html,
  body{
    background: none;
  }

}