@charset "UTF-8";
/*===== BASE =====*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*===== COMMON =====*/
html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.4;
  color: #000;
}

.container {
  width: 100%;
  min-width: 1204px;
  overflow: hidden;
  position: relative;
}

.wrapper {
  width: 1176px;
  margin: 0 auto;
}

.ft-serif {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

a:link,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.trans {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.trans:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.sm {
  display: none !important;
}

.frame-border {
  border: 14px solid #000;
  border-left: 0;
  position: relative;
}

.top-page.menu .main:after {
bottom: -14px;
}
.iswg-base > div > div {
width: 16.6%!important;
padding: 0px!important;
}
.iswg-copyright-wrapper {
    display: none!important;
}

/*===== FONT SIZE =====*/
@media (max-width: 750px) {
  body {
    font-size: 24px;
  }
}
@media (max-width: 745px) {
  body {
    font-size: 23.84px;
  }
}
@media (max-width: 740px) {
  body {
    font-size: 23.68px;
  }
}
@media (max-width: 735px) {
  body {
    font-size: 23.52px;
  }
}
@media (max-width: 730px) {
  body {
    font-size: 23.36px;
  }
}
@media (max-width: 725px) {
  body {
    font-size: 23.2px;
  }
}
@media (max-width: 720px) {
  body {
    font-size: 23.04px;
  }
}
@media (max-width: 715px) {
  body {
    font-size: 22.88px;
  }
}
@media (max-width: 710px) {
  body {
    font-size: 22.72px;
  }
}
@media (max-width: 705px) {
  body {
    font-size: 22.56px;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 22.4px;
  }
}
@media (max-width: 695px) {
  body {
    font-size: 22.24px;
  }
}
@media (max-width: 690px) {
  body {
    font-size: 22.08px;
  }
}
@media (max-width: 685px) {
  body {
    font-size: 21.92px;
  }
}
@media (max-width: 680px) {
  body {
    font-size: 21.76px;
  }
}
@media (max-width: 675px) {
  body {
    font-size: 21.6px;
  }
}
@media (max-width: 670px) {
  body {
    font-size: 21.44px;
  }
}
@media (max-width: 665px) {
  body {
    font-size: 21.28px;
  }
}
@media (max-width: 660px) {
  body {
    font-size: 21.12px;
  }
}
@media (max-width: 655px) {
  body {
    font-size: 20.96px;
  }
}
@media (max-width: 650px) {
  body {
    font-size: 20.8px;
  }
}
@media (max-width: 645px) {
  body {
    font-size: 20.64px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 20.48px;
  }
}
@media (max-width: 635px) {
  body {
    font-size: 20.32px;
  }
}
@media (max-width: 630px) {
  body {
    font-size: 20.16px;
  }
}
@media (max-width: 625px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 620px) {
  body {
    font-size: 19.84px;
  }
}
@media (max-width: 615px) {
  body {
    font-size: 19.68px;
  }
}
@media (max-width: 610px) {
  body {
    font-size: 19.52px;
  }
}
@media (max-width: 605px) {
  body {
    font-size: 19.36px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 19.2px;
  }
}
@media (max-width: 595px) {
  body {
    font-size: 19.04px;
  }
}
@media (max-width: 590px) {
  body {
    font-size: 18.88px;
  }
}
@media (max-width: 585px) {
  body {
    font-size: 18.72px;
  }
}
@media (max-width: 580px) {
  body {
    font-size: 18.56px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 18.4px;
  }
}
@media (max-width: 570px) {
  body {
    font-size: 18.24px;
  }
}
@media (max-width: 565px) {
  body {
    font-size: 18.08px;
  }
}
@media (max-width: 560px) {
  body {
    font-size: 17.92px;
  }
}
@media (max-width: 555px) {
  body {
    font-size: 17.76px;
  }
}
@media (max-width: 550px) {
  body {
    font-size: 17.6px;
  }
}
@media (max-width: 545px) {
  body {
    font-size: 17.44px;
  }
}
@media (max-width: 540px) {
  body {
    font-size: 17.28px;
  }
}
@media (max-width: 535px) {
  body {
    font-size: 17.12px;
  }
}
@media (max-width: 530px) {
  body {
    font-size: 16.96px;
  }
}
@media (max-width: 525px) {
  body {
    font-size: 16.8px;
  }
}
@media (max-width: 520px) {
  body {
    font-size: 16.64px;
  }
}
@media (max-width: 515px) {
  body {
    font-size: 16.48px;
  }
}
@media (max-width: 510px) {
  body {
    font-size: 16.32px;
  }
}
@media (max-width: 505px) {
  body {
    font-size: 16.16px;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 495px) {
  body {
    font-size: 15.84px;
  }
}
@media (max-width: 490px) {
  body {
    font-size: 15.68px;
  }
}
@media (max-width: 485px) {
  body {
    font-size: 15.52px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 15.36px;
  }
}
@media (max-width: 475px) {
  body {
    font-size: 15.2px;
  }
}
@media (max-width: 470px) {
  body {
    font-size: 15.04px;
  }
}
@media (max-width: 465px) {
  body {
    font-size: 14.88px;
  }
}
@media (max-width: 460px) {
  body {
    font-size: 14.72px;
  }
}
@media (max-width: 455px) {
  body {
    font-size: 14.56px;
  }
}
@media (max-width: 450px) {
  body {
    font-size: 14.4px;
  }
}
@media (max-width: 445px) {
  body {
    font-size: 14.24px;
  }
}
@media (max-width: 440px) {
  body {
    font-size: 14.08px;
  }
}
@media (max-width: 435px) {
  body {
    font-size: 13.92px;
  }
}
@media (max-width: 430px) {
  body {
    font-size: 13.76px;
  }
}
@media (max-width: 425px) {
  body {
    font-size: 13.6px;
  }
}
@media (max-width: 420px) {
  body {
    font-size: 13.44px;
  }
}
@media (max-width: 415px) {
  body {
    font-size: 13.28px;
  }
}
@media (max-width: 410px) {
  body {
    font-size: 13.12px;
  }
}
@media (max-width: 405px) {
  body {
    font-size: 12.96px;
  }
}
@media (max-width: 400px) {
  body {
    font-size: 12.8px;
  }
}
@media (max-width: 395px) {
  body {
    font-size: 12.64px;
  }
}
@media (max-width: 390px) {
  body {
    font-size: 12.48px;
  }
}
@media (max-width: 385px) {
  body {
    font-size: 12.32px;
  }
}
@media (max-width: 380px) {
  body {
    font-size: 12.16px;
  }
}
@media (max-width: 375px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 370px) {
  body {
    font-size: 11.84px;
  }
}
@media (max-width: 365px) {
  body {
    font-size: 11.68px;
  }
}
@media (max-width: 360px) {
  body {
    font-size: 11.52px;
  }
}
@media (max-width: 355px) {
  body {
    font-size: 11.36px;
  }
}
@media (max-width: 350px) {
  body {
    font-size: 11.2px;
  }
}
@media (max-width: 345px) {
  body {
    font-size: 11.04px;
  }
}
@media (max-width: 340px) {
  body {
    font-size: 10.88px;
  }
}
@media (max-width: 335px) {
  body {
    font-size: 10.72px;
  }
}
@media (max-width: 330px) {
  body {
    font-size: 10.56px;
  }
}
@media (max-width: 325px) {
  body {
    font-size: 10.4px;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 10.24px;
  }
}
/**/
@media (max-width: 750px) {
  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  .container {
    width: 100%;
    min-width: 0;
  }

  .wrapper {
    width: 100% !important;
    margin: 0;
  }

  .frame-border {
    border: none;
  }
}
/*===== COMMON PARTS =====*/
h1.logo {
  position: absolute;
  top: 48px;
  left: 134px;
  z-index: 9999;
  width: 160px;
}

.menu header {
  z-index: 999;
}
.menu header .navigation ul li.active a:before {
  display: none;
}

header {
  position: fixed;
  width: 210px;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  z-index: 99;
}
header .btn-humber {
  display: none;
}
header .navigation {
  position: absolute;
  bottom: 150px;
  width: 100%;
}
header .navigation ul li {
  display: block;
  margin-bottom: 4px;
  position: relative;
}
header .navigation ul li a {
  color: white;
  font-size: 21px;
  letter-spacing: 0.03em;
  font-family: "Oswald", sans-serif;
  padding: 10px 0;
  padding-left: 50px;
  display: block;
}
header .navigation ul li a:hover {
  text-decoration: none;
  background: #C0AB83;
}
header .navigation ul li.map {
  margin-top: 21px;
  padding-left: 50px;
}
header .navigation ul li .sub-menu {
  position: absolute;
  left: 100%;
  width: 186px;
  background: #C0AB83;
  top: 0;
  display: none;
  padding-top: 6px;
}
header .navigation ul li .sub-menu li {
  margin-bottom: 0;
}
header .navigation ul li .sub-menu li.active a {
  color: white;
}
header .navigation ul li .sub-menu a {
  font-size: 16px;
  color: #665433;
  padding-left: 27px;
}
header .navigation ul li .sub-menu a:hover {
  color: white;
}
header .navigation ul li .sub-menu:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2000px;
  bottom: 100%;
  background: #C0AB83;
}
header .navigation ul li .sub-menu:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2000px;
  top: 100%;
  background: #C0AB83;
}
header .navigation ul li .sub-menu.active {
  display: block;
}
header .navigation ul li.active {
  background: #C0AB83;
  /*a {
  	&:before {
  		position: absolute;
  		content: " ";
  		width: 5px;
  		height: 2000px;
  		top: -1000px;
  		left: 100%;
  		background: #C0AB83;
  	}
  }*/
}
header .copyNav {
  position: absolute;
  width: 100%;
  bottom: 50px;
  padding-left: 16px;
}
header .copyNav ul {
  padding-left: 5px;
}
header .copyNav ul li {
  float: left;
  border-left: 1px solid white;
  line-height: 1em;
  padding: 0 6px;
}
header .copyNav ul li a {
  font-size: 13px;
  color: white;
}
header .copyNav ul li a:hover {
  text-decoration: none;
}
header .copyNav ul li:last-child {
  border-right: 1px solid white;
}
header .copyNav span {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: white;
}

header .header-inner .navigation ul li .sub-menu {
width: 80%;
}
header .header-inner .navigation ul li .sub-menu li {
margin-top: 0;
margin-bottom: 5%;
}
header .header-inner .navigation ul li .sub-menu li a {
font-size: 1em;
}

@media (max-width: 750px) {
  h1.logo {
    display: none;
  }

  header {
    position: relative;
    width: 100%;
    z-index: 999;
  }
  header .btn-humber {
    display: block;
    width: 16%;
    position: fixed;
    z-index: 99;
  }
  header .btn-humber img {
    width: 100%;
  }
  header .btn-humber .open {
    display: none;
  }
  header .btn-humber.active .default {
    display: none;
  }
  header .btn-humber.active .open {
    display: block;
  }
  header .header-inner {
    width: 16%;
    height: 5em;
    transition: 0.5s all ease;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
  }
  header .header-inner .navigation {
    left: -900px;
    transition: 0.5s all ease;
    position: fixed;
    top: 5em;
    height: 100%;
    bottom: auto;
    width: 45%;
    background: rgba(0, 0, 0, 0.9);
  }
  header .header-inner .navigation ul li {
    margin-top: 15%;
    margin-bottom: 0;
  }
  header .header-inner .navigation ul li.map {
    width: 20.4%;
    padding-left: 0;
    margin-left: 16%;
  }
  header .header-inner .navigation ul li a {
    font-size: 1.7em;
    padding: 2% 0;
    padding-left: 15%;
  }
  header .header-inner .navigation ul li img {
    width: 100%;
  }
  header .header-inner .navigation ul li .sub-menu {
    display: none;
  }
  header .header-inner .navigation ul li .sub-menu.active {
    display: block !important;
  }
	header .navigation ul li .sub-menu:before {
		height: 76%;
	}
  header .header-inner .navigation ul li.active a:before {
    display: none;
  }
  header .header-inner .navigation.show {
    left: 0;
    transition: 0.5s all ease;
  }
  header .header-inner .header-logo {
    opacity: 0;
    width: 41.8%;
    text-align: center;
    margin: 0 auto;
  }
  header .header-inner .header-logo img {
    width: 100%;
  }
  header.add .btn-humber {
    width: 16%;
  }
  header.add .header-inner {
    width: 100%;
  }
  header.add .header-inner .header-logo {
    opacity: 1;
    transition-delay: .5s;
    top: 1.15em;
    position: relative;
  }
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-bottom: 50px;
  /*padding-right: 41px;*/
}
.top-page footer {
  padding-left: 210px;
}
footer .logo-ft {
  text-align: center;
}
footer .to-top {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.subpage footer {
  position: relative;
  background: url("../img/ft_bg.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: -14px;
  border-bottom: 14px solid black;
  padding-top: 70px;
  padding-bottom: 60px;
  padding-right: 0;
}

@media (max-width: 750px) {
  .top-page footer {
    padding-left: 0;
  }
  footer {
    position: relative;
    padding: 0;
    text-align: center;
    background: #000 !important;
    color: white;
    padding-top: 5.5% !important;
    padding-bottom: 4% !important;
    border: none !important;
    margin-bottom: 0px !important;
  }
  footer .logo-ft {
    width: 100%;
    padding: 0 27%;
  }
  footer .copyNav ul {
    margin: 4% 0 3%;
  }
  footer .copyNav ul li {
    display: inline-block;
    line-height: 1em;
    border-left: 1px solid white;
    padding: 0 1% 0 2%;
  }
  footer .copyNav ul li:last-child {
    border-right: 1px solid white;
    padding: 0 2%;
  }
  footer .copyNav ul li a {
    color: white;
    font-size: 1.083333333333333em;
  }
  footer .to-top {
    position: absolute;
    bottom: 100%;
    width: 13.3%;
    right: 4%;
  }
  footer .to-top img {
    width: 100%;
  }
}
/*===== COMMON PAGES =====*/
.main {
  padding-left: 210px;
  position: relative;
}

h2.ttl-section {
  font-size: 31px;
  font-family: "Oswald", sans-serif;
  color: white;
  line-height: 1.2em;
  text-align: center;
}
h2.ttl-section span {
  display: block;
  font-family: inherit;
  font-size: 14px;
}

.slide-top img {
  width: 100%;
}
.slide-top .slide-img {
  position: relative;
}
.slide-top .slide-img .info-slide {
  position: absolute;
  width: 680px;
  padding: 10px 20px 15px;
  right: 29px;
  bottom: 92px;
  background: rgba(255, 255, 255, 0.8);
  color: #333333;
}
.slide-top .slide-img .info-slide h2 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
}
.slide-top .slide-img .info-slide .news-info {
  margin-top: 20px;
}
.slide-top .slide-img .info-slide .date-time {
  float: left;
  width: 85px;
  letter-spacing: 0.1em;
  margin-top: 2px;
}
.slide-top .slide-img .info-slide .mark {
  float: left;
  width: 80px;
  margin-left: 10px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #333333;
  font-style: italic;
  color: white;
  border-radius: 4px;
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}
.slide-top .slide-img .info-slide .ttl-news {
  float: left;
  width: 465px;
  padding-left: 10px;
  margin-top: 2px;
}
.slide-top .slick-arrow {
  display: none !important;
}
.slide-top .slick-dots {
  position: absolute;
  padding: 0;
  list-style: none;
  text-align: center;
  right: 20px;
  bottom: 35px;
  z-index: 999;
}
.slide-top .slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slide-top .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #999999;
  border-radius: 50%;
}
.slide-top .slick-dots li.slick-active button {
  background: #000;
}

.relax {
  position: relative;
  background: #EEE8DD url("../img/coffe.png") no-repeat bottom right;
}
.relax .relax-inner {
  padding-top: 96px;
  padding-bottom: 99px;
  padding-left: 39px;
  padding-right: 196px;
  position: relative;
}
.relax .img-relax {
  float: left;
  width: 556px;
}
.relax .info-relax {
  float: right;
  width: 360px;
  position: relative;
  padding-top: 200px;
}
.relax .info-relax h2 {
  position: absolute;
  top: 45px;
  right: 3px;
}
.relax .info-relax h2 img {
  max-width: inherit;
}
.relax .info-relax p {
  font-size: 15px;
  line-height: 1.7em;
}
.relax .info-relax a {
  margin-top: 66px;
  margin-right: 35px;
  float: right;
  text-align: right;
  font-size: 18px;
  font-style: italic;
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
  text-decoration: underline;
}
.relax:before {
  position: absolute;
  content: " ";
  background: #C0AB83;
  height: 490px;
  width: 36.2%;
  left: 0;
  top: 53px;
}

.category ul li {
  float: left;
  width: 33.33%;
  position: relative;
  background: url("../img/cate01_hover.jpg") no-repeat center;
  background-size: cover;
  height: 261px;
}
.category ul li.cate02 {
  background: url("../img/cate02_hover.jpg") no-repeat center;
  background-size: cover;
}
.category ul li.cate02 .overlay-cate {
  background: url("../img/cate02.jpg") no-repeat center;
  background-size: cover;
}
.category ul li.cate03 {
  background: url("../img/cate03_hover.jpg") no-repeat center;
  background-size: cover;
}
.category ul li.cate03 .overlay-cate {
  background: url("../img/cate03.jpg") no-repeat center;
  background-size: cover;
}
.category ul li.cate04 {
  background: url("../img/cate04_hover.jpg") no-repeat center;
  background-size: cover;
}
.category ul li.cate04 .overlay-cate {
  background: url("../img/cate04.jpg") no-repeat center;
  background-size: cover;
}
.category ul li.cate05 {
  background: url("../img/cate05_hover.jpg") no-repeat center;
  background-size: cover;
}
.category ul li.cate05 .overlay-cate {
  background: url("../img/cate05.jpg") no-repeat center;
  background-size: cover;
}
.category ul li.cate06 {
  background: url("../img/cate06_hover.jpg") no-repeat center;
  background-size: cover;
}
.category ul li.cate06 .overlay-cate {
  background: url("../img/cate06.jpg") no-repeat center;
  background-size: cover;
}
.category ul li .overlay-cate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/cate01.jpg") no-repeat center;
  background-size: cover;
  display: none;
}
.category ul li .ttl-cate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.category ul li .ttl-cate .area {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
}
.category ul li .ttl-cate .area .bb {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.category ul li .ttl-cate h2 {
  font-size: 33px;
  margin-top: 13px;
  font-family: "Oswald", sans-serif;
  color: white;
  line-height: 1.2em;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.category ul li .ttl-cate h2 span {
  display: block;
  font-family: inherit;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2em;
}

.recommend {
  padding-top: 44px;
  padding-bottom: 53px;
  background: url("../img/recom_bg.jpg") repeat center;
}
.recommend h2.ttl-section {
  color: #000;
}
.recommend .recom-inner {
  padding: 0 70px;
  margin-top: 25px;
}
.recommend .recom-child {
  float: left;
  width: 330px;
  margin-right: 22px;
}
.recommend .recom-child a {
  display: block;
  padding: 15px;
  background: white;
  border-radius: 3px;
  transition: 0.5s all ease;
}
.recommend .recom-child a h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 17px;
  margin-bottom: 10px;
}
.recommend .recom-child a span {
  display: block;
}
.recommend .recom-child a:hover {
  background: #FFCC00;
  text-decoration: none;
}
.recommend .recom-child:last-child {
  margin-right: 0;
}

.shop-info {
  background: url("../img/bg_shop.jpg") no-repeat center;
  background-size: cover;
  padding-top: 59px;
  padding-bottom: 154px;
}
.shop-info .shop-inner {
  padding: 0 96px;
  margin-top: 24px;
}
.shop-info .shop-child {
  float: left;
  width: 471px;
  margin-right: 42px;
  background: #F7F3EC;
  box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.8);
  margin-bottom: 30px;
}
.shop-info .shop-child .shadow-inner {
  padding: 14px;
  box-shadow: inset 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
  padding-bottom: 28px;
}
.shop-info .shop-child a.shop-link {
  display: block;
}
.shop-info .shop-child h3 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 3px;
}
.shop-info .shop-child p {
  line-height: 1.5em;
}
.shop-info .shop-child span {
  font-size: 18px;
  line-height: 1.5em;
}
.shop-info .shop-child:nth-child(even) {
  margin-right: 0;
}

