body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  background: #fff;
  color: #2b2b2b;
}

a {
  color: #2b2b2b;
  font-style: normal;
  text-decoration: none;
}

a:link {
  color: #2b2b2b;
  font-style: normal;
  text-decoration: none;
}

a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

a:hover {
  color: #2b2b2b;
  font-style: normal;
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*

#breadcrumb
________________________*/
#breadcrumb {
  display: block;
  padding: 11px 0;
  margin-bottom: 52px;
  text-align: left;
}

#breadcrumb ul {
  margin: 0;
  padding: 0;
}

#breadcrumb ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  text-align: left;
}

#breadcrumb ul li:before {
  content: " / ";
}

#breadcrumb ul li:first-child:before {
  content: none;
}

#breadcrumb ul li,
#breadcrumb ul li a {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 0.8rem;
  color: #000;
}

/*

/*

mv_box
_______________________*/
.mv_box {
  width: 100%;
  position: relative;
  margin-top: 173.19px;
}

.mv_img {
  position: relative;
}

.mv_img img {
  width: 100%;
  height: auto;
}

.header_flex {
  display: flex;
}

.header_top_height {
  display: flex;
  align-items: flex-end;
}

.mv_box.lower {}

.mv_box.lower .header_pc_menu a {
  color: #2b2b2b !important;
}

.mv_box.lower header h1 a {
  background-image: url("../img/common/logo.png");
}

header {
  color: #333;
  background-color: #fff;
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0;
  z-index: 10;
}

header h1 {
  display: inline-block;
  margin: 0;
  margin-right: auto;
}

header a,
header h1 a {}

header h1 a {
  display: inline-block;
  content: "";
  width: 350px;
  height: 116px;
  background-image: url("../img/common/logo.png");
  background-size: cover;
  margin: 0;
  vertical-align: bottom;
}

header h1 a span {
  display: none;
}

header .header_r {
  text-align: right;
}

header ul.header_pc_menu {
  margin: 0;
  padding: 0;
}

header ul.header_pc_menu li {
  list-style-type: none;
  display: inline-block;
}

header ul.header_pc_menu li a {
  color: #333 !important;
  padding: 0 0.6em;
}

header ul.header_pc_menu li:last-child a {
  padding-right: 0;
}

header ul.header_pc_menu li.primary a {
  font-weight: 600;
}

ul.header_ico {
  margin-top: 32px;
}

ul.header_ico li img {
  width: 32px;
  height: auto;
}

ul.header_ico li:last-child {
  margin-left: 8px;
}

.off-canvas .header_ico {
  text-align: center;
}

header .lead {
  position: absolute;
  width: 100%;
  bottom: 5px;
  margin-left: 0.9375rem;
}

header .lead h3 {
  font-size: 1.428rem;
  margin-bottom: 0;
  opacity: 0.5;
}

header .lead p {
  font-size: 1rem;
  opacity: 0.4;
  line-height: 1.4;
}

/*

.top
________________________*/
.top_h3 {
  display: flex;
  justify-content: center;
  /* 子要素を中央揃え */
  position: relative;
}

.top_h3 a {
  position: absolute;
  right: 0;
  bottom: 8px;
  display: inline-block;
  align-items: flex-end;
  color: #666;
  font-size: 1.2rem;
}

.top_concept {
  margin: 105px 0;
}

h3.top_h3,
h3.top_h3_left {
  font-size: 1.8rem;
  letter-spacing: 4px;
  line-height: 1;
  background-color: #6d0c0c;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 80px;
}

.top_concept p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
}

.top_menu,
.top_restaurant {
  margin-bottom: 20px;
}

.top_menu_img,
.top_restaurant_img {
  margin-bottom: 60px;
}

.top_menu_img p,
.top_restaurant_img p {
  margin-top: 20px;
  font-size: 1.2rem;
}

.top_btm .grid-padding-x>.cell.top_btm_l {
  padding-right: 3rem;
  padding-left: 0.9375rem;
}

.tel_read {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 8px;
}

.tel_read a {
  color: #2b2b2b;
}

p.access_read {
  font-size: 1.2rem;
  line-height: 1.2;
}

.top_cont_mb {
  margin-bottom: 80px;
}


/*

footer_cont
________________________*/
footer .footer_menu {
  padding: 8px 0;
  background: #6d0c0c;
}

ul.footer_pc_menu {
  text-align: center;
  margin: 0;
}

ul.footer_pc_menu li {
  display: inline-block;
  list-style-type: none;
}

ul.footer_pc_menu li a {
  color: #fff;
  padding: 0 12px;
}

footer .btm_copy {
  margin: 12px 0 40px 0;
}

footer .btm_read {
  font-size: 0.93rem;
}

/*

header_sp

____________________*/
.header_sp span {
  display: none;
}

/*

sp menu

_____________________*/
.sp_menu {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
}

.sp_menu img {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
}

