@charset "UTF-8";
/*********************************************/
/*********************************************/
.w_10 {
  width: 10% !important;
}

.w_20 {
  width: 20% !important;
}

.w_30 {
  width: 30% !important;
}

.w_40 {
  width: 40% !important;
}

.w_50 {
  width: 50% !important;
}

.w_60 {
  width: 60% !important;
}

.w_70 {
  width: 70% !important;
}

.w_80 {
  width: 80% !important;
}

.w_90 {
  width: 90% !important;
}

.w_100 {
  width: 100% !important;
}

/*********************************************/
/*********************************************/
.font_06 {
  font-size: 0.6rem !important;
}

.font_07 {
  font-size: 0.7rem !important;
}

.font_08 {
  font-size: 0.8rem !important;
}

.font_09 {
  font-size: 0.9rem !important;
}

.font_10 {
  font-size: 1rem !important;
}

.font_11 {
  font-size: 1.1rem !important;
}

.font_12 {
  font-size: 1.2rem !important;
}

.font_14 {
  font-size: 1.4rem !important;
}

.font_16 {
  font-size: 1.6rem !important;
}

.font_18 {
  font-size: 1.8rem !important;
}

.font_20 {
  font-size: 2rem !important;
}

.font_22 {
  font-size: 2.2rem !important;
}

.font_25 {
  font-size: 2.5rem !important;
}

.font_30 {
  font-size: 3rem !important;
}

.font_35 {
  font-size: 3.5rem !important;
}

.font_40 {
  font-size: 4rem !important;
}

/*********************************************/
/*********************************************/
.bg_main {
  background-color: #02764F !important;
}

.bg_sub {
  background-color: #F6A101 !important;
}

.bg_white {
  background-color: #ffffff !important;
}

.bg_gray {
  background-color: #F1F1F1 !important;
}

.bg_black {
  background-color: #000000 !important;
}

.bg_pink {
  background-color: #f19ec2 !important;
}

.bg_green {
  background-color: #b8d201 !important;
}

.bg_orange {
  background-color: #ee7800 !important;
}

.bg_blue {
  background-color: #F0F9FE !important;
}

.bg_main_transparent {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.tbl-green {
  background: #a9c392;
}

.tbl-green-2 {
  background: #f1f5ed;
}

.tbl-gray {
  background: #f9f9f9;
}

/*********************************************/
/*********************************************/
.t_main {
  color: #02764F !important;
}

.t_sub {
  color: #F6A101 !important;
}

.t_white {
  color: #ffffff !important;
}

.t_black {
  color: #000000 !important;
}

.t_gray {
  color: #F1F1F1 !important;
}

.t_red {
  color: #f00 !important;
}

/*********************************************/
/*********************************************/
.lh_10 {
  line-height: 1 !important;
}

.lh_12 {
  line-height: 1.2 !important;
}

.lh_14 {
  line-height: 1.4 !important;
}

.lh_16 {
  line-height: 1.6 !important;
}

.lh_18 {
  line-height: 1.8 !important;
}

.lh_20 {
  line-height: 2 !important;
}

/*********************************************/
/*********************************************/
.ls_01 {
  letter-spacing: 0.1rem !important;
}

.ls_02 {
  letter-spacing: 0.2rem !important;
}

.ls_03 {
  letter-spacing: 0.3rem !important;
}

.ls_04 {
  letter-spacing: 0.4rem !important;
}

.ls_05 {
  letter-spacing: 0.5rem !important;
}

.ls_06 {
  letter-spacing: 0.6rem !important;
}

.ls_07 {
  letter-spacing: 0.7rem !important;
}

.ls_08 {
  letter-spacing: 0.8rem !important;
}

.ls_09 {
  letter-spacing: 0.9rem !important;
}

.ls_10 {
  letter-spacing: 1rem !important;
}

/*********************************************/
/*********************************************/
.zi_d1 {
  z-index: -1 !important;
}

.zi_0 {
  z-index: 0 !important;
}

.zi_u1 {
  z-index: 1 !important;
}

.zi_u2 {
  z-index: 2 !important;
}

.zi_u5 {
  z-index: 5 !important;
}

.zi_u10 {
  z-index: 10 !important;
}

.zi_u50 {
  z-index: 50 !important;
}

.zi_u100 {
  z-index: 100 !important;
}

.zi_u500 {
  z-index: 500 !important;
}

.zi_u999 {
  z-index: 999 !important;
}

/**********************************************************************
/ ページネーションcss
**********************************************************************/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-link {
  border: none;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0px !important;
}
.pagination span, .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 35px;
  margin: 7px;
  text-align: center;
  text-decoration: none;
  vertical-align: text-top;
}
.pagination a {
  font-size: 1rem;
  transition: all linear 0.2s;
  color: #000;
  background: none;
}
.pagination a:hover {
  color: #fff;
  background-color: #02764F;
  transition: all linear 0.2s;
}
.pagination .dot {
  border: none;
  user-select: none;
}
.pagination .current {
  color: #ffffff;
  border-color: #02764F;
  background-color: #02764F;
  font-size: 0.9rem;
  user-select: none;
}

