@charset "UTF-8";

/* -- Link
-------------------------------------------------------------------------------- */
a {
  color: #0000FF;
  text-decoration: none;
  outline: none;
}

a:hover, a:active, a:focus {
  color: #caa978 !important;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {

  article a:hover img:not([class="ov"]),
  header p:first-child a:hover,
  header nav ul li a:hover,
  #Top article>ul li:hover,
  #restaurant #itemList .item a:hover,
  #event article>section>ul:last-of-type li:hover,
  #company article>section:nth-of-type(6) ul li a:hover,
  article+p a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -webkit-transition: color 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, opacity 0.3s ease;
  }
}

/* -- Common
-------------------------------------------------------------------------------- */
.clr {
  clear: both;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.ar {
  text-align: right !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center;
}

ul.normal {
  padding-left: 22px;
  list-style-type: disc;
}

ol.normal {
  padding-left: 22px;
  list-style-type: decimal;
}

.mb_0 {
  margin-bottom: 0 !important;
}

/* -- Clear_fix
-------------------------------------------------------------------------------- */
.cf:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.cf {
  display: inline-block;
}

.cf {
  display: block;
}

/* -- Layout
-------------------------------------------------------------------------------- */
/* -- header -- */
header {
  background: url(/common/img/head_bg.gif) repeat;
  text-align: center;
  width: 286px;
  height: 100vh;
  z-index: 9;
  left: 0;
  top: 0;
  -webkit-box-shadow: 1px 0 2px #B2B2B2;
  box-shadow: 1px 0 2px #B2B2B2;
  behavior: url(/common/js/PIE.htc);
}

@media screen and (max-width: 767px) {
  /*#easy_recipet header {
		height: 93px;
	}*/
}

@media screen and (min-width: 768px) {
  header {
    height: 100%;
    position: fixed;
  }
}

header p:first-child {
  padding: 55px 0 29px;
}

header h1 {
  font: 10px/1 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Meiryo, sans-serif';
  color: #8f827f;
  line-height: 1.4em;
  margin-bottom: -15px;
  background: url(/common/img/head_btn_bg.gif) no-repeat center bottom;
  height: 60px;
}

header nav {
  text-align: left;
  display: block;
  padding: 36px 0 0 55px;
  /* padding: 36px 0 0 58px; add_20170425 */
}

header nav ul {
  font-size: 0;
}

header nav ul li a {
  display: block;
  height: 36px;
}

header nav ul li a:hover,
#model header nav ul li:nth-of-type(1) a,
#asreet header nav ul li:nth-of-type(2) a,
#about header nav ul li:nth-of-type(3) a,
#paroo header nav ul li:nth-of-type(4) a,
#recipet header nav ul li:nth-of-type(5) a,
#easy_recipet header nav ul li:nth-of-type(6) a,
#restaurant header nav ul li:nth-of-type(7) a,
/* #event header nav ul li:nth-of-type(7) a, */
#company header nav ul li:nth-of-type(8) a {
  background: url(/common/img/head_nv_bg.gif) no-repeat 0 center;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }

  header {
    position: static;
    display: table;
    overflow: hidden;
    background: none;
    text-align: left;
    width: 100%;
    /* height: inherit; */
    z-index: 9;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  header p:first-child {
    /* logo */
    position: relative;
    top: 0;
    left: 0;
    width: 157px;
    height: 93px;
    margin-top: 0;
    padding: 0;
    background: url(/common/img/head_bg_sp.png) left top no-repeat;
    background-size: 157px;
  }

  header p:first-child img {
    width: 116px;
    height: auto;
    margin: 16px 0 0 19px;
  }

  header p:first-child a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  header h1 {
    display: none;
    /*display: table-header-group;*/
    position: absolute;
    font: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Meiryo, sans-serif';
    color: #ffffff;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.4em;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 1px #ffffff;
    background: #cdc8b3;
    height: 52px;
    width: 100%;
    word-break: break-all;
  }

  header h1 span {
    display: block;
    padding: 5px 12px;
  }

  header h1+p {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    margin: -93px 0 0 157px;
    background: #ad864c !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px #ffffff solid;
    border-left: 1px #ffffff solid;
    line-height: 54px;
  }

  header h1+p a {
    display: block;
    position: relative;
  }

  header h1+p a:after {
    content: "";
    position: absolute;
    background: url(/common/img/head_arrow_sp.png) no-repeat;
    background-size: 10px 6px !important;
    width: 10px;
    height: 6px;
    top: 24px;
    right: 220px;
  }

  header h1+p img {
    padding: 0 0 0 13px;
    vertical-align: middle;
  }

  .btn {
    position: relative;
    float: right;
    width: 54px;
    height: 54px;
    margin: -54px 0 0 0;
    background: #0F0;
  }

  #panel {
    display: none;
    position: relative;
    z-index: 10;
    width: 100%;
    background: #e9dfd0;
  }

  header nav {
    text-align: left;
    display: block;
    padding: 0;
  }

  #panel ul {
    padding: 10px;
  }

  #panel ul li {
    background: #fafaf5;
  }

  #panel ul li:nth-child(even) {
    background: #f1f1eb;
  }

  #panel ul li a {
    display: block;
    width: auto;
    height: 44px;
    padding: 0 0 0 40px;
    background: url(../../common/img/head_nv_bg_sp@2x.png) 16px 50% no-repeat !important;
    background-size: 13px 15px !important;
    color: #bb9534;
    text-decoration: none;
    line-height: 44px;
    vertical-align: middle;
  }

  #panel ul li a>picture img {
    vertical-align: middle;
  }

  #panel-btn {
    display: inline-block;
    position: relative;
    width: 54px;
    height: 54px;
    background: #cdc2b3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px #ffffff solid;
    border-left: 1px #ffffff solid;
  }

  #panel-btn:hover {
    background: #e9dfd0;
  }

  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 3px;
    margin: -1px 0 0 -11px;
    border-radius: 2px;
    background: #ffffff;
    -webkit-transition: .2s;
    transition: .2s;
  }

  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  #panel-btn-icon:before {
    margin-top: -11px;
  }

  #panel-btn-icon:after {
    margin-top: 8px;
  }

  #panel-btn .close:after {
    margin: 0;
  }

  #panel-btn .close {
    background: transparent;
  }

  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }

  #panel-btn .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #panel-btn .close:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