.header_sp {
  display: none;
}

/*

off-canvas
_____________________*/
.off-canvas {
  background-color: #fff;
}

.off-canvas.is-transition-push {
  background-color: #333;
  color: #333;
}

.off-canvas ul#sp_menu {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}

.off-canvas ul#sp_menu li {
  position: relative;
}

.off-canvas ul#sp_menu li a {
  display: block;
  background-color: #fff;
  color: #333;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #e4e4e4;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  text-decoration: none;
  position: relative;
}

.off-canvas ul#sp_menu li.current_page_item>a {
  background: #ff9f00;
  color: #fff !important;
}

ul#sp_menu li a::after {
  position: absolute;
  top: 42%;
  display: inline-block;
  content: "";
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* child */
.off-canvas ul#sp_menu>li>ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}

.off-canvas ul#sp_menu>li>ul>li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.off-canvas ul#sp_menu>li>ul>li>a {
  background-color: #4f756a;
  color: #fff;
  border-top: 1px solid #6ca192;
  border-bottom: 1px solid #3e5c53;
}

/* child */
.off-canvas ul#sp_menu li ul li ul li a {
  background-color: #00705a;
  color: #fff;
  border-top: 1px solid #11816b;
  border-bottom: 1px solid #996940;
}

.off-canvas ul#sp_menu li.menu-text a {
  text-align: center;
  margin: 0 auto;
}

/*

footer_btns
_____________________________*/
ul.footer_btns {
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  position: relative;
}

ul.footer_btns li {
  list-style-type: none;
  display: block;
}

ul.footer_btns li a {
  background: #9c99f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9c99f1 0%, #524ce7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #9c99f1 0%, #524ce7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9c99f1 0%, #524ce7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c99f1', endColorstr='#524ce7', GradientType=0);
  /* IE6-9 */
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 1.285rem;
  font-weight: 600;
  padding: 10px 0;
  margin: 0 0 40px 0;
}

ul.footer_btns li a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

ul.footer_btns li:nth-child(1) a::before {
  display: none;
  font-family: "Font Awesome 5 Solid";
  /*フォント名注意*/
  content: "\f0e0";
}

ul.footer_btns li:nth-child(2) a::before {
  display: none;
  font-family: "Font Awesome 5 Solid";
  /*フォント名注意*/
  content: "\f0e8";
}

ul.footer_btns li a .svg-inline--fa {
  color: #fff;
  display: block;
  margin: 0 auto 5px auto;
  font-size: 2rem;
}

/*

flex
_____________________________*/
.flex_parent {
  display: flex;
}

.flex_child-box {
  margin-right: auto;
}

/*

button
_____________________________*/
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid #909090;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #2b2b2b;
  padding: 18px 24px;
  position: relative;
  border-radius: 0;
}

.button_w {
  padding: 18px 80px;
}

a.button {
  color: #2b2b2b;
  text-decoration: none;
}

a.button:hover {
  background-color: #fff;
  color: #2b2b2b;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.button.large {
  padding: 15px 15px !important;
}

.button.large {
  font-size: 1rem;
}