@media (max-width: 1350px) {
  .recommend .wrapper {
    width: 910px;
  }
  .recommend .recom-inner {
    padding: 0;
  }
  .recommend .recom-child {
    width: 288px;
  }

  .shop-info .wrapper {
    width: 842px;
  }
  .shop-info .shop-inner {
    padding: 0;
  }
  .shop-info .shop-child {
    width: 400px;
  }
}
@media (max-width: 750px) {
  h2.ttl-section {
    font-size: 2.3em;
    line-height: 1.3em;
  }
  h2.ttl-section span {
    line-height: 1.5em;
    font-size: 0.45em;
  }

  .main {
    width: 100%;
    padding-left: 0;
  }

  .top-slide {
    position: relative;
  }
  .top-slide .big-logo {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 0 26%;
    margin-top: 34%;
  }

  .slide-top .slick-dots {
    display: none !important;
  }
  .slide-top .slide-img .info-slide {
    width: 92%;
    left: 50%;
    margin-left: -46%;
    padding: 3.5% 4% 6%;
    bottom: 3.333333%;
  }
  .slide-top .slide-img .info-slide .news-info {
    margin-top: 2%;
  }
  .slide-top .slide-img .info-slide h2 {
    font-size: 2em;
  }
  .slide-top .slide-img .info-slide .date-time {
    font-size: 1.166666666666667em;
    width: 27%;
    margin-top: 0;
  }
  .slide-top .slide-img .info-slide .mark {
    font-size: 0.9583333333333333em;
    width: auto;
    height: auto;
    line-height: 1em;
    padding: 1% 3.4%;
    margin-left: 2%;
  }
  .slide-top .slide-img .info-slide .ttl-news {
    display: block;
    font-size: 1.166666666666667em;
    width: 100%;
    padding-left: 0;
  }

  .relax {
    background: #EEE8DD;
  }
  .relax .relax-inner {
    padding: 11% 0 9%;
  }
  .relax .img-relax {
    width: 100%;
    padding-left: 8%;
    margin-top: 6%;
  }
  .relax .img-relax img {
    width: 100%;
  }
  .relax .info-relax {
    width: 100%;
    padding: 0 4%;
    margin-top: 7%;
  }
  .relax .info-relax h2 {
    position: relative;
    top: auto;
    right: auto;
    width: 91%;
    margin-left: 4.2%;
  }
  .relax .info-relax h2 img {
    width: 100%;
  }
  .relax .info-relax p {
    font-size: 1.166666666666667em;
    line-height: 1.8em;
    padding: 0 4%;
    margin-top: 5%;
  }
  .relax .info-relax a {
    font-size: 1.25em;
    margin-right: 4%;
    margin-top: 4%;
  }
  .relax:before {
    height: 25.834em;
    width: 75.2%;
    top: 4.8%;
  }

  .category ul li {
    width: 50%;
    height: 13.7em;
    background-size: 100% !important;
  }
  .category ul li .overlay-cate {
    display: block;
  }
  .category ul li .ttl-cate h2 {
    font-size: 1.8em;
    margin-top: -7%;
    line-height: 1.5;
  }
  .category ul li .ttl-cate h2 span {
    font-size: 0.4166666666666667em;
  }

  .recommend {
    padding-top: 11%;
    padding-bottom: 10.8%;
    background: #C2AE87;
  }
  .recommend .recom-inner {
    margin-top: 7%;
  }
  .recommend .slide-recom {
    padding: 0 4%;
  }
  .recommend .slide-recom .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 8%;
    height: 10.5%;
    margin-top: -4%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 9;
  }
  .recommend .slide-recom .slick-arrow.slick-prev {
    left: 1.6%;
    background: url("../img/sm/prev.png") no-repeat center;
    background-size: 100%;
  }
  .recommend .slide-recom .slick-arrow.slick-next {
    background: url("../img/sm/next.png") no-repeat center;
    background-size: 100%;
    right: 1.6%;
  }
  .recommend .recom-child {
    margin-right: 0;
  }
  .recommend .recom-child a {
    padding: 3%;
    padding-bottom: 4.5%;
  }
  .recommend .recom-child a h3 {
    font-size: 1.25em;
    margin-top: 4%;
    margin-bottom: 2%;
  }
  .recommend .recom-child img {
    width: 100%;
  }

  .shop-info {
    padding-top: 10%;
    padding-bottom: 17.5%;
    background: url("../img/sm/bg_shop.jpg") no-repeat center;
    background-size: cover;
  }
  .shop-info .shop-inner {
    padding: 0 4%;
    margin-top: 8%;
  }
  .shop-info .shop-child {
    width: 100%;
    box-shadow: none;
    margin-bottom: 6%;
  }
  .shop-info .shop-child .shadow-inner {
    box-shadow: none;
    padding: 3%;
  }
  .shop-info .shop-child a.shop-link {
    float: left;
    width: 32.3%;
  }
  .shop-info .shop-child h3 {
    float: right;
    width: 62%;
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 2%;
  }
  .shop-info .shop-child p {
    float: right;
    width: 62%;
    margin-bottom: 2%;
  }
  .shop-info .shop-child span {
    float: right;
    width: 62%;
    font-size: 1.166666666666667em;
  }
  .shop-info .shop-child:last-child {
    margin-bottom: 0;
  }
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .ttl-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner .ttl-banner .area {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.banner .ttl-banner .area h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  position: relative;
  text-shadow: 0px 0px 9px black;
}
.banner .ttl-banner .area h2 span {
  position: relative;
  line-height: 1.76em;
  display: block;
}
.banner .ttl-banner .area h2 span:before {
  position: absolute;
  content: " ";
  background: white;
  height: 3px;
  width: 94px;
  bottom: 0;
  left: 50%;
  margin-left: -46px;
  box-shadow: 0 0 7px #444;
  display: none;
}
.banner .ttl-banner .area h2 span img {
  width: auto;
}

