@charset "UTF-8";
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;
}

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 {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  background: #fff;
  color: #000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Yu Gothic, YuGothic, '游ゴシック', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

img {
  vertical-align: middle;
}

.lay-header {
  background: transparent url("../images/layout/bg_header.png") left top;
  background-size: cover;
  padding: 13px 0;
}

.lay-header_logo {
  display: inline-block;
  float: left;
  width: 150px;
}

.lay-header_main {
  float: left;
  width: 914px;
  padding-top: 10px;
}

.lay-header_catch {
  float: left;
}

.lay-header_contact {
  float: right;
}

.lay-header_contact img {
  margin-right: 7px;
}

.lay-header_contact span {
  font-size: 30px;
  color: #376828;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  vertical-align: middle;
}

.lay-nav {
  margin-top: 30px;
}

.lay-nav_item {
  float: left;
  margin-right: 48px;
}

.lay-nav_anchor {
  display: inline-block;
  float: left;
  height: 36px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background-repeat: no-repeat;
}

.lay-nav_anchor:hover {
  opacity: 0.7;
}

.lay-nav_home {
  background-image: url("../images/layout/nav_home.png");
  width: 47px;
}

.lay-nav_about {
  background-image: url("../images/layout/nav_about.png");
  width: 97px;
}

.lay-nav_foodmenu {
  background-image: url("../images/layout/nav_foodmenu.png");
  width: 81px;
}

.lay-nav_drinkmenu {
  background-image: url("../images/layout/nav_drinkmenu.png");
  width: 82px;
}

.lay-nav_ownersproduct {
  background-image: url("../images/layout/nav_ownersproduct.png");
  width: 102px;
}

.lay-nav_information {
  background-image: url("../images/layout/nav_information.png");
  width: 99px;
}

.lay-footer_01 {
  background: transparent url("../images/layout/bg_contact.png") center center no-repeat;
  background-size: cover;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  text-align: center;
  padding: 70px 20px 50px;
}


.foodmenu-three_image {
  padding: 0 5vw;
  margin-top: 20px;
}

.lay-footer_01 p {
  margin-bottom: 20px;
}

.lay-footer_01 span {
  font-size: 40px;
}

.lay-footer_02 {
  background: transparent url("../images/layout/bg_footer.png") center center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 180px;
  position: relative;
}

.lay-pagetop {
  position: absolute;
  top: 15px;
  right: 5px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 100;
}

.lay-pagetop:hover {
  opacity: 0.7;
}

.lay-footer_02_info {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.lay-footer_02_1 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.lay-footer_02_2 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
}

.lay-footer_02_2 small {
  font-size: 19px;
}

.lay-footer_02_3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.lay-footer_02_4 {
  margin: 60px 0;
  font-size: 28px;
  font-weight: bold;
}

.lay-footer_02_logo {
  display: inline-block;
  margin-bottom: 30px;
}

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

.lay-footer_02_nav_list {
  text-align: center;
  display: inline-block;
  border-right: 1px solid #888;
  margin-bottom: 25px;
}

.lay-footer_02_nav_item {
  display: inline-block;
  border-left: 1px solid #888;
  padding: 0 5px 0 8px;
  font-size: 15px;
}

.lay-footer_02_nav_anchor {
  text-decoration: none;
  color: #000;
}

.lay-footer_02_socialnav_list {
  text-align: center;
  margin-left: -5px;
  margin-bottom: 70px;
}

.lay-footer_02_socialnav_item {
  display: inline-block;
  margin-left: 5px;
}

.lay-footer_02_socialnav_anchor {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lay-footer_02_socialnav_anchor:hover {
  opacity: 0.7;
}

.lay-footer_02_copy {
  display: inline-block;
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .lay-header {
    background: transparent url("../images/layout/bg_header.png") left top;
    background-size: 1000px;
    padding: 13px 0 0;
  }
  .lay-header_logo {
    display: block;
    float: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .lay-header_logo img {
    width: 60px;
    height: auto;
  }
  .lay-header_main {
    float: left;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .lay-header_catch {
    float: none;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .lay-header_contact {
    float: none;
    text-align: center;
  }
  .lay-header_contact img {
    margin-right: 5px;
    height: 18px;
    width: auto;
  }
  .lay-header_contact span {
    font-size: 18px;
  }
  .lay-nav {
    margin-top: 20px;
  }
  .lay-nav_item {
    float: left;
    margin-right: 0;
    width: 50%;
  }
  .lay-nav_anchor {
    display: inline-block;
    float: left;
    padding: 10px 0;
    min-height: 36px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .lay-nav_anchor:hover {
    background-color: white;
  }
  .lay-nav_home {
    width: 100%;
  }
  .lay-nav_about {
    width: 100%;
  }
  .lay-nav_foodmenu {
    width: 100%;
  }
  .lay-nav_drinkmenu {
    width: 100%;
  }
  .lay-nav_ownersproduct {
    width: 100%;
  }
  .lay-nav_information {
    width: 100%;
  }
  .lay-footer_01 {
    background: transparent url("../images/layout/bg_contact.png") center center no-repeat;
    background-size: cover;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 17px;
    text-align: center;
    padding: 70px 20px 50px;
  }
  .lay-footer_01 p {
    margin-bottom: 20px;
  }
  .lay-footer_01 span {
    font-size: 40px;
  }
  .lay-footer_02 {
    padding-bottom: 40px;
  }
  .lay-pagetop {
    display: none;
  }
  .lay-footer_02_info {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  .lay-footer_02_1 {
    line-height: 1.6;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .lay-footer_02_2 {
    line-height: 1.6;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .lay-footer_02_3 {
    line-height: 1.6;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .lay-footer_02_4 {
    line-height: 1.6;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 20px;
    margin: 20px 0;
  }
  .lay-footer_02_logo {
    display: inline-block;
    margin-bottom: 30px;
  }
  .lay-footer_02_nav {
    text-align: center;
  }
  .lay-footer_02_nav_list {
    text-align: center;
    display: inline-block;
    border-right: none;
    margin-bottom: 25px;
  }
  .lay-footer_02_nav_item {
    display: inline-block;
    border-left: none;
    padding: 10px;
    font-size: 15px;
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
  .lay-footer_02_nav_anchor {
    text-decoration: none;
    color: #000;
  }
  .lay-footer_02_socialnav_list {
    text-align: center;
    margin-left: -5px;
    margin-bottom: 70px;
  }
  .lay-footer_02_socialnav_item {
    margin-bottom: 10px;
  }
  .lay-footer_02_socialnav_anchor {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .lay-footer_02_socialnav_anchor:hover {
    opacity: 0.7;
  }
  .lay-footer_02_copy {
    line-height: 1.6;display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mod-container {
  width: 1064px;
  margin: 0 auto;
  position: relative;
}

.mod-responsive {
  max-width: 100%;
  height: auto;
}

.mod-responsive-max {
  width: 100%;
  height: auto;
}

.mod-border {
  height: 9px;
  background: transparent url("../images/module/mod_border.png") center top repeat-x;
}

@media screen and (max-width: 750px) {
  .mod-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }
  .mod-responsive {
    max-width: 100%;
    height: auto;
  }
  .mod-responsive-max {
    width: 100%;
    height: auto;
  }
  .mod-border {
    height: 9px;
    background: transparent url("../images/module/mod_border.png") center top repeat-x;
  }
}

.top-hero {
  height: 950px;
  background: transparent url("../images/top/bg_hero01.png") center bottom no-repeat;
  background-size: cover;
}

.top-hero_logo {
  margin-top: 200px;
  margin-bottom: 180px;
  opacity: 0;
}

.top-hero_btn {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top-hero_btn:hover {
  opacity: 0.7;
}

.top-concept {
  padding: 70px 0;
  height: 400px;
  background: transparent url("../images/top/bg_concept.jpg") left top no-repeat;
  background-size: cover;
}

.top-concept_box {
  padding: 30px 40px;
  background-color: rgba(255, 255, 255, 0.56);
}

.top-concept_left {
  float: left;
  width: 374px;
  text-align: center;
}

.top-concept_image {
  margin-bottom: 30px;
}

.top-concept_btn {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top-concept_btn:hover {
  opacity: 0.7;
}

.top-concept_right {
  float: right;
}

.top-newsandmenu {
  width: 100%;
}

.top-newsandmenu_news {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 30px 50px;
  height: 530px;
}

.top-newsandmenu_news a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top-newsandmenu_news a:hover {
  opacity: 0.7;
}

.top-newsandmenu_news_heading {
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
}

.top-newsandmenu_news_iframe {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 100%;
  margin-bottom: 48px;
}

.top-newsandmenu_foodmenu {
  width: 25%;
  padding: 75px 50px;
  float: left;
  box-sizing: border-box;
  height: 530px;
  background: transparent url("../images/top/bg_foodmenu.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
}

.top-newsandmenu_foodmenu a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top-newsandmenu_foodmenu a:hover {
  opacity: 0.8;
}

.top-newsandmenu_drinkmenu {
  width: 25%;
  padding: 75px 50px;
  float: left;
  box-sizing: border-box;
  height: 530px;
  background: transparent url("../images/top/bg_drinkmenu.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
}

.top-newsandmenu_drinkmenu a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top-newsandmenu_drinkmenu a:hover {
  opacity: 0.8;
}

#news {
  margin-bottom: 20px;
}

#news_link {
  border-bottom: 2px solid #000;
  padding: 10px 0 8px;
  overflow: hidden;
  line-height: 1.4;
}

#news_link a {
  text-decoration: none;
  color: #000;
  font-size: 1.4vw;
}

.news_link_date {
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.news_link_title {
  float: left;
  width: 75%;
  box-sizing: border-box;
}

.top-gallery {
  height: 1080px;
  background: transparent url("../images/top/bg_gallery.png") center center no-repeat;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 65px;
  box-sizing: border-box;
}

.top-gallery_heading {
  background-color: rgba(255, 255, 255, 0.56);
  padding: 10px 20px;
  margin-bottom: 40px;
}

.top-gallery_btn {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top-gallery_btn:hover {
  opacity: 0.7;
}

.top-plan {
  background: transparent url("../images/top/bg_plan.png") center center no-repeat;
  background-size: cover;
}

.foodmenu-onecol {
  margin-top: 100px;
  max-width: 810px;
  margin: 100px auto 300px;
}

.foodmenu-onecol h3 {
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

.foodmenu-onecol p {
  margin-bottom: 30px;
  font-size:26px;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}

.foodmenu-onecol small {
  margin-bottom: 30px;
  font-size: 20px;
}

.top-plan_heading {
  padding-top: 60px;
  margin-bottom: 55px;
  text-align: center;
}

.top-plan_box {
  margin-left: -1px;
  width: 100%;
  display: block;
  padding: 5% 0;
}

.top-plan_box_item {
  width: 100%;
  display: inline-block;
}
.top-plan_box_item #news02 {
  padding: 0 0 5% 0;
}
.top-plan_box_item #news02 li {
  width: 28%;
  display: block;
  margin: 3% 1%;
  padding: 1.5%;
  /* box-shadow */
  box-shadow:0px 0px 19px -3px #a6a6a6;
  -moz-box-shadow:0px 0px 19px -3px #a6a6a6;
  -webkit-box-shadow:0px 0px 19px -3px #a6a6a6;
  border-radius: 5px;
  float: left;background-color: #fff;
}
.top-plan_box_item #news02 li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #333;
    line-height: 170%;
}
.top-plan_box_item #news02 li a:hover {
  opacity: 0.8;
}
.top-plan_box_item #news02 li a #title {
  font-size: 110%;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-plan_box_item #news02 li a img {
  width: 100%;
  height: auto;
  margin: 0 0 3% 0;
}

.top-plan_box_item_btn {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top-plan_box_item_btn:hover {
  opacity: 0.7;
}

.top-plan_btn {
  text-align: center;
  margin-top: 10px;
}

.top-plan_btn a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top-plan_btn a:hover {
  opacity: 0.7;
}

.top-socialpanel {
  background-color: #E5DBCF;
}

.top-socialpanel_item {
  width: calc(100% / 3);
  float: left;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top-socialpanel_item:hover {
  opacity: 0.7;
}

.top-blog {
  background: transparent url("../images/top/bg_blog.png") center center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.top-blog_heading {
  padding-top: 60px;
  margin-bottom: 55px;
  text-align: center;
}


.top-blog_box {
  width: 100%;
  display: block;
  padding: 5% 0;
}

.top-blog_box_list {
  width: 100%;
  display: inline-block;
}
.top-blog_box_list #news03 {
  padding: 0 0 5% 0;
}

.top-blog_box_list #news03 p {
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.top-blog_box_list #news03 li {
  width: 28%;
  display: block;
  margin: 3% 1%;
  padding: 1.5%;
  background-color: #fff;
  float: left;
}
.top-blog_box_list #news03 li a {
    text-decoration: none;
    padding: 5% 0;
    color: #333;
    line-height: 170%;
}
.top-blog_box_list #news03 li a:hover {
  opacity: 0.8;
}
.top-blog_box_list #news03 li a #title {
  font-size: 110%;
}
.top-blog_box_list #news03 li a img {
  width: 100%;
  height: auto;
  margin: 0 0 3% 0;
}



.top-blog_box_list {
  margin-left: -25px;
}

.top-blog_box_item {
  width: 338px;
  float: left;
  box-shadow: 0 0 8px #777;
  margin-left: 25px;
  margin-bottom: 25px;
}

.top-blog_box_title {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 15px 20px 15px;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-blog_box_meta {
  padding: 5px 15px 8px;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-blog_box_anchor {
  text-decoration: none;
}

.top-blog_box_anchor:hover {
  opacity: .7;
}

.top-blog_btn {
  text-align: center;
  margin-top: 40px;
}

.top-blog_btn a{
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.top-blog_btn a:hover{
  opacity: .7;
}

.foodmenu-menulist {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-left: -1%;
  overflow: hidden;
}

.foodmenu-menuitem {
  width: calc(97% / 3);
  float: left;
  margin-left: 1%;
  margin-bottom: 50px;
}

.foodmenu-menuitem h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 15px 0;
  font-weight: bold;
  border-left: 3px solid #00561f;
  padding-left: 10px;
  font-size: 24px;

}

.foodmenu-menuitem p {
  line-height: 1.5;
}

.foodmenu-row {
  max-width: 1796px;
  margin: 3.5vw auto;
  padding-left: 30px;
  padding-right: 30px;
}

.foodmenu-col {
  width: 50%;
  float: left;
}

.foodmenu-col h4{
  padding-left: 10px;
  font-size: 30px;
  margin: 20px 0;
  font-weight: bold;
  border-left: 4px solid #00561f;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.foodmenu-col p {
  font-size: 1.2vw;
  line-height: 1.6;
}

.foodmenu-col_inner {
  padding: 5% 10% 0 10%;
}

.foodmenu-col_title {
  margin-bottom: 1.5vw;
  text-align: center;
}

.foodmenu-col_menu {
  width: 90%;
  margin: 0 auto;
}

.foodmenu-col_menu tr th {
  text-align: left;
  padding-bottom: 1.5vw;
  font-size: 1.2vw;
  font-weight: 500;
}

.foodmenu-col_menu tr td {
  text-align: right;
  padding-bottom: 1.5vw;
  font-size: 1.2vw;
  font-weight: 500;
}

.foodmenu-col_list li {
  float: left;
  width: 40%;
  font-size: 1.2vw;
  font-weight: 500;
  padding-bottom: 1.5vw;
}

.foodmenu-col_list li:nth-child(odd) {
  clear: both;
}

.foodmenu-ippin {
  padding-top: 5px;
  padding-bottom: 5px;
  background: transparent url("../images/foodmenu/bg_01.png") center center no-repeat;
  background-size: cover;
}

.foodmenu-row-nomargin-bottom {
  margin-bottom: 0 !important;
}

.foodmenu-row-nomargin-top {
  margin-top: 0 !important;
}

.foodmenu-three {
  background: transparent url("../images/foodmenu/bg_02.png") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
}

.drinkmenu-three {
  background: transparent url("../images/drinkmenu/bg_02.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
}

.foodmenu-three_col {
  width: calc(100% / 3);
  box-sizing: border-box;
  float: left;
}
.foodmenu-three_col_border {
  border-left: 1px solid #fff;
  box-sizing: border-box;
}

.foodmenu-three_col:first-child {
  border: none;
}

.foodmenu-three_title {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.foodmenu-three_table {
  width: 60%;
  margin: 0 auto;
  min-height: 200px;
}

.drinkmenu-three_table {
  width: 60%;
  margin: 0 auto;
  min-height: 200px;
}

.drinkmenu-three_table_height {
  min-height: 300px;
}

.foodmenu-three_table tr th {
  font-size: 1vw;
  padding-bottom: 1.5vw;
  text-align: left;
  line-height: 1.4;
}

.foodmenu-three_table tr td {
  font-size: 1vw;
  padding-bottom: 1.5vw;
  text-align: right;
  line-height: 1.4;
}

.drinkmenu-three_table tr th {
  font-size: 1vw;
  padding-bottom: 1.5vw;
  text-align: left;
  line-height: 1.4;
}

.drinkmenu-three_table tr td {
  font-size: 1vw;
  padding-bottom: 1.5vw;
  text-align: right;
  line-height: 1.4;
}

.foodmenu-border {
  height: 7px;
  background: transparent url("../images/foodmenu/foodmenu_border.png") center top repeat-x;
}

.about-textcol {
  background-color: #000;
}

.about-textcol_inner {
  width: 93.5%;
  margin: 0 auto;
  box-sizing: border-box;
}

.about-textcol_left {
  width: 40%;
  float: left;
}

.about-textcol_right {
  width: 60%;
  font-size: 19px;
  color: #fff;
  float: left;
}

.about-textcol_right p {
  padding: 4%;
  line-height: 1.8;
  font-weight: normal;
}

.information-box {
  padding: 10vw 20px;
  background: transparent url("../images/information/img_02.png") center center no-repeat;
  background-size: cover;
  width: 93.5%;
  margin: 2vw auto;
}

.information-text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.56);
  width: 30%;
}

.information-text_title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}

.information-text_table {
  width: 100%;
}

.information-text_table tr th {
  font-size: 18px;
  width: 150px;
  padding-bottom: 20px;
  text-align: left;
}

.information-text_table tr th span {
  display: inline-block;
  border: 1px solid #000;
  padding: 3px 8px;
}

.information-text_table tr td {
  font-size: 18px;
  padding-bottom: 20px;
}

.formation-cols {
  width: 96.5%;
  margin: 2vw auto;
  padding: 1vw 20px;
}


.formation-cols_image {
  width: 50%;
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
}
.formation-cols_image:first-child {
  padding-left: 0;
}

.information-map {
  width: 96.5%;
  margin: 1vw auto;
  padding: 0 20px 1vw;
}

.information-map iframe {
  width: 100%;
  height: 30vw;
}

.contact-area {
  background: transparent url("../images/contact/bg_contact.png") center center no-repeat;
  background-size: cover;
  padding: 5vw 0;
}

.contact-heading {
  text-align: center;
  margin-bottom: 30px;
}

.contact-heading span {
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: 1px solid #000;
  font-size: 32px;
  padding: .5em 1em;
}

.contact-form {
  width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

.contact-form_row {
  margin-bottom: 20px;
  text-align: center;
}

.contact-form_label {
  font-size: 18px;
  width: 230px;
  display: inline-block;
  text-align: right;
  padding: 0 20px;
}

.contact-form_text {
  padding: .5em 1em;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 300px;
}

.contact-form_textarea {
  display: inline-block;
  text-align: left;
  width: 324px;
  vertical-align: middle;
  height: 100px;
}

.contact-form_btn {
  padding: .5em 3em;
  cursor: pointer;
}

.drinkmenu-area {
  background: transparent url("../images/drinkmenu/bg_drinkmenu.png") center center no-repeat;
  background-size: cover;
  padding: 5vw 0;
}

.drinkmenu-heading {
  text-align: center;
  margin-bottom: 30px;
}

.drinkmenu-heading span {
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: 1px solid #000;
  font-size: 32px;
  padding: .5em 1em;
}

.comingsoon {
  text-align: center;
}

.contact-tel {
  text-align: center;
  margin-bottom: 20px;
}

.contact-tel img {
  margin-right: 7px;
}

.contact-tel span {
  font-size: 30px;
  color: #376828;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .top-hero {
    height: auto;
    background: transparent url("../images/top/bg_hero01.png") center bottom no-repeat;
    background-size: cover;
  }
  .top-hero_logo {
    margin-top: 50px;
    margin-bottom: 60px;
    width: 40vw;
  }
  .top-concept {
    padding: 10px;
    height: auto;
    background: transparent url("../images/top/bg_concept.jpg") right top no-repeat;
    background-size: 3000px;
    box-sizing: border-box;
  }
  .top-concept_box {
    height: auto;
    overflow: hidden;
    padding: 20px;
  }
  .top-concept_left {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .top-concept_right {
    float: none;
    text-align: center;
    padding: 10px;
  }
  .top-newsandmenu_news {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 20px;
    height: auto;
  }
  .top-newsandmenu_news a {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .top-newsandmenu_news a:hover {
    opacity: 0.7;
  }
  .top-blog_btn {
    text-align: center;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  .top-newsandmenu_news_heading img {
    zoom: .5;
  }
  .top-hero_btn {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  .top-blog_heading {
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .top-blog_heading img {
    zoom: .5;
  }
  .top-plan_box_item_btn {
    width: 100%;
    height: auto;
  }
  .top-plan_heading {
    padding-top: 20px;
    margin-bottom: 35px;
    text-align: center;
  }
  .top-plan_heading img {
    zoom: .5;
  }
  .top-newsandmenu_foodmenu {
    width: 50%;
    padding: 75px 50px;
    float: left;
    box-sizing: border-box;
    height: auto;
    background: transparent url("../images/top/bg_foodmenu.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
  }
  .top-newsandmenu_foodmenu a {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .top-newsandmenu_foodmenu a:hover {
    opacity: 0.8;
  }
  .top-newsandmenu_drinkmenu {
    width: 50%;
    padding: 75px 50px;
    float: left;
    box-sizing: border-box;
    height: auto;
    background: transparent url("../images/top/bg_drinkmenu.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
  }
  .top-newsandmenu_drinkmenu a {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .top-newsandmenu_drinkmenu a:hover {
    opacity: 0.8;
  }
  .top-gallery_heading {
    padding: 5px;
    margin-bottom: 20px;
  }
  .top-gallery_heading img {
    zoom: .5;
  }
  .flexslider {
    margin-bottom: 20px !important;
  }
  .flex-caption {
    font-size: 10px !important;
    height: auto;
  }
  .top-gallery {
    height: auto;
    background: transparent url("../images/top/bg_gallery.png") center center no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-plan {
    height: auto;
    background: transparent url("../images/top/bg_plan.png") center center no-repeat;
    background-size: cover;
  }
  .top-plan_box_list {
    margin-left: -2%;
  }
  .top-plan_box_item {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 2%;
  }
  .top-plan_btn {
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .top-blog_box_list #news03 li {
    width: 45%;
  }
  .top-plan_box_item_image {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .top-blog_box_list {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .top-blog_box_item {
    width: 48%;
    float: left;
    margin-left: 2%;
    margin-bottom: 4%;
    box-shadow: 0 0 3px #666;
  }
  .top-blog_box_item img {
    width: 100%;
    height: auto;
  }
  .top-blog_box_title {
    font-size: 14px;
  }
  .top-blog_box_meta {
    font-size: 10px;
  }
  .top-blog {
    height: auto;
    background: transparent url("../images/top/bg_blog.png") center center no-repeat;
    background-size: cover;
  }
  .foodmenu-border {
    height: 3px;
    background: transparent url("../images/foodmenu/foodmenu_border.png") center top repeat-x;
  }
  .formation-cols_map {
    width: 48.5%;
    float: left;
  }
  .formation-cols_map iframe {
    width: 100%;
    height: 24.3vw;
  }
  .information-map {
    width: 96.5%;
    margin: 1vw auto;
    padding: 0 20px 1vw;
  }
  .information-map iframe {
    width: 100%;
    height: 30vw;
  }
  .about-textcol_inner {
    width: 93.5%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .about-textcol_left {
    width: 100%;
    float: none;
  }
  .about-textcol_right {
    width: 100%;
    font-size: 14px;
    float: none;
  }
  .information-box {
    padding: 10vw 20px;
    background: transparent url("../images/information/img_02.png") center center no-repeat;
    background-size: cover;
    width: 93.5%;
    margin: 2vw auto;
    box-sizing: border-box;
  }
  .information-text {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.56);
    width: 100%;
    box-sizing: border-box;
  }
  .information-text_title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
  }
  .information-text_table {
    width: 100%;
  }
  .information-text_table tr th {
    font-size: 18px;
    width: 150px;
    padding-bottom: 20px;
    text-align: left;
  }
  .information-text_table tr th span {
    display: inline-block;
    border: 1px solid #000;
    padding: 3px 8px;
  }
  .information-text_table tr td {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .formation-cols {
    width: 100%;
    margin: 2vw auto;
    padding: 1vw 10px;
    box-sizing: border-box;
  }
  .formation-cols_image {
    width: 100%;
    box-sizing: border-box;
    float: none;
    padding-left: 0;
    margin-top: 10px;
  }
  .foodmenu-three_col_border {
    border-left: 0;
    box-sizing: border-box;
  }
  .foodmenu-three_image {
    padding-left: 15px;
    padding-right: 15px;
  }
  .information-map {
    width: 100%;
    margin: 1vw auto;
    padding: 0 10px 1vw;
    box-sizing: border-box;
  }
  .information-map iframe {
    width: 100%;
    height: 30vw;
  }
  .foodmenu-col {
    width: 100%;
    float: none;
  }
  .foodmenu-menulist {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

.foodmenu-menuitem {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-bottom: 30px;
}


.foodmenu-menuitem h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 15px 0;
  font-weight: bold;
  border-left: 3px solid #00561f;
  padding-left: 10px;
  font-size: 24px;

}

.foodmenu-menuitem p {
  line-height: 1.5;
}
  .foodmenu-col h4{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }
  .foodmenu-col p{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }
  .foodmenu-col_inner {
    padding: 10px;
    box-sizing: border-box;
  }
  .foodmenu-col_title {
    margin-bottom: 10px;
    text-align: center;
  }
  .foodmenu-col_menu {
    width: 90%;
    margin: 0 auto;
  }
  .foodmenu-col_menu tr th {
    text-align: left;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
  }
  .foodmenu-col_menu tr td {
    text-align: right;
    padding-bottom: 10px;
    font-size: 14px;
    width: 65px;
    line-height: 1.6;
    font-weight: normal;
  }
  .foodmenu-col_list li {
    float: left;
    width: auto;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-right: 20px;
  }
  .foodmenu-row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .foodmenu-col_list li:nth-child(odd) {
    clear: none;
  }
  .foodmenu-three {
    background: transparent url("../images/foodmenu/bg_02.png") center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px 0;
  }
  .drinkmenu-three {
    background: transparent url("../images/drinkmenu/bg_02.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px 0;
  }
  .foodmenu-three_col {
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 0;
    margin-bottom: 40px;
  }
  .foodmenu-three_col:first-child {
    border: none;
  }
  .foodmenu-three_col:first-child .foodmenu-three_title {
    margin-top: 0;
  }
  .foodmenu-three_title {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .foodmenu-three_table {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .drinkmenu-three_table {
    width: 100%;
  }
  .drinkmenu-three_table_height {
    min-height: auto;
  }
  .foodmenu-three_table tr th {
    font-size: 14px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.4;
  }
  .foodmenu-three_table tr td {
    font-size: 14px;
    padding-bottom: 10px;
    text-align: right;
    line-height: 1.4;
    width: 72px;
  }
  .drinkmenu-three_table tr th {
    font-size: 14px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.4;
  }
  .drinkmenu-three_table tr td {
    font-size: 14px;
    padding-bottom: 10px;
    text-align: right;
    line-height: 1.4;
  }

  .contact-heading span {
    font-size: 18px;
  }

  .contact-tel span{
    font-size: 14px;
  }

  .contact-tel img {
    zoom: .7;
  }

  .contact-form {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
  }

  .contact-form_row {
    margin-bottom: 20px;
    text-align: center;
  }

  .contact-form_label {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 5px;
  }

  .contact-form_text {
    padding: .5em 1em;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
  }

  .contact-form_textarea {
    display: inline-block;
    text-align: left;
    width: 100%;
    vertical-align: middle;
    height: 100px;
    box-sizing: border-box;
  }

  .contact-form_btn {
    padding: .5em 3em;
    box-sizing: border-box;
    cursor: pointer;
  }

  .foodmenu-onecol {
    max-width: 810px;
    margin: 50px auto 100px;
  }
  .foodmenu-onecol p {
    font-size:14px;
    text-align: left;
    line-height: 1.4;
  }

  .foodmenu-onecol small {
    font-size: 14px;
    line-height: 1.4;
  }

  .top-plan_box_item #news02 li {
    width: 43%;
  }

  #news_link a {
    font-size: 12px;
  }

  .news_link_date {
    width: 30%;
  }

  .news_link_title {
    width: 70%;
  }
}

.uti-tal {
  text-align: left   !important;
}

.uti-tac {
  text-align: center !important;
}

.uti-tar {
  text-align: right  !important;
}

.uti-fl {
  float: left  !important;
}

.uti-fr {
  float: right !important;
}

.uti-fwn {
  font-weight: normal !important;
}

.uti-fwb {
  font-weight: bold   !important;
}

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

.uti-clearfix:after,
.uti-cf:after {
  clear: both;
}

.uti-clearfix,
.uti-cf {
  *zoom: 1;
}
}

@media screen and (max-width: 450px) {

  .uti-tac-sp {
    text-align: center !important;
  }
 