/* -- contents -- */
article {
  color: #231815;
  font-size: 12px;
  line-height: 1.67;
  text-align: left;
  min-width: 674px;
  margin-left: 286px;
}

article+p {
  clear: both;
  display: block;
  background: url(/common/img/foot_btn_bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  margin-left: 286px;
}

article+p a {
  display: block;
  height: 53px;
  text-align: center;
}

article+p img {
  padding-top: 13px;
}

article>div:last-child {
  clear: both;
  text-align: center;
  padding: 20px 0 25px;
  background: #ffffff;
}

article>ul:first-child {
  font-size: 0;
  background: #493d3a;
  text-align: right;
  display: block;
  height: 22px;
  padding-right: 23px;
  overflow: hidden;
}

article>ul:first-child li {
  font-size: 10px;
  line-height: 22px;
  color: #FFF;
  display: inline;
  padding-left: 8px;
}

article>ul:first-child li a {
  color: #FFF;
  padding-right: 8px;
}

body:not([id="Top"]) article>div:first-of-type {
  background: #fbfbf6;
  height: 179px;
  padding-left: 40px;
  border-bottom: solid 1px #edede6;
}

body:not([id="Top"]) article>div:first-of-type h1 {
  padding: 62px 0 22px;
}

body:not([id="Top"]) article>div:first-of-type ol {
  display: block;
  overflow: hidden;
}

body:not([id="Top"]) article>div:first-of-type ol li {
  float: left;
  display: block;
  height: 20px;
  list-style: none;
}

@media screen and (max-width: 767px) {
  article {
    top: 0;
    width: 100%;
    min-width: inherit;
    margin-left: 0;
    margin-top: -100vh;
  }

  #Top article {
    color: #231815;
    font-size: 12px;
    line-height: 1.67;
    text-align: left;
    min-width: 100%;
    margin-top: -50vh;
    margin-left: 0;
  }

  /*#easy_recipet article {
		margin-top: 0;
	}*/
  article+p {
    margin-left: 0;
  }

  article>ul:first-child {
    margin: 0 15px;
    height: 22px;
    padding-right: 23px;
  }

  body:not([id="Top"]) article>ul:first-child {
    margin-top: 109px;
  }

  body#easy_recipet article>ul:first-child {
    margin-top: 215px;
  }

  body:not([id="Top"]) article>div:first-of-type {
    height: auto;
    margin: 0 15px;
    padding-left: 30px;
  }

  body#about article>div:first-of-type,
  body#paroo article>div:first-of-type,
  body#recipet article>div:first-of-type,
  body#easy_recipet article>div:first-of-type {
    padding-left: 0;
  }

  body#model article>div:first-of-type,
  body#asreet article>div:first-of-type,
  body#about article>div:first-of-type,
  body#recipet article>div:first-of-type,
  body#restaurant article>div:first-of-type,
  body#easy_recipet article>div:first-of-type,
  body#event article>div:first-of-type,
  body#company article>div:first-of-type,
  body#news article>div:first-of-type {
    margin-bottom: 22px;
  }

  body#model article>div:first-of-type,
  body#asreet article>div:first-of-type,
  body#restaurant article>div:first-of-type,
  body#event article>div:first-of-type,
  body#news article>div:first-of-type {
    padding-bottom: 22px;
  }

  body:not([id="Top"]) article>div:first-of-type h1 {
    padding: 30px 0 24px;
  }
}