.relax-sub {
  background: #EEE8DD;
}
.relax-sub .box-inner {
  width: 660px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.66);
  padding: 67px 47px 50px;
  margin-top: -189px;
  position: relative;
}
.relax-sub .box-inner p {
  margin-top: 34px;
  font-size: 18px;
  line-height: 1.7em;
}

.concept-info {
  padding-bottom: 229px;
  padding-top: 109px;
  position: relative;
  background: #EEE8DD;
}
.concept-info .left-concept {
  float: left;
  width: 404px;
  position: relative;
  margin-left: 179px;
}
.concept-info .left-concept .abs {
  position: absolute;
  right: -120px;
  bottom: -156px;
}
.concept-info .right-concept {
  float: left;
  width: 420px;
  margin-left: 73px;
  position: relative;
  z-index: 999;
  margin-top: -5px;
}
.concept-info .right-concept h2 {
  font-size: 22px;
  font-weight: bold;
}
.concept-info .right-concept p {
  font-size: 15px;
  line-height: 1.7em;
  padding-left: 10px;
  margin-top: 27px;
}
.concept-info:before {
  position: absolute;
  content: " ";
  background: #C0AB83;
  height: 367px;
  width: 39%;
  left: 0;
  top: 67px;
}
.concept-info:after {
  position: absolute;
  content: " ";
  background: url(../img/concept/bg_coffee.png) no-repeat;
  width: 346px;
  height: 397px;
  right: 0;
  top: 210px;
  z-index: 99;
}

