html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display:block;
}
audio, canvas, progress, video {
display: inline-block; vertical-align: baseline;
}

html {
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
body {
  color:#444;
  font-family: sans-serif;
  line-height:1.0;
}
html,
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


br {letter-spacing:0;}
ul, li {list-style:none;}
img, a img {border:0; text-decoration:none; vertical-align:top;}
mark {background:#ff0; color:#000;}
b, strong {font-weight:bold;}
table {border-collapse:collapse; border-spacing:0;}
td, th {padding:0;}
hr {box-sizing:content-box; height:0;}
button, input, optgroup, select, textarea {color:inherit; font:sans-serif; margin:0;}
button {overflow: visible;}
button, select {text-transform:none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer;}
input[type="checkbox"], input[type="radio"] {box-sizing:border-box; padding:0;}
textarea {overflow:auto;}

/*div:after, ul:after {content:""; display:block; clear:both;}*/
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

a {background-color:transparent; outline:0;}
a:link    {color:#3366CC; text-decoration:none;}
a:visited {color:#3366CC; text-decoration:none;}
a:hover   {color:#1a428c; text-decoration:underline;}
a:active  {color:#99CCFF; text-decoration:none;}

/* -------------------------------------------------------
Layout
---------------------------------------------------------- */
.footer {
  margin-top: auto;
}

.cta_pp_link {
  margin-top: 1em;
  text-align: center;
}
.cta_pp_link a {
  color: #fff;
  text-decoration: underline;
}

/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media only screen and (max-width:1023px){
  body {
    font-family: sans-serif;
  }
  body {
    background: url(../images/body_bg.png) repeat center top;
  }

  b, strong, .bold {
    font-weight: bold;
  }
  .pcv {
    display: none;
  }

  /* header ------------------------- */
  .header .title {
    padding: 16px 0 0 16px;
    text-align: left;
  }
  .header .title img {
    width: 240px;
  }

  /* nav --------------------- */
  .navbar_toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 16px 0 0 16px;
    background: #33231c;
    z-index: 9999;
  }
  .navbar_toggle_icon {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar_toggle_icon:nth-child(1) {
    top: 0;
  }
  .navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
  }
  .navbar_toggle_icon:nth-child(3) {
    top: 0;
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 9998;
  }
  .nav ul li {
    border-bottom: 1px solid #e0ddd0;
  }

  .nav ul li i {
    margin-right: 10px;
  }
  .nav ul li.side_nav_title {
    height: 60px;
    padding: 0 1em;
    color: #6f5436;
    line-height: 60px;
  }
  .nav ul li a {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 1em;
    color: #33231c;
    text-decoration: none;
  }
  .nav ul li a:after {
    content: "\f054";
    font-family: "ForkAwesome";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -.5em;
    color: #6f5436;
  }

  .side_info {
    padding: 24px 16px 0;
    color: #33231c;
  }
  .side_info .site_name {
    margin-bottom: 1em;
    font-weight: 700;
  }
  .side_info p {
    font-size: 14px;
    line-height: 1.4;
  }
  .side_info .name span {
    font-weight: bold;
  }
  .side_info .bh {
    margin-top: 16px;
    line-height: 1.8;
  }
  .side_info .side_contact {
    margin-top: 16px;
  }
  .side_contact .side_tel_box a {
    display: block;
    background: #33231c;
    border-radius: 24px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 48px;
    text-align: center;
  }

  /*OPEN時の動き*/
  .nav.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
  }

  /* fv ------------------------- */
  .fv {
    margin-top: 16px;
  }
  .fv img {
    width: 100%;
    height: auto;
  }


  /* top ------------------------- */
  .top_intro_wrap {
    margin-top: 40px;
    padding: 0 16px;
    background: url(../images/intro_bg_s.png) no-repeat right bottom;
    background-size: cover;
  }
  .top_intro_inner p {
    line-height: 1.8;
  }

  .sns_wrap {
    margin-top: 48px;
    padding: 0 16px;
  }
  .topics_title {
    margin-bottom: 24px;
    text-align: center;
  }
  .topics_title h2 {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    color: #33231c;
    font-size: 120%;
    font-weight: bold;
  }

  .sns_wrap .insta_box {
    margin-top: 32px;
    text-align: center;
  }
  .insta_box img {
    width: 200px;
  }

  /* contents ------------------------- */
  .page_title_wrap {
    margin-top: 80px;
    text-align: center;
  }
  .page_title_wrap h1 {
    display: inline-block;
    color: #33231c;
    font-size: 180%;
    letter-spacing: .1em;
  }
  .page_title_wrap p {
    margin-top: 1em;
    color: #5b483d;
    font-size: 14px;
  }


  /* takeout */
  .takeout_img {
    margin-top: 40px;
    text-align: center;
  }
  .takeout_img img {
    width: 100%;
    height: auto;
  }

  .takeout_wrap {
    padding: 0 8px;
  }
  .takeout_intro {
    margin-top: 32px;
  }
  .takeout_intro .t_i_1 {
    color: #33231c;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .takeout_intro .t_i_2 {
    margin-top: 16px;
    color: #33231c;
    font-size: 140%;
    text-align: center;
  }
  .takeout_intro .t_i_3 {
    margin-top: 1em;
    padding: 0 1em;
    line-height: 1.4;
  }

  .takeout_intro .price {
    color: #dc143c;
    font-weight: bold;
  }
  .takeout_intro .tax {
    color: #dc143c;
    font-size: 14px;
    font-weight: normal;
  }
  .takeout_menu {
    margin-top: 48px;
  }
  .takeout_menu img {
    width: 100%;
    height: auto;
  }
  .takeout_menu p {
    line-height: 1.6;
  }
  .takeout_menu li {
    padding: .5em 0;
    color: #33231c;
    font-size: 24px;
    font-weight: bold;
  }
  .takeout_menu li:before {
    content: "\f290";
    font-family: "ForkAwesome";
    margin-right: 8px;
    vertical-align: bottom;
  }

  /* info */
  .info_wrap {
    box-sizing: border-box;
    margin: 40px 8px 0;
    padding: 24px 0;
    background: #fff;
  }
  .info_block_flex .info_img {
    margin-bottom: 24px;
    padding: 0 16px;
  }
  .info_img img {
    width: 100%;
    height: auto;
  }

  .info_table table {
    width: 100%;
    border-top: 1px dotted #5b483d;
    color: #33231c;
  }
  .info_table tr,
  .info_table th,
  .info_table td {
    display: block;
  }
  .info_table th {
    padding: 1em 1em 0;
    font-weight: bold;
    text-align: left;
  }
  .info_table td {
    padding: .8em 1em;
    border-bottom: 1px dotted #5b483d;
    line-height: 1.8;
  }
  .accessmap {
    margin-top: 40px;
    padding: 0 8px;
  }
  .accessmap iframe {
    width: 100%;
    height: 240px;
  }


  /* cta ------------------------- */
  .cta_wrap {
    margin-top: 80px;
    padding: 40px 0;
    background: url(../images/cta_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .cta {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24px;
    background: rgba(255,255,255,0.2);
  }
  .cta_title {
    margin-bottom: 24px;
    text-align: center;
  }
  .cta_title h2 {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 140%;
    letter-spacing: .1em;
  }
  .cta_title p {
    margin-top: 1em;
    color: #fff;
    line-height: 1.6;
  }

  .cta_mail {
    margin-top: 16px;
  }

  .cta_tel a,
  .cta_mail a {
    display: block;
    height: 48px;
    background: #fff;
    border-radius: 24px;
    color: #33231c;
    font-size: 120%;
    text-decoration: none;
    line-height: 48px;
    text-align: center;
  }
  .cta_tel a span {
    font-size: 80%;
    font-weight: normal;
  }

  .cta_mail a {
    font-size: 16px;
  }

  .cta_attend {
    margin-top: 24px;
    color: #fff;
  }
  .cta_bh_item {
    width: 8em;
    line-height: 1.8;
  }
  .cta_bh_detail {
    flex: 1;
    line-height: 1.8;
  }

  .policy_wrap {
    margin-top: 4em;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 90%;
    line-height: 1.8;
  }
  .policy_title {
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .policy_intro {
    margin-bottom: 1.5em;
  }
  dl.policy dt {
    font-weight: bold;
  }
  dl.policy dd + dt {
    margin-top: 1.5em;
  }
  dl.policy dd ul {
    padding-left: 1.5em;
  }
  dl.policy dd li {
    list-style: disc;
  }

  /* footer ------------------------- */
  .footer {
    background: #f3f2ed;
  }
  .footer_inner {
    padding: 24px 16px;
    color: #33231c;
    text-align: center;
  }
  .footer_nav {
    letter-spacing: -0.4em;
  }
  .footer_nav li {
    letter-spacing: normal;
    display: inline-block;
    margin-right: 1em;
  }
  .footer_nav li:after {
    content: "|";
    padding-left: 1em;
  }
  .footer_nav li:last-child:after {
    content: "";
    padding-left: 0;
  }
  .footer_nav a {
    color: #33231c;
  }

  .footer_pagetop {
    margin-top: 32px;
  }
  .footer_pagetop a {
    display: block;
    padding: 1em 0;
    background: #5b483d;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }

  .footer_info {
    margin-top: 32px;
  }
  .footer_info .name span {
    font-weight: bold;
  }
  .footer_info .address {
    margin-top: 1em;
    font-size: 14px;
  }
  .footer_info .tel {
    margin-top: 1em;
  }

  .cp {
    margin-top: 1em;
    color: #8d8987;
    font-size: 12px;
  }

}/* end SP */


/* -------------------------------------------------------
for TAB
---------------------------------------------------------- */
@media screen and (min-width:481px) and (max-width:1023px) {
  .header .title {
    text-align: center;
  }
  .top_intro_wrap {
    width: 100%;
    min-height: 400px;
    margin: 40px auto 0;
    box-sizing: border-box;
    background: url(../images/intro_bg.png) no-repeat center;
    background-size: cover;
  }
  .top_intro_inner {
    position: relative;
    width: 100%;
    min-height: 400px;
    text-align: center;
  }
  .top_intro_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .top_intro_text p {
    letter-spacing: .1em;
    line-height: 2.0;
  }
  .tw_box {
    width: 540px;
    margin: 0 auto;
  }
}/* end TAB */


/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media only screen and (min-width:1024px){
  body {
    font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
    zoom:1;
  }
  body {
    background: url(../images/body_bg.png) repeat center top;
  }

  b, strong, .bold {
    font-weight: bold;
  }

  .spv {
    display: none;
  }

  /* header ------------------------- */
  .header .title {
    padding: 64px 0 40px;
    text-align: center;
  }
  .header .title img {
    width: 400px;
  }


  .nav_wrap {
    text-align: center;
  }
  .nav_wrap .nav_border {
    display: inline-block;
    padding: 24px 0;
    border-top: 1px solid #e0ddd0;
    border-bottom: 1px solid #e0ddd0;
  }
  .nav_wrap .nav ul {
    letter-spacing: -0.4em;
  }
  .nav_wrap .nav li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 2em;
    font-weight: bold;
  }
  .nav_wrap .nav li.side_nav_title {
    display: none;
  }
  .nav_wrap .nav li a {
    color: #33231c;
    text-decoration: none;
  }

  /* fv ------------------------- */
  .fv {
    position: relative;
    width: 960px;
    height: 620px;
    overflow: hidden;
    margin: 40px auto 0;
    text-align: center;
  }
  /*
  .fv img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
  }
  */

  /* top ------------------------- */
  .top_intro_wrap {
    width: 100%;
    min-height: 400px;
    margin: 40px auto 0;
    box-sizing: border-box;
    background: url(../images/intro_bg.png) no-repeat center;
  }
  .top_intro_inner {
    position: relative;
    width: 960px;
    min-height: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .top_intro_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .top_intro_text p {
    letter-spacing: .1em;
    line-height: 2.0;
  }

  .sns_wrap {
    width: 960px;
    margin: 120px auto 0;
  }
  .sns_flex {
    width: 100%;
    display: flex;
  }
  .sns_flex .tw_box {
    flex: 1;
    padding-right: 64px;
  }
  .tw_box .topics_title {
    margin-bottom: 24px;
  }
  .tw_box .topics_title h2 {
    font-size: 20px;
    font-weight: bold;
  }

  .sns_flex .insta_box {
    width: 320px;
    padding-top: 40px;
    text-align: center;
  }
  .insta_box p {
    line-height: 1.4;
  }
  .insta_icon {
    text-align: center;
  }
  .insta_icon img {
    width: 240px;
  }


  /* contents ------------------------- */
  .page_title_wrap {
    margin-top: 80px;
    text-align: center;
  }
  .page_title_wrap h1 {
    display: inline-block;
    color: #33231c;
    font-size: 180%;
    letter-spacing: .1em;
  }
  .page_title_wrap p {
    margin-top: 1em;
    color: #5b483d;
    font-size: 14px;
  }


  /* takeout */
  .takeout_img {
    margin-top: 40px;
    text-align: center;
  }
  .takeout_wrap {
    width: 960px;
    margin: 40px auto 0;
  }
  .takeout_intro {
    font-weight: bold;
    text-align: center;
  }
  .takeout_intro .t_i_1 {
    color: #33231c;
    font-size: 150%;
    line-height: 1.4;
    text-align: center;
  }
  .takeout_intro .t_i_2 {
    margin-top: 16px;
    color: #33231c;
    font-size: 140%;
    text-align: center;
  }
  .takeout_intro .t_i_3 {
    margin-top: 1em;
    padding: 0 1em;
    line-height: 1.4;
  }
  .takeout_intro .price {
    color: #dc143c;
  }
  .takeout_intro .tax {
    color: #dc143c;
    font-size: 14px;
    font-weight: normal;
  }
  .takeout_menu {
    margin-top: 64px;
  }
  .takeout_menu li {
    padding: .5em 0;
    color: #33231c;
    font-size: 24px;
    font-weight: bold;
  }
  .takeout_menu li:before {
    content: "\f290";
    font-family: "ForkAwesome";
    margin-right: 8px;
    vertical-align: bottom;
  }

  /* info */
  .info_wrap {
    width: 1024px;
    box-sizing: border-box;
    margin: 40px auto 0;
    padding: 40px;
    background: #fff;
  }
  .info_block_flex {
    display: flex;
    flex-direction: row-reverse;
  }
  .info_block_flex .info_table {
    flex: 1;
    padding-right: 40px;
  }
  .info_block_flex .info_img {
    width: 360px;
  }
  .info_img img {
    width: 100%;
    height: auto;
  }

  .info_table table {
    width: 100%;
    border-top: 1px dotted #5b483d;
    color: #33231c;
  }
  .info_table th,
  .info_table td {
    padding: .8em 1em;
    border-bottom: 1px dotted #5b483d;
    line-height: 1.8;
  }
  .info_table th {
    border-right: 1px dotted #5b483d;
    font-weight: bold;
    text-align: left;
  }

  .accessmap {
    margin-top: 64px;
  }
  .accessmap iframe {
    width: 100%;
    height: 420px;
  }

  /* cta ------------------------- */
  .cta_wrap {
    margin-top: 80px;
    padding: 100px 0;
    background: url(../images/cta_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .cta {
    width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px;
    background: rgba(255,255,255,0.2);
  }
  .cta_title {
    margin-bottom: 24px;
    text-align: center;
  }
  .cta_title h2 {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    letter-spacing: .1em;
  }
  .cta_title p {
    margin-top: 1em;
    color: #fff;
    line-height: 1.6;
  }

  .cta_tel {
    font-size: 32px;
    /*font-weight: bold;*/
    text-align: center;
  }
  .cta_tel span {
    font-size: 24px;
    font-weight: normal;
  }
  .cta_tel a {
    color: #fff;
    text-decoration: none;
  }

  .cta_mail {
    margin-top: 16px;
    text-align: center;
  }
  .cta_mail a {
    color: #fff;
  }

  .cta_attend {
    margin-top: 24px;
    color: #fff;
  }
  .cta_attend_flex {
    width: 480px;
    margin: 0 auto;
    display: flex;
  }
  .cta_bh_item {
    width: 8em;
    line-height: 1.8;
  }
  .cta_bh_detail {
    flex: 1;
    line-height: 1.8;
  }

  .policy_wrap {
    margin-top: 4em;
    font-size: 90%;
    line-height: 1.8;
  }
  .policy_title {
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .policy_intro {
    margin-bottom: 1.5em;
  }
  dl.policy dt {
    font-weight: bold;
  }
  dl.policy dd + dt {
    margin-top: 1.5em;
  }
  dl.policy dd ul {
    padding-left: 1.5em;
  }
  dl.policy dd li {
    list-style: disc;
  }

  /* footer ------------------------- */
  .footer_inner {
    width: 1024px;
    margin: 0 auto;
    padding: 64px 0;
    color: #33231c;
    text-align: center;
  }
  .footer_nav {
    letter-spacing: -0.4em;
  }
  .footer_nav li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 1em;
  }
  /*
  .footer_nav li:after {
    content: "|";
    padding-left: 1em;
    color: #ccc;
  }
  .footer_nav li:last-child:after {
    content: "";
    padding-left: 0;
  }
  */
  .footer_nav a {
    color: #33231c;
  }

  .footer_info {
    margin-top: 40px;
  }
  .footer_info .name span {
    font-weight: bold;
  }
  .footer_info .address {
    margin-top: 1em;
    font-size: 14px;
  }
  .footer_info .tel {
    margin-top: 1em;
  }

  .cp {
    margin-top: 32px;
    color: #8d8987;
    font-size: 12px;
  }
}/* end PC */