.button:focus,
.button:hover {
  background-color: #fff;
  color: #333;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*

button_rev
_____________________________*/
.button_rev {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  border: 1px solid #fff;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  min-width: 222px;
  position: relative;
}

a.button_rev {
  color: #fff;
  text-decoration: none;
}

a.button_rev .fas {
  position: absolute;
  top: 31%;
  right: 5px;
}

.icon::before {
  font-weight: 900;
}

a.button_rev:hover {
  background-color: #2ba6cb;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*

contact form

*/
label {
  display: block;
}

label.label_inline {
  display: inline-block;
  font-weight: normal;
  border-left: none;
}

.required {
  font-size: 0.76rem;
  background: #6d0c0c;
  color: #fff;
  padding: 2px 12px;
  border-radius: 10px;
  margin: 4px 5px 4px 20px;
  display: inline-block;
  letter-spacing: 1px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-validation-errors {
  color: #df2124;
  border: 1px solid #df2124;
  font-size: 1rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.wpcf7-mail-sent-ok {
  color: #32d296;
  border: 1px solid #32d296;
  font-size: 1rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

input.wpcf7-not-valid {
  border: 1px solid #df2124;
}

/*

.breadcrumbs

__________________*/
ul.breadcrumbs li {
  font-size: 0.75rem;
}

ul.breadcrumbs svg {
  display: none;
}

/* ----------------------------------------------
 news
 ---------------------------------------------- */
.news_list {
  margin-bottom: 70px;
}

.news_list::after {
  content: "";
  display: block;
  clear: both;
}

.news_list a {
  color: #333;
  text-decoration: underline;
}

dl.dl_dt {
  width: 100%;
  margin: 0 0 1em 0;
}

dl.dl_dt:after {
  content: " ";
  display: block;
  clear: both;
}

dl.dl_dt dt {
  display: block;
  width: 9em;
  clear: left;
  float: left;
  margin: 0 0 0.6em 0;
}

dl.dl_dt dd {
  display: block;
  width: calc(100% - 10em);
  float: left;
  margin: 0 0 0.6em 0;
}

span.new {
  color: #b2b2b2;
  margin-right: 3px;
}

/* ----------------------------------------------
 contents_footer
 ---------------------------------------------- */
footer {
  border-top: 1px solid #ccc;
}

ul.contents_footer {
  text-align: center;
}

ul.contents_footer>li {
  list-style-type: none;
  display: inline-block;
  font-weight: 600;
}

ul.contents_footer>li a span {
  display: block;
  font-size: 0.714rem;
}

ul.contents_footer>li a {
  padding: 5px;
  margin: 0 20px;
}

ul.contents_footer>li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  text-decoration: none;
}

ul.contents_footer>li:nth-child(1) a {
  display: inline-block;
  font-size: 1.285rem;
  font-family: Arial, Helvetica, "sans-serif";
  width: 280px;
  border: 1px solid #c3c3c3;
  color: #6f6f6f;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
}

ul.contents_footer>li a img {
  vertical-align: middle;
  margin-right: 10px;
}

ul.contents_footer>li:nth-child(1) a img {
  width: auto;
  height: 37px;
}

ul.contents_footer>li:nth-child(2) a {
  display: inline-block;
  font-size: 1rem;
  width: 280px;
  border: 1px solid #c3c3c3;
  color: #6f6f6f;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
}

ul.contents_footer>li:nth-child(2) a img {
  width: auto;
  height: 37px;
}

/* ----------------------------------------------
 pagetop
 ---------------------------------------------- */
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -50px;
}

.form_btn_bg {
  background: #f3fcf3;
  text-align: center;
  padding: 2rem;
}

a.contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 40px;
  margin-left: 20px;
  background-color: #4d85b0;
  color: #ffffff;
  text-decoration: none;
}

a.contact_btn::before {
  display: block;
  min-width: 14px;
  height: 14px;
  margin-right: 7px;
  background: url("../img/common/ico_contact.png") no-repeat;
  content: "";
}

.page_wrap,
.sec_wrap {
  margin: 80px 0;
}

/*

page_header

_______________________*/
.page_header {
  background: #6d0c0c;
  color: #fff;
}

.lower .page_header .cell.large-12 {
  min-height: 190px;
  display: flex;
  align-items: center;
}

.page_header_in {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  text-align: left;
  min-height: 120px;
  background-image: url("../img/top/mv_sp.png");
  display: flex;
  align-items: center;
}

.page_header_in h2 {
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  letter-spacing: 4px;
  color: #1f8836;
}

.page_header_in p {
  color: #333;
  margin-bottom: 0;
}

.page_header_img {
  width: 17.425%;
  height: 170px;
}

.off-canvas .top_tel {
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
}

.off-canvas .top_tel a {
  color: #333;
}

br.sp {
  display: none;
}

@media all and (min-width: 300px) and (max-width: 1024px) {

  br.sp {
    display: block;
  }

  .header_sp,
  .sp_menu {
    display: block;
    z-index: 11;
  }

  .header_pc_menu,
  header ul.header_ico {
    display: none;
  }

  /*media end */
}

@media all and (min-width: 300px) and (max-width: 767px) {
  .mv_height {
    height: 300px;
  }

  header {
    padding: 5px 0;
  }

  .mv_box {
    margin-top: 60px;
  }

  .is-open-right .mv_box {
    margin-top: 0;
  }

  header .lead h3 {
    font-size: 0.93rem;
    margin-bottom: 5px;
  }

  header .lead p {
    font-size: 0.83rem;
  }

  .top_concept {
    margin-top: 40px;
  }

  h3.top_h3,
  h3.top_h3_left {
    font-size: 1.5rem;
  }

  .top_concept p {
    font-size: 0.93rem;
  }

  .top_h3 {
    justify-content: left;
  }

  .top_h3 a {
    bottom: 4px;
    font-size: 0.83rem;
  }

  .top_menu_img p {
    margin-top: 10px;
    font-size: .93rem;
  }

  .top_cont_mb {
    margin-bottom: 40px;
  }

  .flex_parent {
    display: block;
  }

  .flex_child-box {
    margin-right: inherit;
    width: 100%;
  }

  .tCsp {
    text-align: center;
  }

  .top_concept p {
    text-align: left;
  }

  .top_concept p br {
    display: none;
  }

  header h1 a {
    width: 130px;
    height: 43px;
  }

  h3.top_h3,
  h3.top_h3_left {
    font-size: 1.2rem;
    padding: 10px 0;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .top_h3 span {
    display: inline-block;
  }

  .grid-container:not(.full)>.grid-padding-x {
    margin-right: .9375rem;
    margin-left: .9375rem;
  }
}