.menu-concept {
  background: #EEE8DD url(../img/concept/bg_coffee02.png) no-repeat left bottom;
  margin-top: -23px;
  position: relative;
  padding-bottom: 94px;
}
.menu-concept .menu-concept-inner {
  width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 998;
}
.menu-concept .menu-concept-inner .menu-conpchild {
  float: left;
  width: 295px;
  margin-right: 27px;
  margin-bottom: 27px;
  transition: 0.5s all ease;
}
.menu-concept .menu-concept-inner .menu-conpchild:nth-child(3n) {
  margin-right: 0;
}
.menu-concept .menu-concept-inner .menu-conpchild a {
  display: block;
  border: 7px solid #CC6600;
  height: 345px;
  padding: 10px 10px 7px;
  position: relative;
}
.menu-concept .menu-concept-inner .menu-conpchild a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  background: rgba(204, 102, 0, 0.7);
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease;
}
.menu-concept .menu-concept-inner .menu-conpchild a .overlay .area {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.menu-concept .menu-concept-inner .menu-conpchild a .overlay .area .bb {
  font-size: 48px;
  font-family: "Oswald", sans-serif;
  line-height: 1.2em;
}
.menu-concept .menu-concept-inner .menu-conpchild a .overlay.hover {
  opacity: 1;
  transform: scale(1);
}
.menu-concept .menu-concept-inner .menu-conpchild a:hover {
  text-decoration: none;
}
.menu-concept .menu-concept-inner .menu-conpchild.opt02 a {
  border: 7px solid #340101;
}
.menu-concept .menu-concept-inner .menu-conpchild.opt02 a .overlay {
  background: rgba(102, 51, 0, 0.7);
}
.menu-concept .menu-concept-inner .menu-conpchild.opt03 a {
  border: 7px solid #D9AD00;
}
.menu-concept .menu-concept-inner .menu-conpchild.opt03 a .overlay {
  background: rgba(217, 173, 0, 0.7);
}
.menu-concept .menu-concept-inner .menu-conpchild.opt04 a {
  border: 7px solid #327109;
}
.menu-concept .menu-concept-inner .menu-conpchild.opt04 a .overlay {
  background: rgba(50, 113, 9, 0.7);
}
.menu-concept .menu-concept-inner .menu-conpchild.opt05 a {
  border: 7px solid #694686;
}
.menu-concept .menu-concept-inner .menu-conpchild.opt05 a .overlay {
  background: rgba(105, 70, 134, 0.7);
}
.menu-concept .menu-concept-inner .menu-conpchild.opt06 a {
  border: 7px solid #E4322E;
}
.menu-concept .menu-concept-inner .menu-conpchild.opt06 a .overlay {
  background: rgba(228, 50, 46, 0.7);
}
.menu-concept .menu-concept-inner .menu-conpchild .inner-link {
  background: white;
  position: relative;
  height: 100%;
}
.menu-concept .menu-concept-inner .menu-conpchild .content-link {
  padding: 10px 14px;
}
.menu-concept .menu-concept-inner .menu-conpchild .content-link h2 {
  font-size: 15px;
  font-weight: bold;
}
.menu-concept .menu-concept-inner .menu-conpchild .content-link p {
  line-height: 1.7em;
  margin-top: 4px;
}
.menu-concept .menu-concept-inner .link-shop {
  margin-top: 20px;
  text-align: right;
  font-size: 16px;
  font-family: Century;
  font-style: italic;
  text-decoration: underline;
}
@media (max-width: 1350px) {
  .concept-info .left-concept {
    margin-left: 60px;
  }
  .concept-info:before {
    width: 360px;
  }
}
@media (max-width: 750px) {
  .banner .ttl-banner .area h2 {
    font-size: 2.5em !important;
    top: -14%;
    box-shadow: none;
  }
  .banner .ttl-banner .area h2 span {
    display: block;
    line-height: 2em;
  }
  .banner .ttl-banner .area h2 span:before {
    display: block;
    height: 0.09em;
    width: 2.24em;
    margin-left: -1.12em;
  }

  .relax-sub {
    padding: 0 4%;
  }
  .relax-sub .box-inner {
    width: 100%;
    padding: 8.7% 7%;
    margin-top: -32%;
  }
  .relax-sub .box-inner p {
    font-size: 1.166666666666667em;
    margin-top: 4%;
  }

  .concept-info {
    padding-top: 15%;
    padding-bottom: 8.3%;
  }
  .concept-info:after {
    display: none;
  }
  .concept-info:before {
    width: 76%;
    height: 25em;
    top: 2em;
  }
  .concept-info .left-concept {
    width: 100%;
    padding-left: 8%;
    margin-left: 0;
  }
  .concept-info .left-concept img {
    width: 100%;
  }
  .concept-info .left-concept .abs {
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: -9%;
    width: 92.76%;
    margin-top: 4.5%;
  }
  .concept-info .right-concept {
    margin-left: 0;
    width: 100%;
    padding: 0 8%;
    margin-top: 7%;
    z-index: 9;
  }
  .concept-info .right-concept h2 {
    font-size: 1.375em;
  }
  .concept-info .right-concept p {
    font-size: 1.166666666666667em;
    padding-left: 0;
    margin-top: 4%;
  }

  .menu-concept {
    padding: 0 4%;
    margin-top: 0;
    background: #EEE8DD;
    padding-bottom: 20%;
  }
  .menu-concept .menu-concept-inner {
    width: 100%;
    z-index: 9;
  }
  .menu-concept .menu-concept-inner .menu-conpchild {
    width: 100%;
    margin-bottom: 3.9%;
  }
  .menu-concept .menu-concept-inner .menu-conpchild a {
    border: 0.2em solid black !important;
    padding: 4% 4%;
    height: 29.59em;
  }
  .menu-concept .menu-concept-inner .menu-conpchild a img {
    width: 100%;
  }
  .menu-concept .menu-concept-inner .menu-conpchild a .overlay .bb {
    font-size: 1.25eml;
  }
  .menu-concept .menu-concept-inner .menu-conpchild a .content-link {
    padding: 4% 6%;
  }
  .menu-concept .menu-concept-inner .menu-conpchild a .content-link h2 {
    font-size: 1.25em;
  }
  .menu-concept .menu-concept-inner .menu-conpchild a .content-link p {
    margin-top: 2%;
  }
  .menu-concept .menu-concept-inner .link-shop {
    font-size: 1.1666em;
  }
}
.menu .main:before {
  position: absolute;
  content: " ";
  width: 186px;
  height: 14px;
  left: 210px;
  background: black;
  top: -14px;
  z-index: 9999;
}
.menu .main:after {
  position: absolute;
  content: " ";
  width: 186px;
  height: 14px;
  left: 210px;
  background: black;
  bottom: 0;
  z-index: 9999;
}
.menu .banner .ttl-banner .area h2 {
  font-size: 45px;
}

.ice-coffe {
  padding: 12px 12px 88px;
  background: #EAE3D5;
}
.ice-coffe .ice-inner {
  border: 5px solid #000;
  padding-top: 50px;
  padding-bottom: 86px;
}
.ice-coffe h2 {
  text-align: center;
  font-size: 38px;
  font-family: "Oswald", sans-serif;
}
.ice-coffe .box-iceCoffee {
  width: 754px;
  margin: 57px auto 0;
}
.ice-coffe .box-iceCoffee h3 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
}
.ice-coffe .box-iceCoffee h3 span {
  padding: 0 31px;
  background: #EAE3D5;
}
.ice-coffe .box-iceCoffee .txt-ice {
  margin-top: 44px;
  line-height: 1.7em;
}
.ice-coffe .box-iceCoffee .menu-ice {
  margin-top: 18px;
  padding-bottom: 25px;
}
.ice-coffe .box-iceCoffee .menu-ice .child-ice {
  float: left;
  width: 360px;
  margin-right: 30px;
  border-bottom: 1px dashed #999;
  padding-bottom: 30px;
}
.ice-coffe .box-iceCoffee .menu-ice .child-ice:nth-child(even) {
  margin-right: 0;
}
.ice-coffe .box-iceCoffee .menu-ice .child-ice h4 {
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  margin-top: 25px;
}
.ice-coffe .box-iceCoffee .menu-ice .child-ice span {
  color: #333333;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
.ice-coffe .box-iceCoffee .note {
  font-size: 13px;
  color: #333;
}
.ice-coffe .nav-botMenu {
  text-align: center;
  margin-top: 45px;
  display: inline-block;
  width: 100%;
  padding: 0 28%;
}
.ice-coffe .nav-botMenu li {
  float: left;
  font-size: 16px;
}
.ice-coffe .nav-botMenu li a {
  font-size: 16px;
  font-family: Century;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
}
.ice-coffe .nav-botMenu li:last-child {
  float: right;
}

.acco-nav {
  display: none;
}

@media (max-width: 750px) {

  .iswg-base > div > div {
      width: 50%!important;
      padding: 0px!important;
  }
  .menu .main:before {
    display: none;
  }
  .menu .main:after {
    display: none;
  }

  .ice-coffe {
    padding: 4% 2% 20%;
  }
  .ice-coffe .ice-inner {
    padding: 7% 5.5% 8%;
    border: 0.15em solid black;
  }
  .ice-coffe.coffee-page .box-iceCoffee {
    margin-bottom: 16%;
  }
  .ice-coffe .box-iceCoffee {
    width: 100%;
    margin-top: 9%;
  }
  .ice-coffe .box-iceCoffee h3 {
    font-size: 1.5em;
  }
  .ice-coffe .box-iceCoffee h3 span {
    padding: 0px 5%;
  }
  .ice-coffe .box-iceCoffee .txt-ice {
    margin-top: 8%;
  }
  .ice-coffe .box-iceCoffee .menu-ice {
    margin-top: 0;
    padding-bottom: 4%;
  }
  .ice-coffe .box-iceCoffee .menu-ice .child-ice {
    width: 100%;
    margin-right: 0;
    padding-bottom: 4%;
    margin-top: 6%;
  }
  .ice-coffe .box-iceCoffee .menu-ice .child-ice img {
    width: 100%;
    margin-bottom: 3%;
  }
  .ice-coffe .box-iceCoffee .menu-ice .child-ice h4 {
    font-size: 1.8em;
    margin-top: 0%;
  }
  .ice-coffe .box-iceCoffee .menu-ice .child-ice span {
    font-size: 0.9166666666666667em;
    margin-top: 1%;
  }
  .ice-coffe .box-iceCoffee .note {
    font-size: 0.8333333333333333em;
  }
  .ice-coffe h2 {
    font-size: 2.5em;
  }
  .ice-coffe .nav-botMenu {
    padding: 0 3%;
    margin-top: 7%;
  }
  .ice-coffe .nav-botMenu li {
    margin: 0;
    font-size: 0.9em;
  }
  .ice-coffe .nav-botMenu li a {
    font-size: 1.2em;
  }

  .acco-nav {
    display: block;
    position: relative;
  }
  .acco-nav h2 {
    text-align: center;
    font-size: 1.666666666666667em;
    background: #C0AB83 url("../img/menu/sm/open.png") no-repeat 96% center;
    color: white;
    height: 2.5em;
    line-height: 2.5em;
    background-size: 2.7%;
  }
  .acco-nav h2.active {
    background: #C0AB83 url("../img/menu/sm/close.png") no-repeat 96% center;
    background-size: 2.7%;
  }
  .acco-nav ul {
    display: none;
    background: rgba(204, 204, 204, 0.9);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
  }
  .acco-nav ul li {
    border-bottom: 0.15em solid #666666;
  }
  .acco-nav ul li a {
    font-size: 1.083333333333333em;
    display: block;
    text-align: center;
    padding: 3.4% 0;
  }
}
/*COFFEE*/
.coffee-page .img-drip {
  margin-top: 12px;
}
.coffee-page .list-coffee .block-coffee {
  padding: 22px 0;
  border-bottom: 1px dashed #999999;
}
.coffee-page .list-coffee .block-coffee .img-coffe {
  float: left;
  width: 130px;
}
.coffee-page .list-coffee .block-coffee .ttl-coffee {
  float: left;
  width: 265px;
  padding-left: 25px;
}
.coffee-page .list-coffee .block-coffee .ttl-coffee h4 {
  font-size: 20px;
  margin-top: -5px;
  line-height: 1.25em;
}
.coffee-page .list-coffee .block-coffee .ttl-coffee span {
  display: block;
  font-size: 13px;
  margin-top: 9px;
}
.coffee-page .list-coffee .block-coffee .info-coffee {
  float: left;
  width: 350px;
  padding-left: 16px;
  line-height: 1.7em;
  margin-top: -4px;
}
.coffee-page .list-coffee .block-coffee.special .ttl-coffee {
  color: #990000;
}
.coffee-page .block-cuppping {
  padding: 15px 20px;
  margin-top: 20px;
  background: #D7C9B0;
}
.coffee-page .block-cuppping .img-cupping {
  float: left;
  width: 208px;
}
.coffee-page .block-cuppping .info-cupping {
  float: right;
  width: 481px;
  line-height: 1.7em;
}

@media (max-width: 750px) {
  .coffee-page .list-coffee .block-coffee {
    padding: 6% 0 4%;
  }
  .coffee-page .list-coffee .block-coffee .img-coffe {
    width: 45%;
  }
  .coffee-page .list-coffee .block-coffee .img-coffe img {
    width: 100%;
  }
  .coffee-page .list-coffee .block-coffee .ttl-coffee {
    float: right;
    width: 50%;
    padding-left: 0;
  }
  .coffee-page .list-coffee .block-coffee .ttl-coffee h4 {
    font-size: 1.25em;
    margin-top: 0;
  }
  .coffee-page .list-coffee .block-coffee .ttl-coffee span {
    font-size: 0.899999em;
    margin-top: 2%;
  }
  .coffee-page .list-coffee .block-coffee .info-coffee {
    width: 100%;
    margin-top: 3%;
    padding-left: 0;
  }
  .coffee-page .block-cuppping {
    padding: 3%;
    margin-top: 5%;
  }
  .coffee-page .block-cuppping .img-cupping {
    width: 100%;
  }
  .coffee-page .block-cuppping .img-cupping img {
    width: 100%;
  }
  .coffee-page .block-cuppping .info-cupping {
    width: 100%;
    margin-top: 3%;
  }
}
/*JUICE PAGE*/
.ice-coffe .box-iceCoffee .menu-ice .child-ice h4 span {
  display: inline-block;
  margin-top: 0;
  margin-left: 12px;
  vertical-align: middle;
}
.ice-coffe .box-iceCoffee .menu-ice .child-ice .price {
  font-size: 18px;
}

@media (max-width: 750px) {
  .ice-coffe .box-iceCoffee .menu-ice .child-ice h4 span {
    margin-left: 2%;
    font-size: 0.6em;
  }
  .ice-coffe .box-iceCoffee .menu-ice .child-ice .price {
    font-size: 0.916666em;
  }
}
/*ALCOHOL PAGE*/
.coffee-page.alcohol-page .img-drip {
  margin-top: 60px;
}

.ice-coffe .box-iceCoffee.wine .menu-ice {
  margin-top: 60px;
}
.ice-coffe .box-iceCoffee.wine .menu-ice .child-ice.top-mar {
  padding-top: 272px;
  height: 409px;
}
.ice-coffe .box-iceCoffee.fir-full .menu-ice {
  margin-top: 25px;
}
.ice-coffe .box-iceCoffee.fir-full .menu-ice .child-ice:first-child {
  width: 100%;
}
.ice-coffe .box-iceCoffee.fir-full .menu-ice .child-ice:nth-child(even) {
  margin-right: 30px;
}
.ice-coffe .box-iceCoffee.fir-full .menu-ice .child-ice:nth-child(odd) {
  margin-right: 0px;
}
.ice-coffe .box-iceCoffee.fir-full .menu-ice .child-ice img {
  margin-top: 35px;
}

@media (max-width: 750px) {
  .coffee-page.alcohol-page .img-drip {
    margin-top: 10%;
  }

  .ice-coffe .box-iceCoffee.wine .menu-ice {
    margin-top: 10%;
  }
  .ice-coffe .box-iceCoffee.wine .menu-ice .child-ice.top-mar {
    padding-top: 0;
    height: auto;
  }
  .ice-coffe .box-iceCoffee.wine .menu-ice .child-ice:first-child {
    margin-top: 0;
  }
  .ice-coffe .box-iceCoffee.fir-full .menu-ice {
    margin-top: 25px;
  }
  .ice-coffe .box-iceCoffee.fir-full .menu-ice .child-ice:first-child {
    width: 100%;
  }
  .ice-coffe .box-iceCoffee.fir-full .menu-ice .child-ice:nth-child(even) {
    margin-right: 0px;
  }
  .ice-coffe .box-iceCoffee.fir-full .menu-ice .child-ice img {
    margin-top: 0px;
  }
}
/*FOOD*/
.ice-coffe.food-page .ice-inner {
  padding-bottom: 50px;
}
.ice-coffe .box-iceCoffee.bread .menu-ice {
  margin-top: 60px;
}
.ice-coffe .box-iceCoffee .set-drink {
  padding: 20px 80px 19px 40px;
  margin-top: 25px;
  margin-bottom:25px;
  background: #D7C9B0;
}
.ice-coffe .box-iceCoffee .set-drink .img-set {
  float: left;
  width: 240px;
}
.ice-coffe .box-iceCoffee .set-drink .info-set {
  float: right;
  width: 354px;
}
.ice-coffe .box-iceCoffee .set-drink .info-set h2 {
  font-size: 22px;
  text-align: left;
  font-family: inherit;
  font-weight: bold;
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
}
.ice-coffe .box-iceCoffee .set-drink .info-set h2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #333;
  font-weight: normal;
  margin-left: 5px;
}
.ice-coffe .box-iceCoffee .set-drink .info-set p {
  font-weight: bold;
  margin-top: 3px;
}
.ice-coffe .box-iceCoffee .set-drink .info-set p span {
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
.ice-coffe .box-iceCoffee .set-drink .info-set p span span {
  font-size: 16px;
  font-weight: bold;
}
.ice-coffe .box-iceCoffee .set-drink .info-set p span .yen {
  font-size: 25px;
  font-weight: normal;
}
.ice-coffe .box-iceCoffee .set-drink .info-set .note {
  font-size: 12px;
  display: block;
  margin-top: 13px;
}

@media (max-width: 750px) {
  .ice-coffe.food-page .ice-inner {
    padding-bottom: 0%;
  }
  .ice-coffe .box-iceCoffee.bread .menu-ice {
    margin-top: 6%;
  }
  .ice-coffe .box-iceCoffee .set-drink {
    padding: 3%;
    margin-top: 3%;
	margin-bottom:3%;
  }
  .ice-coffe .box-iceCoffee .set-drink .img-set {
    width: 100%;
  }
  .ice-coffe .box-iceCoffee .set-drink .img-set img {
    width: 100%;
  }
  .ice-coffe .box-iceCoffee .set-drink .info-set {
    width: 100%;
    margin-top: 4%;
  }
  .ice-coffe .box-iceCoffee .set-drink .info-set h2 {
    font-size: 1.5em;
    padding-bottom: 2%;
  }
  .ice-coffe .box-iceCoffee .set-drink .info-set h2 span {
    font-size: 0.6em;
  }
  .ice-coffe .box-iceCoffee .set-drink .info-set p {
    margin-top: 1%;
  }
  .ice-coffe .box-iceCoffee .set-drink .info-set p span {
    font-size: 1.5em;
  }
  .ice-coffe .box-iceCoffee .set-drink .info-set p span span {
    font-size: 0.6em;
  }
  .ice-coffe .box-iceCoffee .set-drink .info-set p span .yen {
    font-size: 0.9em;
  }
  .ice-coffe .box-iceCoffee .set-drink .info-set .note {
    font-size: 0.916666em;
    margin-top: 2%;
  }
}
/*DESSERT*/
.ice-coffe.dessert-page .box-iceCoffee .menu-ice .child-ice img {
  margin-top: 35px;
}

@media (max-width: 750px) {
  .ice-coffe.dessert-page .box-iceCoffee .menu-ice .child-ice img {
    margin-top: 0px;
  }
}
.shop-page {
  background: #EAE3D5 url("../img/shop/bg_coffee02.png") no-repeat bottom left;
}
.shop-page .ice-inner {
  padding-bottom: 208px;
  border: 7px solid #000;
}
.shop-page .img-shop {
  margin-top: 40px;
}
.shop-page .conten-shop {
  margin-top: 37px;
}
.shop-page .conten-shop .info-shop {
  float: left;
  width: 320px;
  margin-top: -15px;
  border-bottom: 1px dashed #999;
  padding-bottom: 17px;
}
.shop-page .conten-shop .info-shop table {
  text-align: left;
}
.shop-page .conten-shop .info-shop table tr {
  float: left;
  width: 100%;
  margin-bottom: 3px;
}
.shop-page .conten-shop .info-shop table th {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding: 13px 0;
}
.shop-page .conten-shop .info-shop table td {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 1.5em;
}
.shop-page .conten-shop .info-shop table td p span {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
}
.shop-page .conten-shop .map-shop {
  float: right;
  width: 400px;
}
.shop-page .conten-shop .map-shop .mapgg {
  width: 100%;
  height: 320px;
}
.shopSlide01 {
    margin-top: 40px;
    width: 750px;
}
/*.shopSlide01 .slider4 {
	width:auto;
	position:relative;
}*/
/*.shopSlide01 .slider4 li {
    float: none;
    list-style: none;
    position: absolute;
    width: 520px;
    z-index: 0;
    display: none;
}*/

@media (max-width: 750px) {
  .shop-page {
    background: #EAE3D5;
    padding-top: 8%;
  }
  .shop-page .ice-inner {
    padding-bottom: 0%;
    border: 0.18em solid black;
  }
  .shop-page .img-shop {
    margin-top: 10%;
  }
  .shop-page .conten-shop {
    margin-top: 0%;
  }
  .shop-page .conten-shop .info-shop {
    width: 100%;
    margin-top: 3%;
    padding-bottom: 3%;
  }
  .shop-page .conten-shop .info-shop table {
    padding: 0 2%;
  }
  .shop-page .conten-shop .info-shop table th {
    font-size: 1.25em;
    padding: 2% 2%;
    font-weight: bold;
  }
  .shop-page .conten-shop .info-shop table td {
    font-size: 1.166666666666667em;
    color: #333333;
    padding: 0 2%;
  }
  .shop-page .conten-shop .info-shop table td p span {
    width: 15%;
    margin-right: 2%;
  }
  .shop-page .conten-shop .map-shop {
    margin-top: 5%;
    width: 100%;
  }
  .shop-page .conten-shop .map-shop .mapgg {
    height: 20em;
  }
  .shopSlide01 {
    margin-top: 40px;
    width: 750px;
}
.shopSlide01 .slider4 {
	width:auto;
	position:relative;
}
.shopSlide01 .slider4 li {
    float: none;
    list-style: none;
    position: absolute;
    width: 520px;
    z-index: 0;
    display: none;
}
}
.news-page {
  padding-bottom: 43px;
  background: #EAE3D5 url("../img/news/bg_coffee02.png") no-repeat bottom left;
}
.news-page .ice-inner {
  padding-bottom: 28px;
}
.news-page .nav-botMenu {
  margin-top: 65px;
  margin-bottom: 55px;
}
.news-page .box-iceCoffee {
  width: 770px;
}
.news-page .menu-news {
  text-align: center;
  margin-top: 43px;
}
.news-page .menu-news li {
  display: inline-block;
  border-left: 1px dashed #999;
  padding: 0 5px 0 10px;
}
.news-page .menu-news li a {
  width: 180px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  background: #E5DCCB;
  display: block;
}
.news-page .menu-news li a:hover {
  background: #D2C3A7;
  text-decoration: none;
}
.news-page .menu-news li.active a {
  background: #D2C3A7;
}
.news-page .menu-news li:first-child {
  border: none;
}
.news-page .list-news {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
}
.news-page .list-news li {
  float: left;
  width: 240px;
  margin-right: 25px;
  margin-bottom: 20px;
}
.news-page .list-news li a {
  display: block;
}
.news-page .list-news li a img {
  width: 100%;
}
.news-page .list-news li a:hover {
  text-decoration: none;
}
.news-page .list-news li .mark {
  display: inline-block;
  width: 70px;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  text-align: center;
  background: #D2C3A7;
  border-radius: 3px;
  margin-top: 12px;
  margin-bottom: 10px;
}
.news-page .list-news li .date {
  display: block;
  font-size: 12px;
}
.news-page .list-news li p {
  line-height: 1.2em;
  margin-top: 4px;
}
.news-page .list-news li:nth-child(3n) {
  margin-right: 0;
}
.news-page .list-news.detail-news {
  padding-bottom: 50px;
}
.news-page .list-news.detail-news li {
  width: 100%;
  margin-right: 0;
}
.news-page .list-news.detail-news li .mark {
  margin-top: 20px;
}
.news-page .list-news.detail-news li h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.news-page .list-news.detail-news li p {
  line-height: 1.7em;
}
.news-page .addmore {
  text-align: center;
  margin-top: 50px;
}
.news-page .addmore a {
  font-size: 16px;
  font-family: Century;
  font-style: italic;
  text-decoration: underline;
}

@media (max-width: 750px) {
  .tempforSize {
    display: inline-block !important;
  }

  .news .banner .ttl-banner .area h2 {
    top: 0%;
  }

  .news-page {
    background: #EAE3D5;
    padding-bottom: 20%;
  }
  .news-page .ice-inner {
    padding-bottom: 2%;
  }
  .news-page .nav-botMenu {
    margin-top: 7%;
    margin-bottom: 0;
  }
  .news-page .box-iceCoffee {
    width: 100%;
    margin-bottom: 7% !important;
  }
  .news-page .box-iceCoffee .select-cate {
    width: 100%;
    font-size: 1em;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0.09em solid black;
    background: #EAE3D5 url("../img/news/sm/arrow_select.png") no-repeat 95% center;
    background-size: 3.2%;
    margin-top: 8.2%;
    padding: 2.92% 0px;
  }
  .news-page .list-news {
    margin-top: 8%;
    display: block;
  }
  .news-page .list-news li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px dotted #999;
    padding-bottom: 4.6%;
    margin-bottom: 4.6%;
  }
  .news-page .list-news li a img {
    width: 38.6%;
  }
  .news-page .list-news li .content-news {
    float: right;
    width: 55%;
  }
  .news-page .list-news li .content-news .mark {
    font-size: 0.9166666666666667em;
    width: auto;
    height: auto;
    line-height: 1em;
    padding: 2.2% 5%;
    margin-top: 0;
    margin-bottom: 2.5%;
  }
  .news-page .list-news li .content-news .date {
    font-size: 1em;
  }
  .news-page .list-news li .content-news p {
    margin-top: 2%;
    font-size: 1.166666666666667em;
  }
  .news-page .list-news.detail-news {
    padding-bottom: 0;
  }
  .news-page .list-news.detail-news li {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .news-page .list-news.detail-news li img {
    width: 100%;
  }
  .news-page .list-news.detail-news li .content-news {
    width: 100%;
    margin-top: 3.1%;
  }
  .news-page .list-news.detail-news li .content-news .mark {
    padding: 1.2% 5%;
  }
  .news-page .list-news.detail-news li .content-news h4 {
    font-size: 1.25em;
    margin-top: 2%;
  }
  .news-page .addmore {
    margin-top: 5%;
  }
  .news-page .addmore a {
    font-size: 1.25em;
  }
.nosp {
    display: none!important;
}
}

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