@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: none !important;
}

.sp {
  display: block !important;
}

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

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

html, body {
  font-size: 3.8vw;
}

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 .items {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0rem 1rem;
}
body header .items .header_logo {
  width: 90%;
}
body header .items .header_logo img {
  width: 100%;
}
body header .items .menu_wrapper.open .nav {
  right: 0;
  opacity: 1;
}
body header .items .menu_wrapper.open .toggle_btn {
  top: 20px;
  right: 54.5%;
}
body header .items .menu_wrapper.open .toggle_btn span {
  background-color: #fff;
}
body header .items .menu_wrapper.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
body header .items .menu_wrapper.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
body header .items .menu_wrapper.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(315deg);
  transform: translateY(-13px) rotate(315deg);
}
body header .items .menu_wrapper.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}
body header .items .menu_wrapper .nav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 70%;
  padding: 5rem 1rem;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
  margin-right: 0;
}
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: column;
  justify-content: flex-end;
  align-items: center;
}
body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item {
  position: static;
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item a {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 1.1rem 0;
  color: #02764F;
}
body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item:nth-child(n+2) {
  margin-left: 0;
  border-top: 1px solid #02764F;
}
body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item .sub-menu {
  position: static;
  bottom: auto;
  left: auto;
  width: 100%;
  height: auto;
  opacity: 1;
  transform: translate(0, 0);
  display: none;
}
body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item .sub-menu li a {
  position: static;
  display: block;
}
body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item .sub-menu li a::after {
  display: none;
}
body header .items .menu_wrapper .toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 0;
  width: 100px;
  height: 100px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
  background: #02764F;
}
body header .items .menu_wrapper .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #ffffff;
  transition: all 0.5s;
}
body header .items .menu_wrapper .toggle_btn span:nth-child(1) {
  top: 25px;
  left: 25px;
}
body header .items .menu_wrapper .toggle_btn span:nth-child(2) {
  top: 38px;
  left: 25px;
}
body header .items .menu_wrapper .toggle_btn span:nth-child(3) {
  bottom: 44px;
  left: 25px;
}
body header .items .menu_wrapper .toggle_btn p {
  position: absolute;
  font-size: 0.8rem;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: auto;
}
body header .items .menu_wrapper #mask {
  display: none;
  transition: all 0.3s;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide {
  position: relative;
  padding-top: 2rem;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .slide_item {
  margin: 0 0.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: 6%;
  z-index: 100;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .prev-arrow {
  left: 7%;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .next-arrow {
  right: 7%;
}
body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 0.5rem;
}
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: 18px;
}
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: 18px;
}
body .content_wrap .inner {
  padding: 1.5rem 0;
}
body .content_wrap .inner .contents_wide {
  max-width: 100%;
  margin: 0 2rem;
}
body .content_wrap .inner .contents_wide.contents_wide_s {
  max-width: 100%;
}
body .content_wrap .inner .contents_wide.contents_wide_m {
  max-width: 100%;
}
body .content_wrap .inner .contents_wide.contents_wide_l {
  max-width: 100%;
}
body .content_wrap .inner .contents_wide .shop_content_box a.btn-green-gradient {
  font-size: 1.6rem;
}
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.125rem;
  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: 100%;
  width: 6.5%;
  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.3rem;
  margin-bottom: 4rem;
  line-height: 1.6;
}
body .content_wrap .inner .news_list {
  display: block;
  padding: 0;
}
body .content_wrap .inner .news_list.news_list_01 a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  padding: 1.5rem 0.3rem;
  border-bottom: solid 1px #d1d1d1;
}
body .content_wrap .inner .news_list.news_list_01 a:nth-child(5) {
  border-bottom: solid 1px #d1d1d1;
}
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.85rem;
}
body .content_wrap .inner .news_list.news_list_02 a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  padding: 1.5rem 0.3rem;
  border-bottom: solid 1px #d1d1d1;
}
body .content_wrap .inner .news_list.news_list_02 a:nth-child(5) {
  border-bottom: solid 1px #d1d1d1;
}
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: 25%;
}
body .content_wrap .inner .news_list.news_list_02 a .contents {
  width: 75%;
  padding-left: 1rem;
}
body .content_wrap .inner .news_list.news_list_02 a .contents .name {
  margin-bottom: 0.5rem;
}
body .content_wrap .inner .news_list.news_list_02 a .contents .name img {
  width: 20%;
  margin-bottom: 0;
  vertical-align: middle;
}
body .content_wrap .inner .news_list.news_list_02 a .contents .title {
  line-height: 1.4;
  margin-bottom: 0.3rem;
}
body .content_wrap .inner .news_list.news_list_02 a .contents .date {
  font-size: 0.85rem;
}
body .content_wrap .inner .shop_list {
  display: block;
  padding: 0;
  margin-bottom: 4rem;
}
body .content_wrap .inner .shop_list:last-of-type {
  margin-bottom: 0;
}
body .content_wrap .inner .shop_list .shoptitle {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
body .content_wrap .inner .shop_list .shop_item {
  width: 100%;
  margin-bottom: 3rem;
}
body .content_wrap .inner .shop_list .shop_item:last-of-type {
  margin-bottom: 0;
}
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.6;
}
body .content_wrap .inner .shop_list .shop_item a .contents .ar {
  font-size: 0.9rem;
  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.5rem 1rem;
}
body .content_wrap .inner .f_bnr {
  max-width: 100%;
  margin: 0 auto;
}
body .content_wrap .inner .comic_wrap .bookList .item {
  width: 50%;
}
body footer .inner {
  padding: 3rem 2rem;
}
body footer .inner nav .menu-footer_menu-container {
  width: 100%;
}
body footer .inner nav .menu-footer_menu-container .menu {
  display: block;
  margin-bottom: 2rem;
}
body footer .inner nav .menu-footer_menu-container .menu li {
  margin-bottom: 1rem;
}
body footer .inner nav .menu-footer_menu-container .menu li a {
  font-size: 0.9rem;
  padding: 0;
}
body footer .inner .copy {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
body .table th {
  padding: 1.3rem 1rem;
}
body .table td {
  padding: 1.3rem 1rem;
}
body .tab_list {
  flex-wrap: wrap;
  justify-content: space-between;
}
body .tab_list a {
  width: calc(33.3% - 0rem);
  padding: 0.5rem 0.5rem;
  text-align: center;
  font-size: 0.9rem;
  margin-right: 0;
}
body .box_list {
  width: 100%;
}
body .box_list.box_2.flex-row-reverse > * {
  width: 100%;
  margin-right: 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% - 0.3333333333rem);
  margin-left: 0.5rem;
}
body .box_list.box_3 > *:nth-child(3n+1) {
  margin-left: 0;
}
body .box_list.box_3 > *:nth-child(n+4) {
  margin-top: 1rem;
}
body .box_list.box_4 > * {
  width: calc(50% - 0.75rem);
}
body .box_list.box_4 > *:nth-child(4n+1) {
  margin-left: 1rem;
}
body .box_list.box_4 > *:nth-child(2n+1) {
  margin-left: 0;
}
body .box_list.box_4 > *:nth-child(n+5) {
  margin-top: 0;
}
body .box_list.box_4 > *:nth-child(n+3) {
  margin-top: 3rem;
}
body .box_list.box_6 > * {
  width: calc(50% - 0.75rem);
}
body .box_list.box_6 > *:nth-child(4n+1) {
  margin-left: 1rem;
}
body .box_list.box_6 > *:nth-child(2n+1) {
  margin-left: 0;
}
body .box_list.box_6 > *:nth-child(n+5) {
  margin-top: 0;
}
body .box_list.box_6 > *:nth-child(n+3) {
  margin-top: 1.5rem;
}
body .overlay_box li a .contents .contents_inr {
  padding: 0.8rem 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.2rem 1.5rem;
}
body .overlay_box li a .contents .contents_inr .ttl {
  width: 50%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #02764F;
  margin: 0 0 0 1rem;
  padding-top: 0;
}
body .overlay_box li a .contents .contents_inr .txt {
  font-size: 1rem;
  width: 100%;
  margin-top: 0.5rem;
}
body .pour_box .left, body .pour_box .right {
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  width: 100%;
}
body .more_link a {
  font-size: 1rem;
}
body .more_link.main a {
  width: 100%;
}
body .more_link.sub a {
  width: 100%;
}
body .map {
  padding-bottom: 80%;
}
body .mw_wp_form {
  width: 100%;
}
body .mw_wp_form form .form_half > div {
  width: 100%;
}
body .mw_wp_form form .form_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 0 1.5rem 0;
}
body .mw_wp_form form .form-control {
  padding: 0.8rem;
}
body .mw_wp_form form label {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  width: 100%;
}
body .mw_wp_form form input {
  font-size: 1rem;
}
body .mw_wp_form form input[type=submit] {
  width: 100%;
}