.pagination a.first,
.pagination a.prev,
.pagination a.next,
.pagination a.last {
  font-size: 1.3rem;
  line-height: 33px;
}

.pagination span.page_num {
  display: none;
}

/**********************************************************************
/ ページャーcss
**********************************************************************/
.pager {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.pager a {
  display: block;
  font-size: 1rem;
  transition: all linear 0.2s;
  color: #000000;
  text-decoration: underline;
}
.pager a[href]:hover {
  text-decoration: none;
  opacity: 0.7;
}

.bread_wrap {
  background: #fff;
}

.bread {
  display: flex;
  padding: 1rem 80px;
  flex-wrap: wrap;
}
.bread li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.2;
}
.bread li::after {
  content: "";
  display: block;
  content: "＞";
  color: #999999;
  margin: 0 0.8rem 2px 1rem;
}
.bread li a {
  font-size: 1rem;
  transition: all linear 0.2s;
  color: #999999;
}
.bread li a:hover {
  color: #02764F;
  transition: all linear 0.2s;
}
.bread li:last-child::after {
  display: none;
}

@media screen and (max-width: 640px) {
  .bread {
    padding: 1rem 2rem;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc-inline {
  display: inline !important;
}

.sp-inline {
  display: none !important;
}

html,
body {
  font-size: 14px;
}
@media (max-width: 1040px) {
  html,
  body {
    font-size: 1.4vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
body .ming {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}
body .gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
body .noto {
  font-family: "Noto Sans JP", sans-serif;
}
body .mont {
  font-family: "Montserrat", sans-serif;
}
body header {
  position: relative;
}
body header.scrolled .items {
  background-color: rgba(241, 241, 234, 0.7);
  transition: all linear 0.2s;
}
body header .items {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transition: all linear 0.2s;
  z-index: 999;
}
body header .items .header_logo {
  width: 260px;
  margin: 0 auto;
  padding: 1rem 0;
}
body header .items .menu_wrapper {
  width: 100%;
  background: #02764F;
}
body header .items .menu_wrapper .nav {
  max-width: 1040px;
  margin: 0 auto;
}
body header .items .menu_wrapper .nav .menu-header_menu-container {
  width: 100%;
}
body header .items .menu_wrapper .nav .menu-header_menu-container .menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}
body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item {
  border-left: solid 1px #fff;
  width: 100%;
}
body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item:last-of-type {
  border-right: solid 1px #fff;
}
body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item > a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 0.6rem 0;
}
body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item > a:hover {
  color: #F6A101;
}
body header .vi_wrapper {
  position: relative;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide {
  position: relative;
  padding-top: 2.5rem;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .slide_item {
  margin: 0 1.5rem;
  opacity: 0.5;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .slick-center {
  opacity: 1;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .prev-arrow,
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .next-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 3%;
  z-index: 100;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .prev-arrow {
  left: 23.5%;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .next-arrow {
  right: 23.5%;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 1rem;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .slick-dots li {
  margin: 0 0.5rem;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .slick-dots li button:before {
  content: "";
  background: url("../img/btn_01.png") no-repeat;
  background-size: contain !important;
  width: 12px;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .slick-dots li.slick-active button:before {
  content: "";
  background: url("../img/btn_02.png") no-repeat;
  background-size: contain !important;
  width: 12px;
}
body .content_wrap.contact_wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0.5em 2rem;
}
body .content_wrap.jword-search-box {
  margin: 0 auto;
  padding-top: 1rem;
  width: 90%;
  text-align: center;
}
body .content_wrap.jword-search-box .jword-search-box__form {
  width: 600px;
  margin: 0 auto;
}
body .content_wrap.jword-search-box .jword-search-box__title {
  float: left;
  margin-right: 1rem;
}
body .content_wrap.jword-search-box .jword-search-box__text {
  float: left;
  width: 400px;
  border: 1px solid lightgrey;
}
body .content_wrap.jword-search-box .jword-search-box__btn {
  background-color: #02764F;
  color: white;
  font-weight: bold;
  padding: 0 2rem;
}
body .content_wrap .inner {
  padding: 3rem 2rem;
}
body .content_wrap .inner .contents_wide {
  margin: 0 auto;
}
body .content_wrap .inner .contents_wide.contents_wide_s {
  max-width: 840px;
}
body .content_wrap .inner .contents_wide.contents_wide_m {
  max-width: 980px;
}
body .content_wrap .inner .contents_wide.contents_wide_l {
  max-width: 1040px;
}
body .content_wrap .inner h2.contents_title.contents_title_01,
body .content_wrap .inner h3.contents_title.contents_title_01,
body .content_wrap .inner h4.contents_title.contents_title_01,
body .content_wrap .inner h5.contents_title.contents_title_01,
body .content_wrap .inner h6.contents_title.contents_title_01 {
  font-weight: bold;
  color: #000000;
  font-size: 1.2rem;
  background: #02764F;
  margin-bottom: 0;
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 10px 10px 0 0;
}
body .content_wrap .inner h2.contents_title.contents_title_01 img,
body .content_wrap .inner h3.contents_title.contents_title_01 img,
body .content_wrap .inner h4.contents_title.contents_title_01 img,
body .content_wrap .inner h5.contents_title.contents_title_01 img,
body .content_wrap .inner h6.contents_title.contents_title_01 img {
  max-width: 20px;
  margin-right: 1rem;
  vertical-align: middle;
}
body .content_wrap .inner h2.contents_title.contents_title_02,
body .content_wrap .inner h3.contents_title.contents_title_02,
body .content_wrap .inner h4.contents_title.contents_title_02,
body .content_wrap .inner h5.contents_title.contents_title_02,
body .content_wrap .inner h6.contents_title.contents_title_02 {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
body .content_wrap .inner .news_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 1.5rem;
  border: 1px solid #F1F1F1;
}
body .content_wrap .inner .news_list.news_list_01 a {
  width: 48%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  padding: 2rem 0.3rem;
  border-bottom: solid 1px #d1d1d1;
}
body .content_wrap .inner .news_list.news_list_01 a:nth-child(5) {
  border-bottom: 0;
}
body .content_wrap .inner .news_list.news_list_01 a:nth-child(6) {
  border-bottom: 0;
}
body .content_wrap .inner .news_list.news_list_01 a .date {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  margin-right: 2rem;
  margin-top: 0.1rem;
  color: #666666;
}
body .content_wrap .inner .news_list.news_list_01 a .title {
  color: #02764F;
  font-weight: bold;
}
body .content_wrap .inner .news_list.news_list_02 a {
  width: 48%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  padding: 2rem 0.3rem;
  border-bottom: solid 1px #d1d1d1;
}
body .content_wrap .inner .news_list.news_list_02 a:nth-child(5) {
  border-bottom: 0;
}
body .content_wrap .inner .news_list.news_list_02 a:nth-child(6) {
  border-bottom: 0;
}
body .content_wrap .inner .news_list.news_list_02 a .thm {
  width: 22%;
}
body .content_wrap .inner .news_list.news_list_02 a .contents {
  width: 78%;
  padding-left: 1rem;
}
body .content_wrap .inner .news_list.news_list_02 a .contents .name {
  color: #666666;
}
body .content_wrap .inner .news_list.news_list_02 a .contents .name img {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
body .content_wrap .inner .news_list.news_list_02 a .contents .title {
  color: #02764F;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
body .content_wrap .inner .news_list.news_list_02 a .contents .date {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  color: #666666;
}
body .content_wrap .inner .article_detail .ttl .date {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #999999;
  margin-bottom: 0.5rem;
}
body .content_wrap .inner .article_detail .ttl h2 {
  width: 100%;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 1.8rem;
  line-height: 1.6;
}
body .content_wrap .inner .article_detail .artcle h3 {
  font-size: 1.2rem;
  padding: 0 1rem;
  border-left: 4px solid #02764F;
  color: #02764F;
  font-weight: bold;
}
body .content_wrap .inner .article_detail .artcle a {
  color: #02764F;
  text-decoration: underline;
}
body .content_wrap .inner .article_detail .artcle a:hover {
  text-decoration: none;
}
body .content_wrap .inner .shop_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 1.5rem;
  width: 100%;
  margin-bottom: 4.5rem;
}
body .content_wrap .inner .shop_list:last-of-type {
  margin-bottom: 0;
}
body .content_wrap .inner .shop_list .shoptitle {
  width: 100%;
  font-size: 1.7rem;
  margin-bottom: 2.5rem;
}
body .content_wrap .inner .shop_list .shop_item {
  width: 48%;
}
body .content_wrap .inner .shop_list .shop_item a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
body .content_wrap .inner .shop_list .shop_item a .thm {
  width: 12%;
}
body .content_wrap .inner .shop_list .shop_item a .contents {
  width: 88%;
  padding-left: 1rem;
  position: relative;
}
body .content_wrap .inner .shop_list .shop_item a .contents .title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #02764F;
  padding-right: 3rem;
  line-height: 1.4;
}
body .content_wrap .inner .shop_list .shop_item a .contents .ar {
  font-size: 1rem;
  font-weight: bold;
  color: #02764F;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
body .content_wrap .inner .shop_list .shop_item .tail .add {
  text-align: center;
  padding: 0.5rem 0 1rem 0;
  color: #666666;
}
body .content_wrap .inner .shop_list .shop_item .tail .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
body .content_wrap .inner .shop_list .shop_item .tail .btn_wrap a {
  width: 49%;
  padding: 0.4rem 1rem;
  display: flex;
  justify-content: center;
  color: #F6A101;
  border: solid 1px #F6A101;
  border-radius: 5px;
}
body .content_wrap .inner .shop_list .shop_item .tail .btn_wrap a:hover {
  color: #fff;
  background: #F6A101;
}
body .content_wrap .inner .contact h1 {
  background-color: #ddd;
  padding: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: solid lightgreen;
}
body .content_wrap .inner .contact h2 {
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: solid #27ae60;
}
body .content_wrap .inner .contact h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: bold;
}
body .content_wrap .inner .contact form {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
body .content_wrap .inner .contact form .form-group label {
  font-weight: normal;
  margin-bottom: 0;
}
body .content_wrap .inner .contact .ad-li01 {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
  border-left-color: #f0ad4e;
}
body .content_wrap .inner .contact .ad-li02 {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
  border-left-color: #5bc0de;
}
body .content_wrap .inner .contact table {
  padding: 0.75rem;
}
body .content_wrap .inner .contact table th,
body .content_wrap .inner .contact table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
body .content_wrap .inner .contact .user,
body .content_wrap .inner .contact .admin {
  padding: 1rem;
}
body .content_wrap .inner .contact .user .date,
body .content_wrap .inner .contact .admin .date {
  display: block;
  margin-bottom: 0.5rem;
  color: #c0c0c0;
}
body .content_wrap .inner .contact .user {
  max-width: 80%;
  margin-left: auto;
  background: rgb(245, 245, 245);
}
body .content_wrap .inner .contact .admin {
  background: rgba(0, 128, 0, 0.1);
}
body .content_wrap .inner .f_bnr {
  max-width: 420px;
  margin: 0 auto;
}
body .content_wrap .inner .topics_wrap .content a {
  color: #1a73e8;
}
body .content_wrap .inner .topics_wrap .content a:hover {
  text-decoration: underline solid 1px;
  text-underline-offset: 0.25em;
}
body .content_wrap .inner ul.breadcrumb {
  display: block;
  background-color: #F1F1F1;
}
body .content_wrap .inner ul.breadcrumb li {
  display: inline-block;
}
body .content_wrap .inner ul.breadcrumb li a {
  display: inline-block;
  margin-right: 1em;
  text-decoration: underline;
}
body .content_wrap .inner ul.breadcrumb li a:hover {
  text-decoration: none;
}
body .content_wrap .inner ul.breadcrumb li:after {
  content: ">";
  margin: 0 1em;
}
body .content_wrap .inner ul.breadcrumb li:last-child:after {
  content: "";
}
body .content_wrap .inner .shop_prof .shop_name {
  color: #02764F;
  font-weight: bold;
  font-size: 1.2em;
}
body .content_wrap .inner .shop_prof .shop_name img {
  margin-right: 1em;
}
body .content_wrap .inner .shop_prof .shop_spec table {
  width: 100%;
}
body .content_wrap .inner .shop_prof .shop_spec table tr td,
body .content_wrap .inner .shop_prof .shop_spec table tr th {
  padding: 1em 0.5em;
}
body .content_wrap .inner .shop_prof .btn_wrap a {
  width: auto;
  padding: 0.4rem 1rem;
  display: inline-block;
  justify-content: center;
  color: #F6A101;
  border: solid 1px #F6A101;
  border-radius: 5px;
}
body .content_wrap .inner .shop_prof .btn_wrap a:hover {
  color: #fff;
  background: #F6A101;
}
body .content_wrap .inner .shop_con_wrap img {
  width: auto;
  max-height: 73px;
}
body .content_wrap .inner .shop_content_box {
  border: 1px solid #02764F;
}
body .content_wrap .inner .shop_content_box a:hover {
  opacity: 0.7;
}
body .content_wrap .inner .shop_content_box a.btn-green-gradient {
  width: 90%;
  max-width: 600px;
  padding: 1rem 0;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.12rem;
  color: #fff;
  background-image: linear-gradient(90deg, rgb(4, 64, 26), rgb(144, 245, 154));
  border-color: #fff;
}
body .content_wrap .inner .shop_content_box a.btn-green-gradient:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(https://i-cafe.ne.jp/wp/wp-content/themes/kaji-icafe/img/arrow-right.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
body .content_wrap .inner .shop_content_box .btn_wrap a {
  width: auto;
  padding: 0.4rem 0;
  display: block;
  justify-content: center;
  color: #F6A101;
  border: solid 1px #F6A101;
  border-radius: 5px;
}
body .content_wrap .inner .shop_content_box .btn_wrap a:hover {
  color: #fff;
  background: #F6A101;
}
body .content_wrap .inner .shop_content_box ul.shop_content_wrap li {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.25em;
  background-color: #F6A101;
  color: white;
}
body .content_wrap .inner .shop_content_box .food_nav {
  overflow: hidden;
}
body .content_wrap .inner .shop_content_box .food_nav a {
  width: auto;
  padding: 0.4rem 3rem;
  display: block;
  color: #F6A101;
  border: solid 1px #F6A101;
  border-radius: 5px;
  float: left;
  margin-right: 1em;
}
body .content_wrap .inner .shop_content_box .food_nav a:hover {
  color: #fff;
  background: #F6A101;
}
body .content_wrap .inner .shop_content_box .food_content .title {
  font-size: 1.2em;
  font-weight: bold;
  color: #02764F;
  margin-top: 1rem;
  padding: 0.5em;
  text-align: center;
  background-color: #F1F1F1;
}
body .content_wrap .inner .shop_content_box .food_content .image {
  text-align: center;
  padding: 0.5em;
}
body .content_wrap .inner .shop_content_box ul.shop_rental_wrap li {
  border-bottom: 1px dotted #F1F1F1;
  margin-bottom: 1em;
}
body .content_wrap .inner .shop_content_box ul.shop_rental_wrap li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
body .content_wrap .inner .shop_content_box .lightbox_wrap {
  display: flex;
  flex-wrap: wrap;
}
body .content_wrap .inner .shop_content_box .lightbox_wrap a {
  display: block;
  width: 18%;
  margin: 0.25em 1%;
}
body .content_wrap .inner .shop_content_box .lightbox_wrap a img {
  width: 100%;
  height: auto;
}
body .content_wrap .inner .shop_price_list {
  border: solid 1px #02764F;
  padding: 1rem;
}
body .content_wrap .inner .comic_wrap {
  padding: 1rem;
}
body .content_wrap .inner .comic_wrap .comic_tokuBanner {
  text-align: center;
}
body .content_wrap .inner .comic_wrap .comic_tokuBanner strong {
  display: block;
}
body .content_wrap .inner .comic_wrap .bookList {
  display: flex;
  flex-wrap: wrap;
}
body .content_wrap .inner .comic_wrap .bookList .item {
  text-align: center;
  justify-content: center;
  width: 33.33333%;
  padding: 1rem;
}
body .content_wrap .inner .comic_wrap .comic_toku_etc {
  display: flex;
  flex-wrap: wrap;
}
body .content_wrap .inner .comic_wrap .comic_toku_etc a {
  display: block;
  justify-content: center;
  width: 50%;
  padding: 0.5em;
}
body .content_wrap .inner .search_wrap_area table td form {
  display: inline-block;
}
body .content_wrap .inner .search_wrap_area table td form button {
  width: auto;
  padding: 0.4rem 1rem;
  display: inline-block;
  justify-content: center;
  color: #F6A101;
  border: solid 1px #F6A101;
  border-radius: 5px;
}
body .content_wrap .inner .search_wrap_area table td form button:hover {
  color: #fff;
  background: #F6A101;
}
body .content_wrap .inner .search_wrap_contents button {
  width: 100%;
  padding: 0.4rem 1rem;
  display: inline-block;
  justify-content: center;
  color: #F6A101;
  border: solid 1px #F6A101;
  border-radius: 5px;
}
body .content_wrap .inner .search_wrap_contents button:hover {
  color: #fff;
  background: #F6A101;
}
body .content_wrap .inner .contact_lst a {
  margin: 0 0.5em 0.5em 0;
  width: auto;
  padding: 0.4rem 1rem;
  display: inline-block;
  justify-content: center;
  color: #F6A101;
  border: solid 1px #F6A101;
  border-radius: 5px;
}
body .content_wrap .inner .contact_lst a:hover {
  color: #fff;
  background: #F6A101;
}
body .content_wrap .inner .qa_contents .q_index a {
  margin: 0 0.5em 0.5em 0;
  width: auto;
  padding: 0.4rem 1rem;
  display: inline-block;
  justify-content: center;
  color: #F6A101;
  border: solid 1px #F6A101;
  border-radius: 5px;
}
body .content_wrap .inner .qa_contents .q_index a:hover {
  color: #fff;
  background: #F6A101;
}
body .content_wrap .inner .qa_contents .qa_box {
  margin-bottom: 1em;
}
body .content_wrap .inner .qa_contents .qa_box .question {
  font-weight: bold;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
body .content_wrap .inner .qa_contents .qa_box .answer {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
body footer .inner {
  padding: 3rem 0;
}
body footer .inner nav .menu-footer_menu-container {
  width: 100%;
}
body footer .inner nav .menu-footer_menu-container .menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
body footer .inner nav .menu-footer_menu-container .menu li a {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  padding: 0 1.5rem;
  text-decoration: underline;
}
body footer .inner nav .menu-footer_menu-container .menu li a:hover {
  text-decoration: none;
}
body footer .inner .copy {
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
}
body .table th {
  color: #02764F;
  padding: 1.3rem 2rem;
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
  font-size: 1rem;
  width: 28%;
}
body .table td {
  padding: 1.3rem 1rem;
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
  font-size: 1rem;
}
body .table.table_2 td,
body .table.table_2 th {
  border: 1px solid #a9c392;
}
body .table.table_2 td a,
body .table.table_2 th a {
  color: #02764F;
  text-decoration: underline;
}
body .table.table_2 td a:hover,
body .table.table_2 th a:hover {
  text-decoration: none;
}
body .table.table_2 thead,
body .table.table_2 tbody {
  border: solid 2px #a9c392;
}
body .tab_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin: 3rem 0 1rem;
  width: 100%;
  border-bottom: 1px solid #02764F;
}
body .tab_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 2rem;
  border: 1px solid #02764F;
  background-color: #ffffff;
  color: #02764F;
  margin-bottom: -1px;
  border-radius: 5px 5px 0 0;
}
body .tab_list a.active {
  color: #ffffff;
  background-color: #02764F;
}
body .tab_list a:hover {
  color: #ffffff;
  background: #02764F;
}
body .nav-tabs {
  border-color: #02764F;
}
body .nav-tabs .nav-link {
  border: solid 1px #02764F;
  color: #02764F;
  font-weight: bold;
  font-size: 1.2rem;
}
body .nav-tabs .active {
  background: #02764F;
  color: #ffffff;
}
body .box_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
body .box_list.box_2 > * {
  width: calc(50% - 0.5rem);
  margin-left: 1rem;
}
body .box_list.box_2 > *:nth-child(2n+1) {
  margin-left: 0;
}
body .box_list.box_2 > *:nth-child(n+3) {
  margin-top: 1rem;
}
body .box_list.box_2.flex-row-reverse > * {
  width: calc(50% - 1.5rem);
  margin-right: 3rem;
  margin-left: 0;
}
body .box_list.box_2.flex-row-reverse > *:nth-child(2n+1) {
  margin-right: 0;
}
body .box_list.box_3 > * {
  width: calc(33.3333% - 1rem);
  margin-left: 1.5rem;
}
body .box_list.box_3 > *:nth-child(3n+1) {
  margin-left: 0;
}
body .box_list.box_3 > *:nth-child(n+4) {
  margin-top: 1.5rem;
}
body .box_list.box_4 > * {
  width: calc(25% - 1.125rem);
  margin-left: 1.5rem;
}
body .box_list.box_4 > *:nth-child(4n+1) {
  margin-left: 0;
}
body .box_list.box_4 > *:nth-child(n+5) {
  margin-top: 4.5rem;
}
body .box_list.box_6 > * {
  width: calc(16.6666% - 1.25rem);
  margin-left: 1.5rem;
}
body .box_list.box_6 > *:nth-child(6n+1) {
  margin-left: 0;
}
body .box_list.box_6 > *:nth-child(n+7) {
  margin-top: 0.5rem;
}
body .overlay_box li a {
  display: block;
  transition: 0.3s;
  position: relative;
}
body .overlay_box li a:hover {
  opacity: 0.8;
}
body .overlay_box li a .contents {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
}
body .overlay_box li a .contents .contents_inr {
  padding: 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
}
body .overlay_box li a .contents .contents_inr .cat {
  font-size: 0.8rem;
  color: #02764F;
  border: solid 1px #02764F;
  border-radius: 999px;
  padding: 0.4rem 1.5rem;
}
body .overlay_box li a .contents .contents_inr .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #02764F;
  margin: 0 1.4rem;
}
body .overlay_box li a .contents .contents_inr .txt {
  font-size: 1.1rem;
}
body .boder_box li {
  margin-bottom: 1.5rem;
}
body .boder_box li .ttl {
  color: #02764F;
  font-weight: bold;
  font-size: 1.2rem;
  background: #F3F3F3;
  padding: 1rem;
  border-top: 3px solid #02764F;
}
body .boder_box li .txt {
  padding: 1rem;
}
body .pour_box {
  overflow: hidden;
}
body .pour_box img {
  width: 45%;
}
body .pour_box .left {
  float: left;
  margin-right: 2rem;
}
body .pour_box .right {
  float: right;
  margin-left: 2rem;
}
body .pour_box .slide {
  width: 45%;
}
body .rugimage_textarea .image {
  margin-bottom: -10%;
}
body .rugimage_textarea .txt {
  position: relative;
  background-color: rgba(15, 18, 84, 0.9);
  padding: 3rem 1.5rem;
}
body .more_link {
  display: flex;
  flex-wrap: row;
  flex-direction: nowrap;
  justify-content: center;
  align-items: center;
}
body .more_link a {
  position: relative;
  padding: 1rem;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}
body .more_link.main a {
  border: 1px solid #000;
  color: #ffffff;
  background: #000;
  width: 350px;
}
body .more_link.main a .arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}
body .more_link.main a:hover {
  color: #000000;
  background: #ffffff;
}
body .more_link.sub a {
  border: 1px solid #F6A101;
  color: #ffffff;
  background: #F6A101;
  width: 350px;
}
body .more_link.sub a .arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}
body .more_link.sub a:hover {
  color: #F6A101;
  background: #ffffff;
}
body .bg_img {
  background-position: center;
  background-size: cover !important;
  width: 100%;
}
body .bg_img.thin {
  padding-top: 30%;
}
body .bg_img.thumb {
  padding-top: 62.5%;
}
body .bg_img.thick {
  padding-top: 75%;
}
body .bg_img.square {
  padding-top: 100%;
}
body .b_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .b-top-min {
  position: relative;
}
body .b-top-min:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  /*線の上下位置*/
  display: inline-block;
  width: 60px;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: black;
  /*線の色*/
}
body .op_bg {
  display: block;
  transition: 0.3s;
}
body .op_bg:hover {
  opacity: 0.7;
}
body .map {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
body .map iframe,
body .map object,
body .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .mw_wp_form form {
  max-width: 840px;
  margin: 0 auto;
  padding: 2rem;
}
body .mw_wp_form form .form_half {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body .mw_wp_form form .form_half > div {
  width: calc(50% - 0.5rem);
}
body .mw_wp_form form .form-control {
  border: none;
  background: #f3f3f3;
  border-radius: 0;
  padding: 0.8rem 1rem;
  height: auto;
}
body .mw_wp_form form .form_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-top: solid 1px #e6e6e6;
}
body .mw_wp_form form .form_item:last-child {
  border-bottom: solid 1px #e6e6e6;
}
body .mw_wp_form form label {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  width: 100%;
}
body .mw_wp_form form input {
  font-size: 16px;
}
body .mw_wp_form form input[type=submit] {
  font-family: "Lato", sans-serif;
  width: 350px;
  padding: 1.2rem;
  color: #ffffff;
  background-color: #000000;
  border: solid 1px #000000;
  letter-spacing: 0.2rem;
}
body .mw_wp_form form input[type=submit]:hover {
  background: #ffffff;
  color: #000000;
}
body .modal {
  padding-right: 0px !important;
}
body.modal-open {
  padding-right: 0px !important;
}