/* -- footer -- */
footer {
  background: #231815;
  margin-left: 286px;
  height: 164px;
}

footer .insta {
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

footer .insta a {
	width: 110px;
	margin: 0 auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

footer .insta a svg {
  padding-right: 10px;
}

footer nav {
  padding: 0 0 24px;
}

footer nav ul {
  font-size: 0;
}

footer nav li {
  font-size: 11px;
  display: inline-block;
  height: 15px;
  border-right: solid 2px #86807e;
}

footer nav li:last-of-type {
  border-right: none;
}

footer nav a {
  color: #d0cbc9;
  padding: 0 15px;
}

footer small {
  color: #80665e;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  footer {
    background: #231815;
    margin-left: 0;
    height: auto;
  }

  footer nav li {
    font-size: 11px;
    display: inline-block;
    width: 48%;
    height: 11px;
    margin-bottom: 14px;
    border-right: solid 2px #86807e;
  }

  footer nav li:nth-child(even) {
    border-right: none;
  }

  footer nav li:nth-child(5),
  footer nav li:nth-child(6) {
    margin-bottom: 0;
  }

  footer small {
    display: block;
    padding-bottom: 40px;
  }
}

/* -- for ie7
-------------------------------------------------------------------------------- */
.ua-ie-7 header {
  border-right: 1px solid #B2B2B2;
}

.ua-ie-7 footer nav li {
  display: inline;
}

.ua-ie-7 article>div:last-child {
  margin: 0 auto;
  width: 768px;
  zoom: 1;
}

.ua-ie-7 .fb_iframe_widget {
  float: left;
}

/* -- for ie7 and ie8
-------------------------------------------------------------------------------- */
.ie7_html article+p {
  background: url(/common/img/foot_btn_bg_ie.gif) center center repeat-x;
}

.ie7_html article+p:hover {
  filter: alpha(opacity=80);
}
