@charset "UTF-8";
/** base **/
* {
  padding: 0;
  margin: 0;
  outline: 0;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
em {
  font-style: normal;
  word-wrap: break-word;
  word-break: normal;
  font-weight: normal;
}

ul,
li {
  list-style-type: none;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

section,
article,
nav,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main {
  display: block;
}

input::-moz-placeholder {
  font-weight: 400;
  opacity: 0.8;
}

input::placeholder {
  font-weight: 400;
  opacity: 0.8;
}

/*display*/
.ib {
  display: inline-block;
}

.link {
  color: #1d3d93;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: inline;
  }
}

/*link*/
a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.8;
}

a.link_text {
  text-decoration: underline;
  color: #2d6601;
}

a.link_pdf {
  text-decoration: underline;
  color: #2d6601;
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
a.link_pdf::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_pdf_g.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
a.link_pdf.box {
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  padding: 8px;
  padding-left: 40px;
  background: #f6f6f6;
  text-decoration: none;
  margin-bottom: 8px;
  transition: 0.25s;
}
a.link_pdf.box::before {
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
a.link_pdf.box:hover {
  background: #fff;
}

a.link_blank {
  display: inline-block;
  border: 1px solid #7b7b7b;
  border-radius: 5px;
  padding: 5px 45px 5px 15px;
  color: #2f471c;
  position: relative;
}
@media (max-width: 767px) {
  a.link_blank {
    padding: 7px 45px 7px 15px;
    line-height: 1.4em;
  }
}
a.link_blank::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_blank_gr.svg) no-repeat;
}

/*box-sizing*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit] {
  cursor: pointer;
  border: 0;
}

.f11 {
  font-size: 0.7rem;
}
.f11 * {
  font-size: 1em;
}

.f12 {
  font-size: 0.77rem;
}
.f12 * {
  font-size: 1em;
}

.f13 {
  font-size: 0.82rem;
}
.f13 * {
  font-size: 1em;
}

.f14 {
  font-size: 0.88rem;
}
.f14 * {
  font-size: 1em;
}

.f15 {
  font-size: 0.94rem;
}
.f15 * {
  font-size: 1em;
}

.f16 {
  font-size: 1rem;
}
.f16 * {
  font-size: 1em;
}

.f17, #selected-date {
  font-size: 1.08rem;
}
.f17 *, #selected-date * {
  font-size: 1em;
}

.f18 {
  font-size: 1.13rem;
}
.f18 * {
  font-size: 1em;
}

.f20 {
  font-size: 1.25rem;
}
.f20 * {
  font-size: 1em;
}

.f22 {
  font-size: 1.35rem;
}
.f22 * {
  font-size: 1em;
}

.f24 {
  font-size: 1.5rem;
}
.f24 * {
  font-size: 1em;
}

.f26 {
  font-size: 1.63rem;
}
.f26 * {
  font-size: 1em;
}

.f30 {
  font-size: 1.9rem;
}
.f30 * {
  font-size: 1em;
}

.f32 {
  font-size: 2rem;
}
.f32 * {
  font-size: 1em;
}

.f42 {
  font-size: 2.63rem;
}
.f42 * {
  font-size: 1em;
}

.f52 {
  font-size: 3.25rem;
}
.f52 * {
  font-size: 1em;
}

@media (max-width: 767px) {
  .f11 {
    font-size: 3.3vw;
  }
  .f11 * {
    font-size: 1em;
  }
  .f12 {
    font-size: 3.3vw;
  }
  .f12 * {
    font-size: 1em;
  }
  .f13 {
    font-size: 3.3vw;
  }
  .f13 * {
    font-size: 1em;
  }
  .f14 {
    font-size: 3.4vw;
  }
  .f14 * {
    font-size: 1em;
  }
  .f15 {
    font-size: 3.5vw;
  }
  .f15 * {
    font-size: 1em;
  }
  .f16 {
    font-size: 3.65vw;
  }
  .f16 * {
    font-size: 1em;
  }
  .f17, #selected-date {
    font-size: 3.8vw;
  }
  .f17 *, #selected-date * {
    font-size: 1em;
  }
  .f18 {
    font-size: 4.1vw;
  }
  .f18 * {
    font-size: 1em;
  }
  .f20 {
    font-size: 4.3vw;
  }
  .f20 * {
    font-size: 1em;
  }
  .f22 {
    font-size: 4.6vw;
  }
  .f22 * {
    font-size: 1em;
  }
  .f24 {
    font-size: 4.8vw;
  }
  .f24 * {
    font-size: 1em;
  }
  .f26 {
    font-size: 5vw;
  }
  .f26 * {
    font-size: 1em;
  }
  .f30 {
    font-size: 5.3vw;
  }
  .f30 * {
    font-size: 1em;
  }
  .f32 {
    font-size: 6vw;
  }
  .f32 * {
    font-size: 1em;
  }
  .f42 {
    font-size: 7vw;
  }
  .f42 * {
    font-size: 1em;
  }
  .f52 {
    font-size: 8vw;
  }
  .f52 * {
    font-size: 1em;
  }
}
.site_wrap {
  overflow-x: hidden;
}

.wrap {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.wrap.w800 {
  width: 800px;
}
.wrap.w1000 {
  width: 1000px;
}
.wrap.w1300 {
  width: 1300px;
}
.wrap.mw100 {
  max-width: 100%;
}

* {
  letter-spacing: 0.05em;
}

body,
select,
textarea,
input,
div,
* {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0.04em;
  color: #333;
}

a {
  color: #333;
}
a:hover {
  color: #555;
}

.bold {
  font-weight: 600;
}

.eng {
  font-family: "outfit";
  font-weight: 700;
}
.eng * {
  font-family: "outfit";
  font-weight: 700;
}

.nomal_font {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

body figure {
  margin: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.red_text, #selected-date span {
  color: #bf0000;
}
.red_text *, #selected-date span * {
  color: #bf0000;
}

.green_text {
  color: #478518;
}
.green_text * {
  color: #478518;
}

p.ontop_content {
  margin-bottom: 35px;
}

#wpadminbar .display-name {
  color: #f0f0f1;
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0 0 5px 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  header .inner .logo_wrap {
    max-width: 45%;
  }
}
header .inner .logo_wrap a {
  display: block;
  padding: 10px 10px 9px 16px;
}
@media (max-width: 767px) {
  header .inner .logo_wrap a {
    padding: 12px 5px 5px 10px;
  }
}
header .inner .header_btns {
  padding: 11px;
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  header .inner .header_btns {
    padding: 11px 0;
    margin-right: 55px;
  }
}
header .inner .header_btns .sub_menu {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .inner .header_btns .sub_menu {
    display: none;
  }
}
header .inner .header_btns .sub_menu li > a {
  display: block;
  padding: 5px 2px 5px 13px;
  position: relative;
  white-space: nowrap;
}
header .inner .header_btns .sub_menu li > a:hover {
  color: #2d6601;
  text-decoration: underline;
}
header .inner .header_btns .sub_menu li + li {
  position: relative;
  padding-left: 10px;
}
header .inner .header_btns .sub_menu li + li::before {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-40%);
  background: #bababa;
}
header .inner .header_btns .sub_menu li .logout {
  margin-right: -5px;
}
header .inner .header_btns .sub_menu li .logout a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  padding-left: 3px;
  letter-spacing: 0;
}
header .inner .header_btns .sub_menu li .logout a::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_logout.svg) no-repeat;
}
header .inner .header_btns .sub_menu li .logout a:hover {
  text-decoration: underline;
  color: #578534;
}
@media (max-width: 767px) {
  header .inner .header_btns .btn_wrap * {
    font-size: 3.8vw;
  }
}
header .inner .header_btns .btn_wrap a {
  display: flex;
  background: #578534;
  border-radius: 3px;
  gap: 5px;
  padding: 5px 15px;
  align-items: center;
  transition: 0.3s;
  white-space: nowrap;
}
@media (max-width: 767px) {
  header .inner .header_btns .btn_wrap a {
    padding: 5px 10px;
    border-radius: 100px;
  }
}
header .inner .header_btns .btn_wrap a:hover {
  background: rgba(87, 133, 52, 0.9);
}
header .inner .header_btns .btn_wrap a .icon {
  width: 22px;
}
header .inner .header_btns .btn_wrap a .icon img {
  vertical-align: text-bottom;
}
header .inner .header_btns .btn_wrap a .text {
  color: #fff;
}
header .inner .header_btns .btn_wrap a .num {
  padding: 2px 10px 3px;
  background: #fff;
  line-height: 1.1em;
  color: #2d6601;
  border-radius: 100px;
}
@media (max-width: 767px) {
  header .inner .header_btns .btn_wrap a .num {
    padding: 2px 7px 3px;
  }
}

.login_user {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.login_user::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  background: url(../images/icon_user.svg) no-repeat;
}
.login_user a {
  display: inline-block;
  padding: 0;
  color: #ef7f27;
  text-decoration: underline;
}
.login_user a:hover {
  opacity: 0.85;
}

.header_menu {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .header_menu {
    position: fixed;
    width: 80%;
    right: -20%;
    z-index: 100;
    background: #fff;
    top: 0;
    height: 100vh;
    padding: 55px 20px 20px 20px;
    border-left: 1px solid #96cd71;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .header_menu.open {
    right: 0;
    opacity: 1;
    pointer-events: all;
  }
}
.header_menu > ul.main_menu {
  width: 780px;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .header_menu > ul.main_menu {
    flex-wrap: wrap;
  }
}
.header_menu > ul.main_menu::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 20px;
  background: #939393;
}
@media (max-width: 767px) {
  .header_menu > ul.main_menu::before {
    display: none;
  }
}
.header_menu > ul.main_menu > li {
  width: 25%;
}
@media (max-width: 1080px) {
  .header_menu > ul.main_menu > li {
    flex-grow: 1;
    width: auto;
  }
}
@media (max-width: 767px) {
  .header_menu > ul.main_menu > li {
    width: 100%;
    border-bottom: 1px solid #578534;
  }
}
.header_menu > ul.main_menu > li > a {
  display: block;
  padding: 3px 5px 20px 5px;
  position: relative;
}
@media (max-width: 767px) {
  .header_menu > ul.main_menu > li > a {
    display: flex;
    padding: 10px 20px 10px 5px;
    gap: 5px;
  }
}
.header_menu > ul.main_menu > li > a .menu_icon,
.header_menu > ul.main_menu > li > a > strong {
  display: block;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .header_menu > ul.main_menu > li > a .menu_icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header_menu > ul.main_menu > li > a .menu_icon img {
  width: 40%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header_menu > ul.main_menu > li > a .menu_icon img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .header_menu > ul.main_menu > li > a .menu_icon {
    width: 30%;
  }
}
.header_menu > ul.main_menu > li > a > strong {
  padding: 2px 0 0 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header_menu > ul.main_menu > li > a > strong {
    width: 70%;
    text-align: left;
  }
}
.header_menu > ul.main_menu > li > a .arrow_icon {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background: url(../images/icon_arrow_s_gr.svg);
  transition: 0.3s;
  z-index: 10;
}
@media (max-width: 767px) {
  .header_menu > ul.main_menu > li > a .arrow_icon {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 5px;
  }
}
.header_menu > ul.main_menu > li > a::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 20px;
  background: #939393;
  z-index: 5;
}
@media (max-width: 767px) {
  .header_menu > ul.main_menu > li > a::before {
    display: none;
  }
}
.header_menu > ul.main_menu > li > a::after {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  top: -7px;
  bottom: 0;
  background: #578534;
  z-index: 5;
  border-radius: 10px 10px 0 0;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header_menu > ul.main_menu > li > a::after {
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
.header_menu > ul.main_menu > li .menu_child {
  pointer-events: none;
  opacity: 0;
}
.header_menu > ul.main_menu > li:hover a img {
  opacity: 1;
}
.header_menu > ul.main_menu > li:hover a .arrow_icon {
  background: url(../images/icon_arrow_s_w.svg);
  bottom: 0;
}
.header_menu > ul.main_menu > li:hover a .menu_icon img {
  filter: brightness(5) grayscale(1);
}
.header_menu > ul.main_menu > li:hover a > strong {
  color: #fff;
}
.header_menu > ul.main_menu > li:hover a::after {
  opacity: 1;
}
.header_menu > ul.main_menu > li:hover .menu_child {
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 767px) {
  .header_menu > ul.main_menu > li:hover .menu_child {
    display: none;
  }
}
.header_menu > ul.sub_menu {
  display: none;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .header_menu > ul.sub_menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-wrap: wrap;
  }
}
.header_menu > ul.sub_menu li a {
  display: block;
  text-align: right;
  border-radius: 5px;
}
.header_menu > ul.sub_menu li > a {
  padding: 3px 0;
}
.header_menu > ul.sub_menu li .login_user {
  margin: 0 0 5px auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.header_menu > ul.sub_menu li .login_user a {
  display: inline-block;
}
.header_menu > ul.sub_menu li a.logout {
  position: relative;
  padding-right: 18px;
  padding-left: 3px;
  letter-spacing: 0;
}
.header_menu > ul.sub_menu li a.logout::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_logout.svg) no-repeat;
}

.menu_child {
  border: 5px solid #578534;
  position: absolute;
  left: -100px;
  right: -100px;
  top: 100%;
  padding: 25px 50px 30px;
  border-radius: 10px;
  transition: 0.3s;
  z-index: 100;
  background: #fff;
}
@media (max-width: 1000px) {
  .menu_child {
    left: -50px;
    right: -50px;
  }
}
@media (max-width: 900px) {
  .menu_child {
    left: -5px;
    right: -5px;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .menu_child {
    display: none;
  }
}
.menu_child .menu_child_title {
  display: inline-block;
  padding: 3px 15px 5px 15px;
  background: #578534;
  color: #fff;
  border-radius: 5px;
  margin-left: -10px;
  margin-bottom: 5px;
}
.menu_child ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.menu_child ul li {
  width: 30.66%;
  border-bottom: 1px solid #c8d1c1;
}
.menu_child ul li a {
  display: block;
  padding: 8px 25px 8px 5px;
  position: relative;
  letter-spacing: 0;
  line-height: 1.4em;
}
.menu_child ul li a::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_s_gr.svg);
  transition: 0.3s;
}
.menu_child ul li a:hover::before {
  right: 2px;
}
.menu_child ul + .menu_child_title {
  margin-top: 20px;
}

.menu_btn {
  width: 40px;
  height: 40px;
  background: #ff821d;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  z-index: 800;
  display: none;
  position: absolute;
  right: 5%;
  top: 30%;
  transition: 0.3s;
  right: 9px;
  top: 9px;
  position: fixed;
}
@media (max-width: 767px) {
  .menu_btn {
    display: block;
  }
}
.menu_btn:hover {
  filter: brightness(1.3);
}
.menu_btn span {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.menu_btn span::before, .menu_btn span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  position: absolute;
  transition: 0.3s;
}
.menu_btn span::before {
  top: -5px;
}
.menu_btn span::after {
  bottom: -5px;
}
.menu_btn.open span::before {
  top: 0;
  transform: rotate(45deg);
}
.menu_btn.open span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.search_box_wrap {
  width: 700px;
  margin: 0 auto 22px;
  max-width: 93%;
}
@media (max-width: 767px) {
  .search_box_wrap {
    margin: 0 auto 30px;
  }
}
.search_box_wrap form .inner {
  position: relative;
}
.search_box_wrap form .inner input {
  display: block;
  border: 3px solid #96cd71;
  padding: 9px 10px 10px 50px;
  border-radius: 100px;
  width: 100%;
  box-shadow: 0 0 4px #bebebe;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .search_box_wrap form .inner input {
    font-size: 3.8vw;
    letter-spacing: 0;
    padding: 8px 10px 9px 48px;
  }
}
.search_box_wrap form .inner button {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: 0;
  padding: 0;
  background: none;
  height: 30px;
  width: 30px;
}
@media (max-width: 767px) {
  .search_box_wrap form .inner button {
    left: 10px;
  }
}
.search_box_wrap form .inner button .search_icon {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #ff821d url(../images/icon_search_w.svg) no-repeat center center;
  background-size: 56%;
  display: inline-block;
}

.fv_wrap {
  position: relative;
  padding: 0 0 15px 0;
}
.fv_wrap .swiper-slide {
  text-align: center;
}
.fv_wrap .swiper-slide a {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}
.fv_wrap .swiper-slide a img {
  transition: 0.3s;
}
.fv_wrap .btn_wrap {
  position: relative;
  padding: 0 30px 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.fv_wrap .btn_wrap .swiper-pagination {
  position: relative;
  bottom: auto;
}
.fv_wrap .btn_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #578534;
}
.fv_wrap .btn_wrap .btn {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 60%;
  background: url(../images/icon_arrow_s_gr.svg) no-repeat;
  cursor: pointer;
}
.fv_wrap .btn_wrap .btn.btn_prev {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.fv_wrap .btn_wrap .btn.btn_next {
  right: 0;
  transform: translateY(-50%);
}

.home_section + .home_section {
  margin-top: 33px;
}

.home_title {
  position: relative;
  padding: 0 0 5px 0;
}
.home_title h3,
.home_title h4 {
  color: #578534;
  font-weight: 500;
}
.home_title.recommend {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .home_title.recommend {
    padding-bottom: 0;
    margin: 0 -6%;
    padding: 4px 0 6px;
    background: #fffaf0;
    border: 1px solid #2d6601;
    border-left: 0;
    border-right: 0;
  }
  .home_title.recommend h3,
  .home_title.recommend h4 {
    color: #3b671a;
  }
}

.link_btn {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #a7a7a7;
  padding: 6px 40px 8px 15px;
  line-height: 1.2em;
  letter-spacing: 0;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .link_btn {
    padding-right: 25px;
    padding-left: 12px;
    min-width: 45%;
    text-align: center;
  }
}
.link_btn::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_s_gr.svg) no-repeat;
  transition: 0.3s;
}
.link_btn:hover {
  background: #f3f3f3;
}
.link_btn:hover::before {
  right: 4px;
}

.new_item_section {
  position: relative;
}
.new_item_section .btn_wrap {
  text-align: center;
  position: absolute;
  right: 0;
  top: 5px;
}
@media (max-width: 767px) {
  .new_item_section .btn_wrap {
    padding: 15px 0 0 0;
    position: relative;
    top: 0;
    text-align: right;
  }
}

.new_item_wrap {
  background: #efefef;
  border-radius: 5px;
  padding: 23px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .new_item_wrap {
    padding: 18px 0;
  }
}
.new_item_wrap .swiper-wrapper {
  transition-timing-function: linear;
}
.new_item_wrap .image_wrap {
  height: 140px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .new_item_wrap .image_wrap {
    height: auto;
    margin-bottom: 8px;
  }
}
.new_item_wrap .image_wrap img {
  max-height: 100%;
}
.new_item_wrap p {
  line-height: 1.5em;
  letter-spacing: 0;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .new_item_wrap p {
    margin-bottom: 6px;
  }
}

.category_tag {
  background: #fff;
  padding: 3px 13px 5px;
  border: 1px solid #bebebe;
  border-radius: 100px;
  line-height: 1.3em;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 767px) {
  .category_tag {
    padding: 3px 8px 5px;
  }
}

.home_bnrs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
}
@media (max-width: 1200px) {
  .home_bnrs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .home_bnrs {
    grid-template-columns: auto;
    gap: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .home_bnrs .bnrs_box + .bnrs_box {
    margin-top: 8px;
  }
}
.home_bnrs .bnrs_box a {
  display: block;
  height: 100%;
  position: relative;
  background: #555;
  padding: 16px 18px 63px 22px;
  border-radius: 10px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .home_bnrs .bnrs_box a {
    padding: 15px 49px 30px 16px;
  }
}
.home_bnrs .bnrs_box a::after {
  content: "";
  position: absolute;
  height: 45%;
  width: 100%;
  bottom: 5px;
  right: 5px;
}
@media (max-width: 767px) {
  .home_bnrs .bnrs_box a::after {
    bottom: auto;
    top: 7px;
    right: 7px;
    max-height: 47px;
  }
}
.home_bnrs .bnrs_box a.color_red {
  background: linear-gradient(45deg, rgb(255, 89, 89) 0%, rgb(255, 118, 118) 100%);
}
.home_bnrs .bnrs_box a.color_red::after {
  background: url(../images/bnr_01.svg) no-repeat right;
  background-size: contain;
}
.home_bnrs .bnrs_box a.color_violet {
  background: linear-gradient(45deg, rgb(128, 89, 255) 0%, rgb(118, 118, 255) 100%);
}
.home_bnrs .bnrs_box a.color_violet::after {
  background: url(../images/bnr_02.svg) no-repeat right;
  background-size: contain;
}
.home_bnrs .bnrs_box a.color_green {
  background: linear-gradient(45deg, rgb(104, 208, 28) 0%, rgb(128, 210, 48) 100%);
}
.home_bnrs .bnrs_box a.color_green::after {
  background: url(../images/bnr_03.svg) no-repeat right;
  background-size: contain;
}
.home_bnrs .bnrs_box a.color_orange {
  background: linear-gradient(45deg, rgb(255, 130, 54) 0%, rgb(255, 172, 99) 100%);
}
.home_bnrs .bnrs_box a.color_orange::after {
  background: url(../images/bnr_04.svg) no-repeat right;
  background-size: contain;
}
.home_bnrs .bnrs_box a * {
  color: #fff;
  position: relative;
  z-index: 10;
}
.home_bnrs .bnrs_box a strong {
  display: block;
  line-height: 1.4em;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .home_bnrs .bnrs_box a strong {
    padding-bottom: 7px;
  }
}
.home_bnrs .bnrs_box a p {
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .home_bnrs .bnrs_box a p {
    font-size: 3.6vw;
    letter-spacing: 0;
  }
  .home_bnrs .bnrs_box a p * {
    font-size: 1em;
  }
}
.home_bnrs .bnrs_box a::before {
  content: "";
  width: 33px;
  height: 33px;
  background: #fff url(../images/icon_arrow_m_g.svg) no-repeat center;
  background-size: 55%;
  border-radius: 100px;
  position: absolute;
  left: 15px;
  bottom: 13px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .home_bnrs .bnrs_box a::before {
    right: 12px;
    left: auto;
    width: 28px;
    height: 28px;
  }
}
.home_bnrs .bnrs_box a:hover {
  opacity: 0.95;
  filter: brightness(1.05);
}
.home_bnrs .bnrs_box a:hover::before {
  left: 20px;
}
@media (max-width: 767px) {
  .home_bnrs .bnrs_box a:hover::before {
    left: auto;
    right: 8px;
  }
}

.layout_lr {
  display: flex;
  gap: 3%;
}
@media (max-width: 767px) {
  .layout_lr {
    flex-wrap: wrap;
    gap: 0;
  }
}
.layout_lr > * {
  width: 48.5%;
}
@media (max-width: 767px) {
  .layout_lr > * {
    width: 100%;
  }
  .layout_lr > * + * {
    margin-top: 40px;
  }
}
.layout_lr .home_title {
  border-bottom: 1px solid #578534;
  margin-bottom: 1px;
}
.layout_lr .home_news > .inner {
  display: block;
  height: 260px;
  overflow: auto;
  border-bottom: 1px solid #578534;
  padding: 5px 10px 20px;
}
@media (max-width: 767px) {
  .layout_lr .home_news > .inner {
    padding-bottom: 15px;
    padding-top: 0;
  }
}
.layout_lr .home_news .btn_wrap {
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .layout_lr .home_news .btn_wrap {
    padding-top: 15px;
    text-align: right;
  }
}

.news_list_wrap li {
  border-bottom: 1px dotted #a7b1a3;
}
.news_list_wrap li:last-child {
  border-bottom: 0;
}
.news_list_wrap li a {
  display: flex;
  flex-wrap: wrap;
  padding: 11px 8px;
}
.news_list_wrap li a time {
  color: #578534;
  display: block;
  padding: 0 0 3px 0;
}
.news_list_wrap li a .categorys {
  margin-left: 12px;
  padding-left: 12px;
  padding-bottom: 3px;
  position: relative;
  display: flex;
}
.news_list_wrap li a .categorys::before {
  content: "";
  left: 0;
  top: 43%;
  transform: translateY(-50%) rotate(15deg);
  width: 1px;
  height: 0.9em;
  background: #536d40;
  position: absolute;
}
.news_list_wrap li a .categorys object + object a::before {
  content: ",";
  padding: 0 3px;
}
.news_list_wrap li a .categorys a {
  color: #578534;
  padding: 0;
}
.news_list_wrap li a .categorys a:hover {
  text-decoration: underline;
}
.news_list_wrap li a p {
  width: 100%;
  line-height: 1.5em;
  color: #222;
}
.news_list_wrap li a:hover p {
  text-decoration: underline;
}

.important_wrap {
  border: 4px solid #f34c4c;
  border-radius: 10px;
  padding: 15px 20px 15px 0;
  background: #ffeded;
  display: flex;
  align-items: center;
  margin: 0 0 45px 0;
}
@media (max-width: 767px) {
  .important_wrap {
    border: 3px solid #f34c4c;
    flex-direction: column;
    padding: 10px 20px;
  }
}
.important_wrap .title_wrap {
  width: 25%;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .important_wrap .title_wrap {
    width: 100%;
    padding: 0 0 8px;
  }
}
.important_wrap .title_wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .important_wrap .title_wrap h3 {
    font-size: 4.2vw;
  }
}
.important_wrap .list_wrap {
  width: 75%;
  border-left: 1px solid #bf7777;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .important_wrap .list_wrap {
    width: 100%;
    border-left: none;
    border-top: 1px solid #bf7777;
    padding: 0;
  }
}
.important_wrap .list_wrap .important_list li {
  padding: 7px 0;
}
.important_wrap .list_wrap .important_list li a {
  display: flex;
  gap: 18px;
}
@media (max-width: 767px) {
  .important_wrap .list_wrap .important_list li a {
    flex-direction: column;
    gap: 0;
    padding: 0 0 0 5px;
  }
}
.important_wrap .list_wrap .important_list li a time,
.important_wrap .list_wrap .important_list li a p {
  font-weight: 600;
}
.important_wrap .list_wrap .important_list li a:hover p {
  text-decoration: underline;
}
.important_wrap .list_wrap .important_list li + li {
  border-top: 1px solid #be9e9e;
}

.ranking_list_wrap {
  height: 680px;
  overflow: auto;
  border-bottom: 1px solid #578534;
  padding: 10px 15px 10px 0;
}
@media (max-width: 767px) {
  .ranking_list_wrap {
    height: 400px;
    padding-top: 5px;
    padding-left: 10px;
  }
}
.ranking_list_wrap li {
  border-bottom: 1px dotted #b2bbaf;
  padding: 15px 8px;
  display: flex;
  gap: 3%;
}
.ranking_list_wrap li:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .ranking_list_wrap li {
    padding: 10px 8px;
  }
}
.ranking_list_wrap li .image_wrap {
  width: 22%;
}
@media (max-width: 767px) {
  .ranking_list_wrap li .image_wrap {
    padding-top: 5px;
  }
}
.ranking_list_wrap li .image_wrap a {
  display: block;
  padding: 0 13px;
  position: relative;
}
.ranking_list_wrap li .image_wrap a::before {
  position: absolute;
  left: 0;
  top: -7px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 10;
  font-family: "outfit";
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  font-size: 16px;
}
.ranking_list_wrap li .text_wrap {
  width: 75%;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .ranking_list_wrap li .text_wrap {
    padding: 0;
  }
}
.ranking_list_wrap li .text_wrap strong {
  display: block;
  line-height: 1.5em;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ranking_list_wrap li .text_wrap strong {
    margin-bottom: 3px;
  }
}
.ranking_list_wrap li .text_wrap .price {
  display: block;
  color: #578534;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ranking_list_wrap li .text_wrap .price {
    margin-bottom: 3px;
  }
}
.ranking_list_wrap li:nth-child(1) .image_wrap a::before {
  content: "1";
  background: #d3c022;
}
.ranking_list_wrap li:nth-child(2) .image_wrap a::before {
  content: "2";
  background: #ababab;
}
.ranking_list_wrap li:nth-child(3) .image_wrap a::before {
  content: "3";
  background: #b58a4d;
}

.exam_wrap {
  padding: 25px 0 0 0;
}
@media (max-width: 767px) {
  .exam_wrap {
    padding: 10px 10px 15px 10px;
  }
}

.exam_box a {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  background: #f9f9f9;
  padding: 18px 35px 17px 20px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .exam_box a {
    padding: 16px 35px 15px 16px;
  }
}
.exam_box a::before {
  content: "";
  width: 17px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  background: url(../images/icon_arrow_l_gr.svg) no-repeat center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .exam_box a::before {
    width: 14px;
    height: 25px;
  }
}
.exam_box a:hover {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-color: #96cd71;
}
.exam_box a:hover::before {
  right: 8px;
}
.exam_box a .text_wrap .exam_title {
  display: flex;
  margin-bottom: 5px;
  gap: 13px;
  align-items: center;
}
@media (max-width: 767px) {
  .exam_box a .text_wrap .exam_title {
    flex-direction: column;
    gap: 5px;
    align-items: start;
  }
}
.exam_box a .text_wrap .exam_title * {
  line-height: 1.4em;
}
.exam_box a .text_wrap .exam_title strong {
  font-weight: 600;
}
.exam_box a .text_wrap .exam_title .tag {
  display: inline-block;
  padding: 3px 10px 4px;
  border-radius: 5px;
  color: #fff;
}
.exam_box a .text_wrap .exam_title .tag.tab_teacher {
  background: #578534;
}
.exam_box a .text_wrap .exam_title .tag.tab_student {
  background: #ff821d;
}
.exam_box a .text_wrap p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .exam_box a .text_wrap p {
    line-height: 1.5em;
  }
}
.exam_box + .exam_box {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .exam_box + .exam_box {
    margin-top: 10px;
  }
}

footer {
  margin-top: 70px;
  border-top: 1px solid #939393;
  padding: 40px 0;
}
@media (max-width: 767px) {
  footer {
    margin-top: 50px;
  }
}
footer > .wrap {
  display: flex;
}
@media (max-width: 1100px) {
  footer > .wrap {
    flex-wrap: wrap;
  }
}
footer > .wrap .info_wrap {
  width: 50%;
  padding-right: 3%;
}
@media (max-width: 1100px) {
  footer > .wrap .info_wrap {
    width: 100%;
    order: 2;
    padding-right: 0;
  }
}
footer > .wrap .menu_wrap {
  width: 50%;
  padding-top: 10px;
}
@media (max-width: 1100px) {
  footer > .wrap .menu_wrap {
    width: 100%;
    order: 1;
    padding: 0 0 45px 0;
  }
}
footer > .wrap .logo_outer {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer > .wrap .logo_outer {
    justify-content: center;
  }
}
footer > .wrap .logo_outer .footer_logo {
  max-width: 270px;
}
@media (max-width: 767px) {
  footer > .wrap .logo_outer .footer_logo {
    max-width: 60%;
  }
}
footer > .wrap .logo_outer .sns_wrap {
  display: flex;
  gap: 10px;
}
footer > .wrap .logo_outer .sns_wrap > * {
  width: 29px;
  gap: 7px;
}
footer > .wrap .site_links {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer > .wrap .site_links {
    justify-content: center;
  }
}
footer > .wrap .site_links a {
  display: inline-block;
  border: 1px solid #7b7b7b;
  border-radius: 5px;
  padding: 5px 45px 5px 15px;
  color: #2f471c;
  position: relative;
}
@media (max-width: 767px) {
  footer > .wrap .site_links a {
    padding: 7px 45px 7px 15px;
    line-height: 1.4em;
  }
}
footer > .wrap .site_links a::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_blank_gr.svg) no-repeat;
}
footer > .wrap p.address {
  margin-bottom: 17px;
  letter-spacing: 0;
}
footer > .wrap .shop_outer .shop_data {
  display: flex;
  gap: 4%;
}
footer > .wrap .shop_outer .shop_data + .shop_data {
  margin-top: 10px;
}
footer > .wrap .shop_outer .shop_data .title_wrap {
  display: flex;
  background: #efefef;
  border-radius: 5px;
  padding: 10px;
  width: 23%;
  justify-content: center;
  align-items: center;
}
footer > .wrap .shop_outer .shop_data .text_wrap {
  width: 73%;
}
@media (max-width: 767px) {
  footer > .wrap .shop_outer .shop_data .text_wrap {
    letter-spacing: 0;
    line-height: 1.5em;
  }
}
footer > .wrap .shop_outer .shop_data .text_wrap a {
  color: #578534;
}
footer > .wrap .shop_outer .shop_data .text_wrap a:hover {
  text-decoration: underline;
}
footer > .wrap .footer_search {
  background: #578534;
  border-radius: 5px;
  padding: 10px 15px 15px 15px;
  margin-bottom: 15px;
}
footer > .wrap .footer_search h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 7px;
}
footer > .wrap .footer_search h4 > .icon {
  display: inline-block;
  width: 32px;
  height: 27px;
  background: url(../images/icon_book_w.svg) no-repeat;
}
footer > .wrap .footer_search h4 > .text {
  color: #fff;
}
footer > .wrap .footer_search .search_ui {
  display: flex;
  gap: 2%;
}
@media (max-width: 767px) {
  footer > .wrap .footer_search .search_ui {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
}
footer > .wrap .footer_search .search_ui > * {
  width: 49%;
}
@media (max-width: 767px) {
  footer > .wrap .footer_search .search_ui > * {
    width: 100%;
  }
}
footer > .wrap .footer_search .search_ui .search_link a {
  display: flex;
  background: #fff;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  padding: 7px 5px;
  height: 100%;
  gap: 5px;
}
footer > .wrap .footer_search .search_ui .search_link a .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #578534 url(../images/icon_arrow_m_w.svg) no-repeat center;
  background-size: 60%;
}
footer > .wrap .footer_search .search_ui .search_link a .text {
  color: #2f471c;
  letter-spacing: 0;
  font-weight: 600;
}
footer > .wrap .footer_search .search_ui .search_text form .inner {
  position: relative;
}
footer > .wrap .footer_search .search_ui .search_text form .inner input {
  display: block;
  padding: 10px 10px 11px 50px;
  border-radius: 3px;
  width: 100%;
  background: #fff;
  border: 0;
}
@media (max-width: 767px) {
  footer > .wrap .footer_search .search_ui .search_text form .inner input {
    font-size: 4vw;
  }
}
footer > .wrap .footer_search .search_ui .search_text form .inner button {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: 0;
  padding: 0;
  background: none;
  height: 30px;
  width: 30px;
}
footer > .wrap .footer_search .search_ui .search_text form .inner button .search_icon {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #578534 url(../images/icon_search_w.svg) no-repeat center center;
  background-size: 56%;
  display: inline-block;
}
footer > .wrap .footer_btns {
  display: flex;
  gap: 2%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  footer > .wrap .footer_btns {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
  }
}
footer > .wrap .footer_btns .btn_box {
  width: 32%;
}
@media (max-width: 767px) {
  footer > .wrap .footer_btns .btn_box {
    width: 100%;
  }
}
footer > .wrap .footer_btns .btn_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  border-radius: 5px;
  border: 1px solid #7b7b7b;
  background: #fff;
  gap: 5px;
}
@media (max-width: 767px) {
  footer > .wrap .footer_btns .btn_box a {
    padding: 10px 5px;
  }
}
footer > .wrap .footer_btns .btn_box a .icon {
  width: 26px;
  height: 26px;
}
footer > .wrap .footer_btns .btn_box a .icon.icon_info {
  background: url(../images/icon_info.png);
}
footer > .wrap .footer_btns .btn_box a .icon.icon_qa {
  background: url(../images/icon_q.png);
}
footer > .wrap .footer_btns .btn_box a .icon.icon_mail {
  background: url(../images/icon_mail.png);
}
footer > .wrap .footer_btns .btn_box a .text {
  letter-spacing: 0;
}
footer > .wrap .footer_sublinks ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer > .wrap .footer_sublinks ul {
    justify-content: center;
  }
}
footer > .wrap .footer_sublinks ul li {
  position: relative;
}
footer > .wrap .footer_sublinks ul li a {
  display: flex;
  padding: 4px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  footer > .wrap .footer_sublinks ul li a {
    letter-spacing: 0;
  }
}
footer > .wrap .footer_sublinks ul li a:hover {
  text-decoration: underline;
}
footer > .wrap .footer_sublinks ul li + li {
  padding-left: 6px;
  margin-left: 6px;
}
@media (max-width: 767px) {
  footer > .wrap .footer_sublinks ul li + li {
    padding-left: 5px;
    margin-left: 5px;
  }
}
footer > .wrap .footer_sublinks ul li + li::before {
  content: "";
  width: 2px;
  height: 13px;
  position: absolute;
  left: -1px;
  background: #c5c5c5;
  top: 50%;
  transform: translateY(-50%);
}
footer .copyright {
  text-align: center;
  color: #578534;
  padding: 30px 0 0;
}

.search_results_title {
  position: relative;
  padding: 10px 0;
  line-height: 1.5em;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .search_results_title {
    margin-bottom: 20px;
  }
}
.search_results_title::before, .search_results_title::after {
  content: "";
  width: 300%;
  left: -100%;
  height: 1px;
  background: #939393;
  position: absolute;
}
.search_results_title::before {
  top: 0;
}
.search_results_title::after {
  bottom: 0;
}

.search_results_outer {
  display: flex;
  gap: 4%;
}
@media (max-width: 960px) {
  .search_results_outer {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.search_results_outer .search_results_side {
  order: 1;
  width: 19%;
}
@media (max-width: 960px) {
  .search_results_outer .search_results_side {
    width: 100%;
    order: 2;
  }
}
.search_results_outer .search_results_side .inner {
  background: #e7e7e7;
  border-radius: 5px;
  padding: 5px 15px 15px;
}
.search_results_outer .search_results_side .inner .side_menu_title {
  display: block;
  position: relative;
  padding: 8px 0 8px 2px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 7px;
}
.search_results_outer .search_results_side .inner .side_menu_title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #578534;
  position: absolute;
  left: -19px;
  top: 17px;
}
.search_results_outer .search_results_side .inner .side_menu_child {
  margin-bottom: 15px;
}
.search_results_outer .search_results_side .inner .side_menu_child ul li {
  position: relative;
}
.search_results_outer .search_results_side .inner .side_menu_child ul li::before {
  content: "";
  position: absolute;
  left: -7px;
  right: -7px;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
.search_results_outer .search_results_side .inner .side_menu_child ul li a {
  display: block;
  position: relative;
  padding: 4px 13px 4px 2px;
  z-index: 5;
  letter-spacing: 0;
}
.search_results_outer .search_results_side .inner .side_menu_child ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_s_gr.svg) no-repeat;
  filter: grayscale(100);
  transition: 0.3s;
}
.search_results_outer .search_results_side .inner .side_menu_child ul li:hover::before {
  opacity: 1;
}
.search_results_outer .search_results_side .inner .side_menu_child ul li:hover a::before {
  filter: grayscale(0);
}
.search_results_outer .search_results_side .inner .side_menu_child + .side_menu_title {
  border-top: 1px solid #cdcdcd;
}
.search_results_outer .search_results_main {
  order: 2;
  width: 77%;
}
@media (max-width: 960px) {
  .search_results_outer .search_results_main {
    width: 100%;
    order: 1;
  }
}
.search_results_outer .search_results_main .search_box_wrap {
  max-width: 100%;
}
@media (max-width: 767px) {
  .search_results_outer .search_results_main .search_box_wrap {
    margin-bottom: 20px;
  }
}

.search_results_ui {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px 25px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .search_results_ui {
    gap: 7px 15px;
  }
}
@media (max-width: 767px) {
  .search_results_ui .results_num {
    letter-spacing: 0;
    width: 100%;
  }
}
.search_results_ui .results_num span {
  color: #578534;
}
.search_results_ui .select_wrap {
  margin-left: auto;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .search_results_ui .select_wrap {
    margin-left: 0;
  }
}
.search_results_ui .btn_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .search_results_ui .btn_wrap {
    margin-left: auto;
  }
}
.search_results_ui .btn_wrap .icon {
  width: 21px;
  height: 21px;
  display: block;
  filter: grayscale(100);
  cursor: pointer;
}
.search_results_ui .btn_wrap .icon.current {
  filter: grayscale(0);
  pointer-events: none;
}
.search_results_ui .btn_wrap .icon.icon_list {
  background: url(../images/icon_list_gr.svg) no-repeat center;
}
.search_results_ui .btn_wrap .icon.icon_tile {
  background: url(../images/icon_tile_gr.svg) no-repeat center;
}
.search_results_ui .btn_wrap .icon:hover {
  opacity: 0.85;
}

.search_results_narrow .narrow_box {
  display: inline-block;
  background: #f6f6f6;
  border-radius: 100px;
  position: relative;
  padding: 3px 13px;
  margin: 0 5px 5px 0;
  letter-spacing: 0;
}
.search_results_narrow .narrow_box .close {
  display: inline-block;
  cursor: pointer;
}
.search_results_narrow + .book_lists {
  margin-top: 10px;
}

.book_lists {
  margin-bottom: 20px;
}
.book_lists .list_inner {
  display: flex;
  border-top: 1px solid #e8e8e8;
  padding: 18px 5px;
  align-items: center;
}
@media (max-width: 1200px) {
  .book_lists .list_inner {
    flex-wrap: wrap;
  }
}
.book_lists .list_inner:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.book_lists .list_inner .image_wrap {
  width: 18%;
  padding: 0 35px;
}
@media (max-width: 1200px) {
  .book_lists .list_inner .image_wrap {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .book_lists .list_inner .image_wrap {
    width: 100%;
    padding: 0 0 15px 0;
    text-align: center;
  }
  .book_lists .list_inner .image_wrap img {
    max-width: 40%;
  }
}
.book_lists .list_inner .info_wrap {
  width: 61%;
  padding-right: 3.5%;
}
@media (max-width: 1200px) {
  .book_lists .list_inner .info_wrap {
    width: 80%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .book_lists .list_inner .info_wrap {
    width: 100%;
    padding: 0;
  }
}
.book_lists .list_inner .info_wrap > h3 {
  color: #478518;
  padding-bottom: 5px;
  line-height: 1.5em;
  font-weight: 600;
}
.book_lists .list_inner .info_wrap > h3 * {
  color: #478518;
  font-weight: 600;
  line-height: 1.5em;
}
.book_lists .list_inner .info_wrap .text_wrap p {
  line-height: 1.7em;
  padding-bottom: 5px;
}
.book_lists .list_inner .info_wrap .text_wrap > ul {
  display: flex;
  flex-wrap: wrap;
}
.book_lists .list_inner .info_wrap .text_wrap > ul li + li::before {
  content: "／";
}
.book_lists .list_inner .info_wrap span.highlight {
  background: linear-gradient(transparent 55%, #ffe432 55%);
}
.book_lists .list_inner .price_wrap {
  padding-bottom: 5px;
  letter-spacing: 0;
}
.book_lists .list_inner .price_wrap span.f18,
.book_lists .list_inner .price_wrap span.f20 {
  color: #bf0000;
}
.book_lists .list_inner .price_wrap span.ib {
  letter-spacing: 0;
}
.book_lists .list_inner .btn_wrap {
  width: 21%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1200px) {
  .book_lists .list_inner .btn_wrap {
    width: 100%;
    padding: 20px 0 0 0;
    flex-direction: row;
    justify-content: end;
    flex-wrap: wrap;
  }
}
.book_lists .list_inner .btn_wrap .red_text, .book_lists .list_inner .btn_wrap #selected-date span, #selected-date .book_lists .list_inner .btn_wrap span {
  padding: 0 3px 2px 0;
}
@media (max-width: 767px) {
  .book_lists .list_inner .btn_wrap .red_text, .book_lists .list_inner .btn_wrap #selected-date span, #selected-date .book_lists .list_inner .btn_wrap span {
    width: 100%;
    text-align: center;
  }
}
.book_lists.tile {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2%;
  align-items: start;
}
@media (max-width: 1200px) {
  .book_lists.tile {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .book_lists.tile {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .book_lists.tile {
    grid-template-columns: repeat(1, 1fr);
  }
}
.book_lists.tile .list_inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  align-items: start;
}
.book_lists.tile .list_inner:nth-child(-n+4) {
  border-top: none;
}
@media (max-width: 1200px) {
  .book_lists.tile .list_inner:nth-child(-n+4) {
    border-top: 1px solid #e8e8e8;
  }
  .book_lists.tile .list_inner:nth-child(-n+3) {
    border-top: none;
  }
}
@media (max-width: 1023px) {
  .book_lists.tile .list_inner:nth-child(-n+3) {
    border-top: 1px solid #e8e8e8;
  }
  .book_lists.tile .list_inner:nth-child(-n+2) {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .book_lists.tile .list_inner:nth-child(-n+2) {
    border-top: 1px solid #e8e8e8;
  }
  .book_lists.tile .list_inner:nth-child(-n+1) {
    border-top: none;
  }
}
.book_lists.tile .list_inner:last-child {
  border-bottom: none;
}
.book_lists.tile .list_inner .image_wrap {
  width: 100%;
  padding: 0 35px;
  width: 100%;
  padding: 0 0 15px 0;
  text-align: center;
}
.book_lists.tile .list_inner .image_wrap img {
  max-width: 40%;
}
@media (max-width: 1200px) {
  .book_lists.tile .list_inner .image_wrap {
    width: 100%;
  }
}
.book_lists.tile .list_inner .info_wrap {
  width: 100%;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .book_lists.tile .list_inner .info_wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .book_lists.tile .list_inner .info_wrap {
    padding: 0;
  }
}
.book_lists.tile .list_inner .info_wrap h3.f20 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .book_lists.tile .list_inner .info_wrap h3.f20 {
    font-size: 4.3vw;
  }
}
.book_lists.tile .list_inner .info_wrap .text_wrap > ul li + li::before {
  content: "";
}
@media (max-width: 767px) {
  .book_lists.tile .list_inner .info_wrap .text_wrap > ul li {
    width: 100%;
  }
}
.book_lists.tile .list_inner .info_wrap .tag_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.book_lists.tile .list_inner .info_wrap .tag_wrap .title_wrap {
  padding-right: 3px;
  white-space: nowrap;
}
.book_lists.tile .list_inner .info_wrap .tag_wrap > ul + ul {
  padding-left: 0;
}
.book_lists.tile .list_inner .info_wrap .tag_wrap > ul + ul::before {
  display: none;
}
.book_lists.tile .list_inner .btn_wrap {
  width: 100%;
  padding: 8px 0 0 0;
  margin-top: auto;
}
@media (max-width: 1200px) {
  .book_lists.tile .list_inner .btn_wrap {
    width: 100%;
    flex-direction: column;
    justify-content: end;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .book_lists.tile .list_inner .btn_wrap {
    flex-direction: row;
  }
}
@media (max-width: 1200px) {
  .book_lists.tile .list_inner .btn_wrap .aid_wrap {
    display: block;
    align-items: center;
    gap: 0;
    padding: 7px 12px 12px;
  }
}
@media (max-width: 767px) {
  .book_lists.tile .list_inner .btn_wrap .aid_wrap {
    display: flex;
    width: 100%;
    gap: 8px;
    padding: 7px;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .book_lists.tile .list_inner .btn_wrap .aid_wrap .title_wrap {
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .book_lists.tile .list_inner .btn_wrap .aid_wrap .title_wrap {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .book_lists.tile .list_inner .btn_wrap .aid_wrap .icon_list li a {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .book_lists.tile .list_inner .btn_wrap .aid_wrap .icon_list li a {
    flex-direction: row;
  }
}
.book_lists.cart .list_inner {
  flex-wrap: wrap;
  border-top: 1px solid #aaa;
}
.book_lists.cart .list_inner:last-child {
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1200px) {
  .book_lists.cart .image_wrap {
    width: 20%;
  }
}
@media (max-width: 1000px) {
  .book_lists.cart .image_wrap {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .book_lists.cart .image_wrap img {
    width: 100px;
  }
}
.book_lists.cart .info_wrap {
  width: 81%;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .book_lists.cart .info_wrap {
    width: 80%;
  }
}
@media (max-width: 1000px) {
  .book_lists.cart .info_wrap {
    width: 100%;
  }
}
.book_lists.cart .btn_wrap {
  width: 100%;
  flex-direction: row;
  align-items: start;
  gap: 15px;
  justify-content: end;
  padding-top: 15px;
}
.book_lists.cart .btn_wrap .price_wrap {
  text-align: right;
}
.book_lists.cart .btn_wrap .price_wrap * {
  line-height: 1.3em;
}
.book_lists.cart .btn_wrap .price_wrap .ib {
  display: block;
}
.book_lists.cart .btn_wrap .num_change .inner {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  justify-content: center;
}
.book_lists.cart .btn_wrap .num_change .inner .text {
  white-space: nowrap;
}
.book_lists.cart .btn_wrap .num_change .inner input {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 3px;
  max-width: 5em;
  border: 1px solid #888;
}
.book_lists.cart .btn_wrap .num_change .caution {
  letter-spacing: 0;
}
.book_lists.cart .btn_wrap .btn_set {
  padding: 0;
  gap: 5px;
}
.book_lists.cart .btn_wrap .btn_set .btn {
  padding: 0;
  border: none;
  background: none;
}
.book_lists.cart .btn_wrap .btn_set .btn::before {
  display: none;
}
.book_lists.slim .list_inner {
  padding: 10px 0 10px 10px;
}
.book_lists.slim .list_inner:nth-child(even) {
  background: #f6f6f6;
}
.book_lists.slim .list_inner .image_wrap {
  width: 6%;
  padding: 0 15px 0 0;
}
@media (max-width: 1200px) {
  .book_lists.slim .list_inner .image_wrap {
    width: 6%;
  }
}
@media (max-width: 767px) {
  .book_lists.slim .list_inner .image_wrap {
    width: 20%;
    padding: 0 10px 0 0;
  }
}
.book_lists.slim .list_inner .info_wrap {
  width: 37%;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .book_lists.slim .list_inner .info_wrap {
    width: 37%;
  }
}
@media (max-width: 767px) {
  .book_lists.slim .list_inner .info_wrap {
    width: 80%;
    padding-right: 0;
  }
}
.book_lists.slim .list_inner .info_wrap h3.f20 {
  font-size: 15px;
}
.book_lists.slim .list_inner .btn_wrap {
  width: 57%;
  align-items: center;
  padding: 0;
}
@media (max-width: 1200px) {
  .book_lists.slim .list_inner .btn_wrap {
    width: 57%;
  }
}
@media (max-width: 767px) {
  .book_lists.slim .list_inner .btn_wrap {
    width: 100%;
    padding-top: 5px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .book_lists.slim .list_inner .btn_wrap {
    gap: 7px;
  }
}
.book_lists.slim .list_inner .btn_wrap .price_wrap {
  padding-bottom: 0;
}
.book_lists.slim .list_inner .btn_wrap .price_wrap .f20 {
  font-size: 17px;
}
@media (max-width: 767px) {
  .book_lists.slim .list_inner .btn_wrap .price_wrap .f20 {
    font-size: 4.6vw;
  }
}
.book_lists.slim .list_inner .btn_wrap .price_wrap * {
  white-space: nowrap;
}
.book_lists.slim .list_inner .btn_wrap .num_change .inner {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .book_lists.slim .list_inner .btn_wrap .num_change .inner {
    gap: 5px;
  }
}
.book_lists.slim .list_inner .btn_wrap .num_change .inner input {
  padding: 6px;
  max-width: 4em;
}
@media (max-width: 767px) {
  .book_lists.slim .list_inner .btn_wrap .num_change .inner input {
    padding: 4px 6px;
  }
}
.book_lists.slim .list_inner .btn_wrap .btn_set a.btn,
.book_lists.slim .list_inner .btn_wrap .btn_set input[type=button],
.book_lists.slim .list_inner .btn_wrap .btn_set input[type=submit] {
  padding: 7px 13px 7px;
}
@media (max-width: 767px) {
  .book_lists.slim .list_inner .btn_wrap .btn_set a.btn,
  .book_lists.slim .list_inner .btn_wrap .btn_set input[type=button],
  .book_lists.slim .list_inner .btn_wrap .btn_set input[type=submit] {
    padding: 4px 12px 5px;
  }
}
.book_lists.slim.no_line .list_inner {
  border-top: none;
  padding: 15px 10px;
}
.book_lists.slim.no_line .list_inner:last-child {
  border-bottom: none;
}
.book_lists.slim.no_line .list_inner + .list_inner {
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .book_lists.slim.no_line .image_wrap {
    width: 20%;
    padding-bottom: 0;
    text-align: left;
  }
  .book_lists.slim.no_line .image_wrap img {
    max-width: 70%;
  }
}
.book_lists.slim.no_line .info_wrap {
  width: 60%;
  padding-right: 0;
}
@media (max-width: 767px) {
  .book_lists.slim.no_line .info_wrap {
    width: 80%;
  }
}
.book_lists.slim.no_line .btn_wrap {
  width: 30%;
  gap: 5px 15px;
}
@media (max-width: 767px) {
  .book_lists.slim.no_line .btn_wrap {
    width: 100%;
  }
  .book_lists.slim.no_line .btn_wrap .price_wrap {
    display: flex;
    align-items: center;
  }
}
.book_lists.recommend {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 2%;
  align-items: start;
}
@media (max-width: 1100px) {
  .book_lists.recommend {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .book_lists.recommend {
    grid-template-columns: repeat(1, 1fr);
  }
}
.book_lists.recommend .list_inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  align-items: start;
  border: none;
}
@media (max-width: 767px) {
  .book_lists.recommend .list_inner {
    border-top: 1px solid #e8e8e8;
    padding: 18px 10px 10px;
  }
}
.book_lists.recommend .list_inner .image_wrap {
  width: 100%;
  padding: 0 35px;
  width: 100%;
  padding: 0 0 15px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .book_lists.recommend .list_inner .image_wrap {
    padding: 0 0 12px 0;
  }
}
.book_lists.recommend .list_inner .image_wrap img {
  max-width: 40%;
}
@media (max-width: 767px) {
  .book_lists.recommend .list_inner .image_wrap img {
    max-width: 30%;
  }
}
@media (max-width: 1200px) {
  .book_lists.recommend .list_inner .image_wrap {
    width: 100%;
  }
}
.book_lists.recommend .list_inner .info_wrap {
  width: 100%;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .book_lists.recommend .list_inner .info_wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .book_lists.recommend .list_inner .info_wrap {
    padding: 0;
  }
}
.book_lists.recommend .list_inner .info_wrap h3 {
  font-weight: 500;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .book_lists.recommend .list_inner .info_wrap h3 {
    font-size: 4vw;
  }
}
.book_lists.recommend .list_inner .info_wrap .price_wrap {
  padding-bottom: 0;
}
.book_lists.recommend + .btn_wrap {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .line_title + .book_lists .list_inner:nth-child(1) {
    border-top: 0;
    padding-top: 0;
  }
}

.cart_popup {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  border: 4px solid #b3b3b3;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
}
.cart_popup::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid #b3b3b3;
}
.cart_popup .text {
  display: block;
  line-height: 1.35em;
  letter-spacing: 0;
}
.cart_popup .icon {
  display: block;
  width: 27px;
  height: 27px;
  margin: 0 auto 2px;
}
.cart_popup.active {
  animation-duration: 4s;
  animation-name: popup-in;
}
@keyframes popup-in {
  from {
    opacity: 0;
  }
  10% {
    opacity: 1;
    bottom: calc(100% + 13px);
  }
  90% {
    opacity: 1;
    bottom: calc(100% + 13px);
  }
  to {
    opacity: 0;
    bottom: calc(100% + 13px);
  }
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 4px 10px 4px 13px;
  border: 0;
  gap: 5px;
  justify-content: start;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .btn {
    flex-grow: 1;
  }
}
.btn.btn_cart {
  border: 3px solid #578534;
  cursor: pointer;
  letter-spacing: 0;
}
.btn.btn_cart::before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 20px;
}
.btn.cart_in {
  background: #578534;
}
.btn.cart_in > * {
  color: #fff;
}
.btn.cart_in::before {
  background: url(../images/icon_cart_w.svg) no-repeat center;
}
.btn.cart_in:hover {
  background: rgba(87, 133, 52, 0.9);
}
.btn.cart_in .cart_popup .icon {
  background: url(../images/icon_check_gr.svg);
}
.btn.cart_out {
  background: #fff;
}
.btn.cart_out > * {
  color: #578534;
}
.btn.cart_out::before {
  background: url(../images/icon_cart_gr.svg) no-repeat center;
}
.btn.cart_out:hover {
  background: rgba(87, 133, 52, 0.2);
}
.btn.cart_out .cart_popup .icon {
  background: url(../images/icon_delete.svg);
}
.btn.cart_max {
  background: #578534;
}
.btn.cart_max > * {
  color: #fff;
}
.btn.cart_max::before {
  background: url(../images/icon_cart_w.svg) no-repeat center;
}
.btn.cart_max:hover {
  background: rgba(87, 133, 52, 0.9);
}
.btn.cart_max .cart_popup .icon {
  background: url(../images/icon_alert.svg);
}
.btn.cart_max .cart_popup .text {
  color: #bf0000;
}
.btn.cart_none {
  justify-content: center;
  background: #d4d4d4;
  border: none;
  pointer-events: none;
}
.btn.cart_none > * {
  color: #8f8f8f;
}
.btn.cart_none::before {
  display: none;
}
.btn.btn_item {
  border: 3px solid #777;
  background: #777;
  color: #fff;
}
.btn.btn_item::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon_item-info_w.svg) no-repeat;
}
.btn.btn_item:hover {
  background: rgba(119, 119, 119, 0.9);
}

.tag_wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (max-width: 767px) {
  .tag_wrap {
    flex-wrap: wrap;
  }
}
.tag_wrap .title_wrap {
  padding-right: 3px;
  white-space: nowrap;
}
.tag_wrap > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-right: 5px;
  position: relative;
}
.tag_wrap > ul + ul {
  padding-left: 11px;
}
.tag_wrap > ul + ul::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #b2b2b2;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tag_wrap > ul + ul {
    padding-left: 0;
  }
  .tag_wrap > ul + ul::before {
    display: none;
  }
}
.tag_wrap > ul li a,
.tag_wrap > ul li .tag {
  display: block;
  padding: 2px 8px 3px;
  border-radius: 5px;
  line-height: 1.45em;
}
.tag_wrap > ul li a {
  border: 1px solid #a1a1a1;
  background: #fff;
}
.tag_wrap > ul li .tag {
  color: #fff;
}
.tag_wrap > ul li .tag.tag_store {
  background: #768be4;
}
.tag_wrap > ul li .tag.tag_publisher {
  background: #c39d54;
}

.aid_wrap {
  background: #d5dcf1;
  border-radius: 5px;
  padding: 7px 12px 12px;
}
@media (max-width: 1200px) {
  .aid_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 7px 5px 12px;
  }
}
@media (max-width: 767px) {
  .aid_wrap {
    width: 100%;
    padding: 7px;
    justify-content: center;
  }
}
.aid_wrap * {
  color: #4864b3;
  line-height: 1.2em;
}
.aid_wrap .title_wrap {
  display: block;
  padding-bottom: 4px;
}
@media (max-width: 1200px) {
  .aid_wrap .title_wrap {
    padding-bottom: 0;
  }
}
.aid_wrap .icon_list {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}
.aid_wrap .icon_list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 5px;
  border: 2px solid #607dcf;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .aid_wrap .icon_list li a {
    padding: 9px 10px 8px;
    flex-direction: column;
    gap: 5px;
  }
}
.aid_wrap .icon_list li a:hover {
  background: #dcf9ff;
}
.aid_wrap .icon_list li a .icon {
  width: 16px;
  height: 16px;
}
.aid_wrap .icon_list li a .icon.icon_music {
  background: url(../images/icon_music_b.svg) no-repeat center;
}
.aid_wrap .icon_list li a .icon.icon_pdf {
  background: url(../images/icon_pdf_b.svg) no-repeat center;
}
.aid_wrap .icon_list li a .icon.icon_video {
  background: url(../images/icon_video_b.svg) no-repeat center;
}

.aid_sub_text {
  padding-top: 8px;
  color: #4864b3;
  letter-spacing: 0;
  font-weight: 500;
}

.support_link_wrap {
  text-align: right;
  padding: 15px 0 0 0;
}
@media (max-width: 767px) {
  .support_link_wrap {
    padding: 20px 0 0 0;
    text-align: center;
  }
}
.support_link_wrap a {
  display: inline-block;
  background: #607dcf;
  border: 2px solid #607dcf;
  border-radius: 8px;
  padding: 5px 15px 6px 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  transition: 0.25s;
  position: relative;
}
.support_link_wrap a::before {
  content: "";
  width: 28px;
  height: 21px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_support.svg) no-repeat center;
}
.support_link_wrap a:hover {
  background: #6485e2;
}
.support_link_wrap p {
  color: #4864b3;
  letter-spacing: 0;
  font-weight: 500;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .support_link_wrap p {
    text-align: left;
    padding-top: 8px;
  }
}

.sns_share {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (max-width: 767px) {
  .sns_share {
    flex-wrap: wrap;
  }
}
.sns_share .title_wrap {
  padding-right: 3px;
  white-space: nowrap;
}
.sns_share > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .sns_share > ul {
    justify-content: center;
    width: 100%;
  }
}
.sns_share > ul li a {
  display: flex;
  gap: 5px;
  padding: 3px 15px;
  line-height: 1.45em;
  background: #fff;
  align-items: center;
}
@media (max-width: 767px) {
  .sns_share > ul li a {
    flex-direction: column;
    padding: 3px 10px;
  }
}
.sns_share > ul li a .icon {
  width: 26px;
  height: 26px;
}
.sns_share > ul li a .icon.icon_x {
  background: url(../images/icon_sns_x.svg);
}
.sns_share > ul li a .icon.icon_fb {
  background: url(../images/icon_sns_fb.svg);
}
.sns_share > ul li a .icon.icon_insta {
  background: url(../images/icon_sns_insta.svg);
}
.sns_share > ul li a .text {
  letter-spacing: 0;
}
.sns_share > ul li a:hover {
  opacity: 0.85;
}
.sns_share > ul li + li {
  border-left: 1px solid #ccc;
}

.order_box {
  border: 1px solid #999;
  border-left: none;
  border-right: none;
  padding: 50px 15px 25px 18px;
  position: relative;
  background: #f7f7f7;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .order_box {
    padding: 45px 10px 20px 15px;
  }
}
@media (max-width: 767px) {
  .order_box + .order_box {
    margin-top: 20px;
  }
}
.order_box .order_day {
  background: #6d6d6d;
  top: 0;
  position: absolute;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 15px 5px 15px;
  border-radius: 0 0 5px 0;
}
@media (max-width: 767px) {
  .order_box .order_day {
    border-radius: 0;
    right: 0;
    width: 100%;
  }
}
.order_box .order_day * {
  color: #fff;
  line-height: 1.3em;
}
.order_box .order_day .f13 {
  letter-spacing: 0;
}
.order_box .order_day .f14 + .f13 {
  margin-left: 8px;
}
.order_box .item_name {
  display: block;
  padding-bottom: 15px;
}
.order_box .item_name li {
  color: #2d6601;
  position: relative;
  padding-left: 20px;
  line-height: 1.4em;
}
.order_box .item_name li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: #578534;
  left: 5px;
  top: 0.6em;
  border-radius: 50%;
}
.order_box .item_name li + li {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .order_box .item_name {
    padding-right: 0;
    padding-bottom: 8px;
  }
}
.order_box .num_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
@media (max-width: 767px) {
  .order_box .num_wrap {
    flex-wrap: wrap;
    padding: 10px 15px;
  }
}
.order_box .num_wrap .num_title {
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .order_box .num_wrap .num_title {
    width: 100%;
    padding: 0 0 5px 0;
  }
}
.order_box .num_wrap .num_list li {
  line-height: 1.3em;
}
.order_box .num_wrap .num_list li + li {
  margin-top: 5px;
}
.order_box .price_wrap {
  display: flex;
  gap: 15px;
  align-items: baseline;
}
.order_box .info_btn {
  position: absolute;
  right: 15px;
  bottom: 13px;
}
@media (max-width: 767px) {
  .order_box .info_btn {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 7px 0 0 0;
  }
}
.order_box .info_btn a.btn,
.order_box .info_btn input[type=button],
.order_box .info_btn input[type=submit] {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px 8px 35px;
  border-radius: 5px;
  border: 1px solid #556b44;
  background: #578534;
  color: #fff;
  line-height: 1.2em;
  position: relative;
}
@media (max-width: 767px) {
  .order_box .info_btn a.btn,
  .order_box .info_btn input[type=button],
  .order_box .info_btn input[type=submit] {
    margin-left: auto;
  }
}
.order_box .info_btn a.btn::before,
.order_box .info_btn input[type=button]::before,
.order_box .info_btn input[type=submit]::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_m_w.svg) no-repeat center;
  transition: 0.2s;
}
.order_box .info_btn a.btn:hover,
.order_box .info_btn input[type=button]:hover,
.order_box .info_btn input[type=submit]:hover {
  opacity: 0.9;
}
.order_box .info_btn a.btn:hover::before,
.order_box .info_btn input[type=button]:hover::before,
.order_box .info_btn input[type=submit]:hover::before {
  left: 12px;
}

.order_info {
  border: 1px solid #999;
  border-left: none;
  border-right: none;
  padding: 50px 15px 25px 18px;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .order_info {
    margin-top: 20px;
  }
}
.order_info.bg_g {
  background: #f7f7f7;
}
.order_info.fit_box {
  border-bottom: 0;
}
.order_info.fit_box + .order_info {
  margin-top: 0;
  border-top: 0;
}
.order_info.fit_box + .order_info .order_info_title {
  border-radius: 0 5px 5px 0;
}
@media (max-width: 767px) {
  .order_info.fit_box + .order_info .order_info_title {
    border-radius: 0;
  }
}
.order_info .order_info_title {
  background: #6d6d6d;
  top: 0;
  position: absolute;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 15px 5px 15px;
  border-radius: 0 0 5px 0;
}
@media (max-width: 767px) {
  .order_info .order_info_title {
    border-radius: 0;
    right: 0;
    width: 100%;
  }
}
.order_info .order_info_title * {
  color: #fff;
  line-height: 1.3em;
}
.order_info .order_info_title .f13 {
  letter-spacing: 0;
}
.order_info .order_info_title .f14 + .f13 {
  margin-left: 8px;
}
.order_info .num_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .order_info .num_wrap {
    flex-wrap: wrap;
  }
}
.order_info .num_wrap .num_title {
  padding: 5px 15px 5px 0;
}
@media (max-width: 767px) {
  .order_info .num_wrap .num_title {
    width: 100%;
    padding: 0 0 5px 0;
  }
}
.order_info .num_wrap .num_list li {
  line-height: 1.3em;
}
.order_info .num_wrap .num_list li + li {
  margin-top: 5px;
}
.order_info .price_wrap {
  display: flex;
  gap: 15px;
  align-items: baseline;
  margin-bottom: 15px;
}
.order_info .order_book {
  background: #f7f7f7;
  padding: 10px 15px 10px 20px;
  max-width: 98%;
  margin-left: auto;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .order_info .order_book {
    max-width: 100%;
  }
}
.order_info .order_book .order_book_name {
  color: #2d6601;
}
.order_info .order_book .order_price {
  margin-bottom: 5px;
}
.order_info .order_book > ul {
  display: flex;
  flex-wrap: wrap;
}
.order_info .order_book > ul li + li::before {
  content: "／";
}
.order_info .download_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .order_info .download_wrap {
    flex-wrap: wrap;
  }
}
.order_info .download_wrap .text_wrap {
  flex-grow: 1;
}
.order_info .download_wrap .text_wrap input {
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #777;
  border-radius: 5px;
}
.order_info .download_wrap .text_wrap input.unchange {
  pointer-events: none;
  background: #f4fffc;
}
@media (max-width: 767px) {
  .order_info .download_btn {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
  }
}
.order_info .download_btn a.btn,
.order_info .download_btn input[type=button],
.order_info .download_btn input[type=submit] {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 10px 10px 35px;
  border-radius: 5px;
  border: 1px solid #60794d;
  background: #fff;
  line-height: 1.2em;
  position: relative;
  box-shadow: 1px 1px 0 rgba(252, 234, 234, 0.2);
}
@media (max-width: 767px) {
  .order_info .download_btn a.btn,
  .order_info .download_btn input[type=button],
  .order_info .download_btn input[type=submit] {
    margin-left: auto;
  }
}
.order_info .download_btn a.btn::before,
.order_info .download_btn input[type=button]::before,
.order_info .download_btn input[type=submit]::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_download.svg) no-repeat center;
}
.order_info .bikou {
  margin-top: 10px;
}

.select_wrap .box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.select_wrap .box select,
.select_wrap .box .btn {
  padding: 6px 40px 6px 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #888;
}
.select_wrap .box::before {
  content: "";
  width: 10px;
  height: 19px;
  position: absolute;
  right: 15px;
  top: 53%;
  transform: translateY(-50%) rotate(90deg);
  background: url(../images/icon_arrow_l_gr.svg) no-repeat;
  pointer-events: none;
}
.select_wrap .box.narrow::before {
  background: url(../images/icon_narrow.svg) no-repeat;
  transform: translateY(-50%) rotate(0);
  width: 15px;
  height: 15px;
}

.check_single {
  text-align: center;
}
.check_single .chackbox {
  margin: 0 auto;
}

.chackbox {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid #888;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
  transition: 0.2s;
}
.chackbox input[type=checkbox] {
  transform: scale(1.35);
}
.chackbox:hover {
  background: #f3f7f0;
}

nav.pager {
  padding: 30px 0;
}
nav.pager ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  border: 1px solid #939393;
  margin: 0 auto;
}
nav.pager ul li + li {
  border-left: 1px solid #939393;
}
nav.pager ul li a {
  display: block;
  padding: 5px 8px 6px;
  min-width: 2.5em;
  text-align: center;
}
@media (max-width: 767px) {
  nav.pager ul li a {
    letter-spacing: 0;
    padding: 5px 5px 6px;
    white-space: nowrap;
  }
}
nav.pager ul li a:hover {
  background: #f3f3f3;
}
nav.pager ul li a.current {
  background: #cbcbcb;
  pointer-events: none;
}
@media (max-width: 767px) {
  nav.pager.sp_only {
    display: block;
  }
}

.category_name {
  padding: 25px 0 0 0;
}
.category_name a,
.category_name span {
  color: #2d6601;
  border: 1px solid #578534;
  display: inline-block;
  padding: 2px 7px;
  transition: 0.2s;
}
.category_name a + span, .category_name a + a,
.category_name span + span,
.category_name span + a {
  margin-left: 5px;
}
.category_name a:hover {
  background: #f3f3f3;
}

.line_title {
  border-bottom: 1px solid #578534;
  padding: 10px 0 6px 0;
  margin-bottom: 20px;
}
.line_title.head_first {
  border-bottom: 4px double #578534;
}
.line_title h2,
.line_title h3,
.line_title h4 {
  color: #578534;
}
@media (max-width: 767px) {
  .line_title h2,
  .line_title h3,
  .line_title h4 {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .line_title.recommend {
    padding-bottom: 0;
    margin-left: -6%;
    margin-right: -6%;
    margin-top: 30px;
    padding: 4px 0 6px;
    background: #fffaf0;
    border: 1px solid #2d6601;
    border-left: 0;
    border-right: 0;
  }
  .line_title.recommend h3,
  .line_title.recommend h4 {
    color: #3b671a;
  }
}

.center_title {
  text-align: center;
  padding: 25px 0 10px;
  font-weight: 500;
  color: #2d6601;
}
.center_title * {
  color: #2d6601;
}
.center_title.line {
  border-bottom: 4px double #578534;
  margin-bottom: 15px;
  padding-bottom: 7px;
}
.center_title.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  align-items: center;
  border-bottom: 4px double #578534;
  margin-bottom: 20px;
}

.bg_gray_title {
  margin: 20px 0 10px;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 7px 15px;
}

.head_line_title {
  margin: 25px 0 8px;
  padding: 0 15px 1px 15px;
  line-height: 1.5;
  position: relative;
}
.head_line_title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 94%;
  border-radius: 2px;
  background-color: #2d6601;
}

.body_text {
  padding: 13px 0;
}
.body_text.bg_gray {
  background: #f3f3f3;
  padding: 13px 20px;
  border-radius: 5px;
}
.body_text ul.error li {
  position: relative;
  list-style: none;
  line-height: 1.55em;
  padding-left: 26px;
  font-weight: 600;
}
.body_text ul.error li + li {
  margin-top: 10px;
}
.body_text ul.error li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/icon_alert.svg) no-repeat;
}

.box_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 1.5%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .box_menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
  }
}
.box_menu .box a {
  padding: 25px 45px 25px 110px;
  display: block;
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: 0.2s;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .box_menu .box a {
    padding: 15px 45px 15px 90px;
  }
}
.box_menu .box a::before {
  content: "";
  width: 15px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_l_gr.svg) no-repeat;
  transition: 0.3s;
}
.box_menu .box a:hover {
  background: #fff;
}
.box_menu .box a:hover::before {
  right: 10px;
}
.box_menu .box a:hover .icon img {
  opacity: 1;
}
.box_menu .box a .icon {
  position: absolute;
  left: 30px;
  height: 55px;
  width: 55px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .box_menu .box a .icon {
    left: 20px;
    height: 50px;
    width: 50px;
  }
}
.box_menu .box a > strong {
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
}
.box_menu .box a > p {
  letter-spacing: 0;
}

.tab_menu {
  display: flex;
  gap: 15px;
  justify-content: center;
  border-bottom: 1px solid #818181;
}
@media (max-width: 767px) {
  .tab_menu {
    gap: 10px;
  }
}
.tab_menu .tab_btn {
  position: relative;
  min-width: 30%;
}
.tab_menu .tab_btn input {
  display: block;
  border: 1px solid #818181;
  border-bottom: 0;
  padding: 10px 20px;
  background: #f0f0f0;
  cursor: pointer;
  letter-spacing: 0;
  transition: 0.2s;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .tab_menu .tab_btn input {
    padding: 10px 12px;
  }
}
.tab_menu .tab_btn input:hover {
  background: #fff;
}
.tab_menu .tab_btn.active input {
  background: #fff;
  cursor: auto;
  pointer-events: none;
}
.tab_menu .tab_btn.active::before {
  content: "";
  position: absolute;
  height: 3px;
  top: 4px;
  left: 4px;
  right: 4px;
  background: #96cd71;
}
.tab_menu .tab_btn.active::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 100%;
  left: 1px;
  right: 1px;
  background: #fff;
}

.list_dot li {
  list-style: disc;
  margin-left: 17px;
  letter-spacing: 0.03em;
}
.list_dot li + li {
  margin-top: 7px;
}

ul.list_num > li {
  list-style: decimal;
  margin-left: 20px;
  letter-spacing: 0.03em;
}
ul.list_num > li + li {
  margin-top: 7px;
}

ul.list_maru li {
  list-style: circle;
  margin-left: 20px;
  letter-spacing: 0.03em;
}
ul.list_maru li + li {
  margin-top: 7px;
}

.list_indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.list_indent li + li {
  margin-top: 7px;
}

.table_line {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .table_line {
    display: block;
  }
  .table_line > tbody,
  .table_line > thead {
    display: block;
  }
  .table_line > tbody > tr,
  .table_line > thead > tr {
    display: block;
  }
  .table_line > tbody > tr > th,
  .table_line > tbody > tr > td,
  .table_line > thead > tr > th,
  .table_line > thead > tr > td {
    display: block;
  }
}
.table_line > tbody > tr > th,
.table_line > tbody > tr > td {
  padding: 15px 10px;
  border-bottom: 1px solid #bbb;
  vertical-align: middle;
}
.table_line > tbody > tr > th {
  width: 30%;
  border-bottom: 1px solid #578534;
}
@media (max-width: 767px) {
  .table_line > tbody > tr > th {
    width: 100%;
    border-bottom: 0;
    padding: 15px 0 10px;
    color: #578534;
    font-weight: 600;
  }
  .table_line > tbody > tr > th .dot {
    color: #578534;
  }
}
.table_line > tbody > tr > td {
  width: 70%;
}
@media (max-width: 767px) {
  .table_line > tbody > tr > td {
    padding: 0 0 20px 0;
    width: 100%;
  }
}
.table_line > tbody > tr > td .caution {
  display: block;
  color: #555;
}
.table_line > tbody > tr > td * + * {
  margin: 5px 0 3px;
}
.table_line > tbody > tr > td input + input {
  margin-top: 10px;
}
.table_line > tbody > tr > td .sup_wrap {
  padding: 15px 0 10px;
  margin: 0;
}
.table_line > tbody > tr > td .sup_wrap p {
  line-height: 1.5em;
}
.table_line > tbody > tr > td .sup_wrap .list_dot {
  margin: 10px 0;
}
.table_line > tbody > tr > td .sup_wrap .list_dot li {
  margin: 0 0 0 20px;
}
.table_line > tbody > tr > td .sup_wrap .link_blank {
  margin-top: 10px;
}

.table_clear {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .table_clear {
    display: block;
  }
  .table_clear tbody,
  .table_clear tr,
  .table_clear th,
  .table_clear td {
    display: block;
  }
}
.table_clear tbody tr th,
.table_clear tbody tr td {
  padding: 10px 10px;
  vertical-align: middle;
}
.table_clear tbody tr th {
  width: 30%;
}
@media (max-width: 767px) {
  .table_clear tbody tr th {
    width: 100%;
    border-bottom: 0;
    padding: 15px 0 10px;
    color: #578534;
    font-weight: 600;
  }
}
.table_clear tbody tr td {
  width: 70%;
}
@media (max-width: 767px) {
  .table_clear tbody tr td {
    padding: 0 0 15px 0;
    width: 100%;
  }
}
.table_clear tbody tr td .caution {
  display: block;
  color: #555;
}
.table_clear tbody tr td * + * {
  margin: 5px 0 3px;
}
.table_clear tbody tr td input + input {
  margin-top: 10px;
}

.table_box {
  margin: 35px 0;
}
.table_box.mw90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .table_box.mw90 {
    max-width: 100%;
  }
}
.table_box.nw {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .table_box {
    margin: 15px 0;
  }
}
.table_box tr {
  border: 1px solid #888;
}
.table_box th {
  background: #f6f6f6;
  font-weight: 500;
}
.table_box th.w15 {
  width: 15%;
}
.table_box th.w25 {
  width: 25%;
}
.table_box td,
.table_box th {
  padding: 12px 15px;
  letter-spacing: 0;
  line-height: 1.4em;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table_box td,
  .table_box th {
    padding: 8px;
  }
}

table .nw {
  white-space: nowrap;
}
table .ww {
  white-space: wrap;
  word-break: break-all;
}
table .w5 {
  width: 5%;
}
table .w10 {
  width: 10%;
}
table .w15 {
  width: 15%;
}
table .w20 {
  width: 20%;
}
table .w30 {
  width: 30%;
}
table .v_m {
  vertical-align: middle;
}
table input[type=text],
table input[type=email],
table input[type=password],
table input[type=date],
table select,
table textarea {
  padding: 10px 15px;
  border: 1px solid #777;
  border-radius: 5px;
}
table input[type=text],
table input[type=email],
table input[type=password],
table textarea {
  width: 90%;
}
@media (max-width: 767px) {
  table input[type=text],
  table input[type=email],
  table input[type=password],
  table textarea {
    width: 100%;
    letter-spacing: 0;
    font-size: 3.8vw;
  }
}
table textarea {
  height: 200px;
}

@media (max-width: 767px) {
  .js-scrollable .table_box {
    width: 200%;
  }
  .js-scrollable .scroll-hint-icon {
    top: 100px;
  }
}

.btn_set {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding: 20px 0;
}
.btn_set a.btn,
.btn_set input[type=button],
.btn_set input[type=submit],
.btn_set button {
  padding: 10px 25px 12px;
  border-radius: 100px;
  border: 0;
  cursor: pointer;
  background: #eee;
}
.btn_set a.btn:hover,
.btn_set input[type=button]:hover,
.btn_set input[type=submit]:hover,
.btn_set button:hover {
  opacity: 0.9;
}
.btn_set a.btn.green,
.btn_set input[type=button].green,
.btn_set input[type=submit].green,
.btn_set button.green {
  background: #578534;
  color: #fff;
}
.btn_set a.btn.gray,
.btn_set input[type=button].gray,
.btn_set input[type=submit].gray,
.btn_set button.gray {
  background: #666;
  color: #fff;
}
.btn_set a.btn.orange,
.btn_set input[type=button].orange,
.btn_set input[type=submit].orange,
.btn_set button.orange {
  background: #ff821d;
  color: #fff;
}
.btn_set a.btn.transparent,
.btn_set input[type=button].transparent,
.btn_set input[type=submit].transparent,
.btn_set button.transparent {
  background: none;
  padding: 5px 15px;
}

.required {
  position: relative;
  padding-left: 55px !important;
  letter-spacing: 0;
}
.required .required_icon {
  position: absolute;
  left: 10px;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ff821d;
  color: #fff;
  border-radius: 5px;
  padding: 2px 7px 3px;
  line-height: 1.4em;
  font-size: 14px;
}
@media (max-width: 767px) {
  .required .required_icon {
    top: 55%;
  }
}

.radio_wrap label {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #7b7b7b;
  background: #fff;
  cursor: pointer;
  margin: 0 5px 7px 0 !important;
}
@media (max-width: 767px) {
  .radio_wrap label {
    display: block;
    width: 100%;
  }
}
.radio_wrap label input {
  margin-right: 5px;
}

.fixedpage_image_wrap {
  margin-inline: auto;
  width: 80%;
}

.recommend_item_slide {
  position: relative;
  padding: 0 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .recommend_item_slide {
    padding: 0 25px;
  }
}
.recommend_item_slide .slide_item {
  overflow: hidden;
}
.recommend_item_slide .slide_item .swiper-slide .image_wrap {
  text-align: center;
  padding: 0 15% 10px;
}
.recommend_item_slide .slide_item .swiper-slide .image_wrap img {
  max-width: 100px;
}
@media (max-width: 767px) {
  .recommend_item_slide .slide_item .swiper-slide .image_wrap img {
    max-width: 100%;
  }
}
.recommend_item_slide .slide_item .swiper-slide .text_wrap > strong {
  display: block;
  line-height: 1.5em;
  padding-bottom: 3px;
  font-weight: 400;
  color: #578534;
}
.recommend_item_slide .slide_item .swiper-slide .text_wrap .price {
  text-align: right;
  padding-bottom: 7px;
}
.recommend_item_slide .slide_item .swiper-slide .text_wrap .price > span {
  display: block;
  letter-spacing: 0;
  line-height: 1.45em;
}
.recommend_item_slide .btn_wrap .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .recommend_item_slide .btn_wrap .btn {
    height: 40px;
    width: 20px;
  }
}
.recommend_item_slide .btn_wrap .btn.btn_item_prev {
  left: 0;
  background: url(../images/icon_arrow_l_g.svg) no-repeat;
  transform: translateY(-50%) scale(-1, 1);
}
@media (max-width: 767px) {
  .recommend_item_slide .btn_wrap .btn.btn_item_prev {
    left: -10px;
  }
}
.recommend_item_slide .btn_wrap .btn.btn_item_next {
  right: 0;
  background: url(../images/icon_arrow_l_g.svg) no-repeat;
}
@media (max-width: 767px) {
  .recommend_item_slide .btn_wrap .btn.btn_item_next {
    right: -10px;
  }
}

.pankuzu_wrap {
  background: #f3f3f3;
  padding: 5px 0;
  overflow: auto;
}
.pankuzu_wrap ol {
  display: flex;
  gap: 10px;
}
.pankuzu_wrap ol li {
  position: relative;
}
.pankuzu_wrap ol li * {
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}
.pankuzu_wrap ol li + li {
  padding-left: 20px;
}
.pankuzu_wrap ol li + li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_s_gr.svg) no-repeat center;
}
.pankuzu_wrap ol li a:hover {
  text-decoration: underline;
  color: #578534;
}
.pankuzu_wrap ol li a:hover * {
  color: #578534;
}

.book_wrap > .title_wrap {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .book_wrap > .title_wrap {
    margin-bottom: 15px;
  }
}
.book_wrap > .title_wrap h1.book_title {
  padding: 20px 0 8px 0;
  border-bottom: 4px double #578534;
  line-height: 1.3em;
  font-weight: 500;
}
.book_wrap .book_layout {
  display: flex;
  gap: 5%;
  align-items: start;
  padding: 0 2.5%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .book_wrap .book_layout {
    flex-wrap: wrap;
  }
}
.book_wrap .book_layout .book_image_wrap {
  width: 30%;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media (max-width: 1200px) {
  .book_wrap .book_layout .book_image_wrap {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .book_wrap .book_layout .book_image_wrap {
    width: 100%;
    margin-bottom: 25px;
  }
}
.book_wrap .book_layout .book_image_wrap .book_photo {
  text-align: center;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 5px;
}
.book_wrap .book_layout .book_image_wrap .book_photo img {
  width: 120px;
  max-width: 100%;
  cursor: pointer;
}
.book_wrap .book_layout .book_image_wrap .book_photo img:hover {
  opacity: 0.85;
}
.book_wrap .book_layout .book_image_wrap .book_photo p {
  padding-top: 8px;
}
.book_wrap .book_layout .book_image_wrap .price_wrap {
  text-align: center;
}
.book_wrap .book_layout .book_image_wrap .price_wrap .price {
  display: inline-block;
  color: #bf0000;
}
.book_wrap .book_layout .book_image_wrap .price_wrap .price * {
  color: #bf0000;
  padding: 0 2px 0 3px;
}
.book_wrap .book_layout .book_image_wrap .price_wrap .base_price {
  letter-spacing: 0;
  display: inline-block;
}
.book_wrap .book_layout .book_image_wrap .ui_wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 1000px) {
  .book_wrap .book_layout .book_image_wrap .ui_wrap {
    flex-wrap: wrap;
  }
}
.book_wrap .book_layout .book_image_wrap .ui_wrap .select_wrap input {
  width: 4em;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #888;
}
.book_wrap .book_layout .book_image_wrap .ui_wrap .select_wrap .text {
  white-space: nowrap;
}
.book_wrap .book_layout .book_image_wrap .select_wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.book_wrap .book_layout .book_table_wrap {
  width: 65%;
}
@media (max-width: 1200px) {
  .book_wrap .book_layout .book_table_wrap {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .book_wrap .book_layout .book_table_wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .book_wrap .book_layout .book_table_wrap table {
    border-top: 1px solid #ccc;
  }
}
.book_wrap .book_layout .book_table_wrap table tbody tr th,
.book_wrap .book_layout .book_table_wrap table tbody tr td {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.65em;
}
.book_wrap .book_layout .book_table_wrap table tbody tr th a,
.book_wrap .book_layout .book_table_wrap table tbody tr td a {
  color: #2d6601;
  text-decoration: underline;
  font-weight: 400;
}
.book_wrap .book_layout .book_table_wrap table tbody tr th a:hover,
.book_wrap .book_layout .book_table_wrap table tbody tr td a:hover {
  color: #578534;
}
.book_wrap .book_layout .book_table_wrap table tbody tr th {
  width: 30%;
  white-space: nowrap;
}
.book_wrap .book_layout .book_table_wrap table tbody tr td {
  width: 70%;
}
.book_wrap .book_layout .book_table_wrap .aid_wrap {
  display: flex;
  margin-top: 25px;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
}
.book_wrap .book_layout .book_table_wrap .aid_wrap > .icon_list {
  flex-grow: 1;
}
.book_wrap .book_info {
  padding: 0 2.5%;
  line-height: 2em;
  font-weight: 400;
  margin-bottom: 18px;
}
.book_wrap .tag_wrap,
.book_wrap .sns_share {
  margin: 35px 0;
  padding: 0 2.5%;
}
.book_wrap .line_title {
  border-top: 1px solid #578534;
  padding: 6px 0 6px 0;
  margin-top: 45px;
}

#bookmodal,
#imagemodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  z-index: 1000;
}
#bookmodal img,
#imagemodal img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 400px;
  max-width: 60%;
  max-height: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

#search_modal_wrap {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(231, 231, 231, 0.7);
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: 0.2s;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
#search_modal_wrap.open {
  z-index: 2000;
  opacity: 1;
  pointer-events: all;
}
#search_modal_wrap .modal_inner {
  width: 600px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px;
  border: 5px solid #96cd71;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  #search_modal_wrap .modal_inner {
    padding: 20px 30px;
  }
}
#search_modal_wrap .modal_inner dl {
  display: flex;
  gap: 5%;
  align-items: center;
}
@media (max-width: 767px) {
  #search_modal_wrap .modal_inner dl {
    flex-direction: column;
    gap: 5px;
  }
}
#search_modal_wrap .modal_inner dl dt {
  width: 30%;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #search_modal_wrap .modal_inner dl dt {
    width: 100%;
  }
}
#search_modal_wrap .modal_inner dl dd {
  width: 65%;
}
@media (max-width: 767px) {
  #search_modal_wrap .modal_inner dl dd {
    width: 100%;
  }
}
#search_modal_wrap .modal_inner dl dd input {
  width: 100%;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
}
#search_modal_wrap .modal_inner dl + dl {
  margin-top: 15px;
}
#search_modal_wrap .modal_inner .btn_wrap {
  text-align: center;
  padding: 20px 0 0 0;
}
#search_modal_wrap .modal_inner .btn_wrap button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  background: #ff821d;
  border: 0;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100px;
  min-width: 50%;
}
#search_modal_wrap .modal_inner .btn_wrap button .search_icon {
  width: 20px;
  height: 20px;
  background: url(../images/icon_search_w.svg) no-repeat center center;
}
#search_modal_wrap .modal_inner .btn_wrap button .text {
  color: #fff;
}
#search_modal_wrap .modal_inner .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #96cd71 url(../images/icon_close_w.svg) no-repeat center center;
  background-size: 44%;
  cursor: pointer;
}

.search_none {
  padding: 50px 0 80px;
  width: 100% !important;
}

#msg_box {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(231, 231, 231, 0.7);
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: 0.2s;
  z-index: 1000;
}
#msg_box .modal_inner {
  width: 600px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: center;
}
#msg_box .modal_inner .msg_icon {
  padding-bottom: 5px;
}
#msg_box .modal_inner .msg_icon img {
  width: 40px;
  max-width: 60%;
}
@media (max-width: 767px) {
  #msg_box .modal_inner {
    padding: 20px 30px;
  }
}

.password_input {
  padding: 20px 0;
}
.password_input p {
  padding-bottom: 15px;
  text-align: center;
}
.password_input .inner {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px;
  background: #ecf3e6;
  border-radius: 5px;
  margin: 0 auto;
}
.password_input .inner dl {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 767px) {
  .password_input .inner dl {
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }
}
.password_input .inner dd input {
  padding: 10px 15px;
  border: 1px solid #777;
  border-radius: 5px;
}

.order_search {
  margin: 10px 0;
  padding: 20px;
  background: #ecf3e6;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .order_search {
    margin: 10px 0;
    padding: 15px;
  }
}
.order_search input[type=date],
.order_search input[type=text] {
  padding: 10px 15px;
  border: 1px solid #777;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .order_search input[type=date],
  .order_search input[type=text] {
    padding: 8px 10px;
  }
}
@media (max-width: 767px) {
  .order_search input[type=date] {
    font-size: 3.5vw;
    padding-right: 5px;
  }
}
.order_search .inner {
  display: flex;
  align-items: center;
  gap: 3.5%;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .order_search .inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .order_search .inner {
    flex-wrap: wrap;
  }
}
.order_search .inner .search_title {
  white-space: nowrap;
  color: #2d6601;
}
@media (max-width: 767px) {
  .order_search .inner .search_title {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .order_search .inner .search_wrap {
    width: 100%;
  }
}
.order_search .inner .search_wrap .search_input {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
@media (max-width: 767px) {
  .order_search .inner .search_wrap .search_input {
    flex-wrap: wrap;
    justify-content: start;
    gap: 6px;
  }
}
.order_search .inner .search_wrap .search_input * {
  white-space: nowrap;
}
.order_search .inner .search_wrap .search_text {
  margin-top: 10px;
}
.order_search .inner .search_wrap .search_text input[type=text] {
  width: 100%;
}
.order_search .btn_set {
  padding: 0;
}
@media (max-width: 880px) {
  .order_search .btn_set {
    padding: 15px 0 0 0;
  }
}
@media (max-width: 767px) {
  .order_search .btn_set {
    width: 100%;
  }
}

.step_wrap {
  border-radius: 10px;
  margin: 5px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 2px solid #ccc;
}
@media (max-width: 767px) {
  .step_wrap {
    margin: 0 0 15px;
  }
}
.step_wrap .step_box {
  width: 25%;
  position: relative;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
@media (max-width: 767px) {
  .step_wrap .step_box {
    flex-direction: column;
    padding: 6px 2px 4px;
    gap: 5px;
    justify-content: start;
    width: auto;
    flex-grow: 1;
  }
}
.step_wrap .step_box + .step_box {
  border-left: 1px solid #578534;
}
.step_wrap .step_box .num {
  width: 24px;
  height: 24px;
  background: #dae9cf;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #578534;
}
@media (max-width: 767px) {
  .step_wrap .step_box .num {
    width: 21px;
    height: 21px;
  }
}
.step_wrap .step_box .text {
  line-height: 1.3em;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .step_wrap .step_box .text {
    text-align: center;
  }
}
.step_wrap .step_box .text.f17, .step_wrap .step_box .text#selected-date {
  font-size: 1rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .step_wrap .step_box .text.f17, .step_wrap .step_box .text#selected-date {
    font-size: 3.3vw;
  }
}
@media (max-width: 1200px) {
  .step_wrap .step_box .text .w1200_none {
    display: none;
  }
}
@media (max-width: 767px) {
  .step_wrap .step_box .text {
    letter-spacing: 0;
    font-size: 3.3vw;
  }
}
.step_wrap .step_box .text span.sub {
  font-size: 0.9em;
  display: inline-block;
  white-space: nowrap;
}
.step_wrap .step_box.current {
  background: #578534;
}
.step_wrap .step_box.current .num {
  background: #fff;
  font-weight: 600;
}
.step_wrap .step_box.current .text {
  color: #fff;
}
.step_wrap .step_box::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 100%;
  margin-top: -13px;
  border: 13px solid transparent;
  border-left: 10px solid #578534;
}
@media (max-width: 767px) {
  .step_wrap .step_box::after {
    display: none;
  }
}
.step_wrap .step_box:nth-child(1) {
  border-radius: 8px 0 0 8px;
}
.step_wrap .step_box:last-child {
  border-radius: 0 8px 8px 0;
}
.step_wrap .step_box:last-child::after {
  display: none;
}
.step_wrap.light {
  gap: 15px 2%;
  border: 0;
  border-radius: 0;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .step_wrap.light {
    gap: 10px 2%;
  }
}
.step_wrap.light .step_light {
  width: 23.5%;
  background: #ebf1e6;
  padding: 10px 15px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .step_wrap.light .step_light {
    width: 49%;
  }
}
.step_wrap.light .step_light .num {
  text-align: center;
  color: #578534;
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #bbb;
}
.step_wrap.light .step_light strong {
  display: block;
  text-align: center;
  line-height: 1.4em;
}
.step_wrap.light .step_light strong + p {
  margin-top: 5px;
}
.step_wrap.light.c3 .step_light {
  width: 32%;
}
@media (max-width: 767px) {
  .step_wrap.light.c3 .step_light {
    width: 49%;
  }
}

.scroll_wrap {
  height: 300px;
  padding: 10px 20px 20px;
  border: 1px solid #888;
  overflow: auto;
}
.scroll_wrap .line_title {
  padding: 10px 0 5px 0;
  margin-bottom: 13px;
}

a.blank_link {
  display: inline-block;
  padding: 0 25px 0 0;
  color: #578534;
  text-decoration: underline;
  position: relative;
  line-height: 1.4em;
}
a.blank_link:hover {
  text-decoration: none;
}
a.blank_link::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0.1em;
  background: url(../images/icon_blank_gr.svg) no-repeat;
}

.image_links {
  margin: 50px 0 20px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: center;
}
.image_links .box {
  width: 30%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .image_links .box {
    width: 47.5%;
  }
}
.image_links .box a {
  display: block;
}
.image_links .box a figure {
  text-align: center;
  padding-bottom: 8px;
}
.image_links .box a figure img {
  max-width: 50%;
}
.image_links .box a figcaption {
  text-align: center;
}
.image_links .box a figcaption * {
  display: block;
  letter-spacing: 0;
  text-decoration: underline;
  color: #578534;
  line-height: 1.55em;
}
.image_links .box a figcaption * + * {
  margin-top: 3px;
}
.image_links .box a:hover img {
  opacity: 0.85;
}
.image_links .box a:hover * {
  text-decoration: none;
}

.inner_link {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .inner_link {
    margin-bottom: 20px;
  }
}
.inner_link li {
  list-style-position: inside;
  list-style-type: disc;
}
@media (max-width: 767px) {
  .inner_link li a.f15 {
    font-size: 3.5vw;
  }
}

.image_text {
  display: flex;
  gap: 5%;
}
@media (max-width: 767px) {
  .image_text {
    flex-direction: column;
  }
}
.image_text figure {
  width: 20%;
}
@media (max-width: 767px) {
  .image_text figure {
    width: 50%;
    margin-inline: auto;
  }
}
.image_text .text_area {
  width: 70%;
  flex: 1;
}
@media (max-width: 767px) {
  .image_text .text_area {
    width: 100%;
    margin-top: 25px;
  }
}
.image_text .text_area > * {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .image_text .text_area > * {
    margin-top: 20px;
  }
}
.image_text .text_area p + p {
  margin-top: 15px;
}

.cart_inner_wrap {
  display: flex;
  gap: 5%;
}
@media (max-width: 767px) {
  .cart_inner_wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.cart_inner_wrap .cart_main {
  width: 70%;
}
@media (max-width: 767px) {
  .cart_inner_wrap .cart_main {
    width: 100%;
  }
}
.cart_inner_wrap .cart_side {
  width: 25%;
  min-width: 245px;
}
@media (max-width: 767px) {
  .cart_inner_wrap .cart_side {
    width: 100%;
  }
  .cart_inner_wrap .cart_side.sp_only {
    display: block;
  }
}
.cart_inner_wrap .cart_side .total_fee {
  border: 4px double #ccc;
  padding: 20px;
  text-align: right;
}
@media (max-width: 1200px) {
  .cart_inner_wrap .cart_side .total_fee {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .cart_inner_wrap .cart_side .total_fee {
    padding: 20px;
  }
}
.cart_inner_wrap .cart_side .total_fee .inner {
  padding-bottom: 10px;
}
.cart_inner_wrap .cart_side .total_fee .btn_set {
  padding: 0;
  flex-direction: column;
}
.cart_inner_wrap .cart_side .total_fee .btn_set input[type=button].orange {
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 0;
}
.cart_inner_wrap .cart_side .total_fee .btn_set .next {
  width: 100%;
}
.cart_inner_wrap .cart_side .total_fee .btn_set .prev {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px;
  position: relative;
}
.cart_inner_wrap .cart_side .total_fee .price_wrap {
  border-top: 1px dotted #888;
  margin-top: 10px;
  padding-top: 5px;
}

.units_all {
  margin: 0 0 25px 0;
  padding: 15px 25px 20px;
  background: #ecf3e6;
  border-radius: 5px;
}
.units_all p {
  line-height: 2em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .units_all p {
    line-height: 1.6em;
  }
}
.units_all p .caution {
  font-weight: 400;
}
.units_all .units_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.units_all .units_btn input {
  padding: 6px 15px 7px;
}
.units_all .units_btn input[type=text] {
  border-radius: 5px;
  border: 1px solid #666;
  width: 5em;
}
.units_all .units_btn input[type=submit],
.units_all .units_btn input[type=button] {
  background: #666;
  border-radius: 100px;
  border: 0;
  color: #fff;
  transition: 0.2s;
  cursor: pointer;
}
.units_all .units_btn input[type=submit]:hover,
.units_all .units_btn input[type=button]:hover {
  background: #555;
}
.units_all .units_btn .btn {
  border: none;
  padding: 0;
  background: none;
}
.units_all .units_btn .btn::before {
  display: none;
}

.cart_complete {
  padding: 0 0 30px 0;
}
.cart_complete p {
  line-height: 2em;
}

.cart_itemnone {
  padding: 35px 0;
}

.calendar-wrapper {
  position: relative;
}
.calendar-wrapper .calendar_btn {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #eff6ea;
  padding: 8px 15px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #91998b;
  width: -moz-fit-content;
  width: fit-content;
}
.calendar-wrapper .calendar_btn * {
  margin: 0 !important;
}
.calendar-wrapper .calendar_btn img {
  vertical-align: text-bottom;
}
.calendar-wrapper .calendar_btn:hover {
  background: #eefae5;
}
.calendar-wrapper .calendar-icon {
  cursor: pointer;
  width: 24px;
}

.calendar {
  position: absolute;
  top: 33px;
  left: 0;
  background: white;
  border: 1px solid #91998b;
  padding: 10px;
  display: none;
  z-index: 10;
}
.calendar table {
  border-collapse: collapse;
  width: 100%;
}
.calendar table th,
.calendar table td {
  width: 14.2%;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
.calendar table th {
  background: #eee;
}
.calendar table td.today {
  background-color: #e1e1e1;
  font-weight: bold;
  border-radius: 5px;
  color: #555 !important;
}
.calendar table td.disabled {
  color: #ccc;
  cursor: auto;
}
.calendar table td:hover:not(.disabled) {
  background-color: #dae9cf;
  border-radius: 5px;
}

#selected-date {
  margin: 10px 0 15px;
  font-weight: bold;
}
.calendar-nav {
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.calendar-nav * {
  margin: 0 !important;
}
.calendar-nav button {
  border: 1px solid #555;
  background: #eee;
  padding: 5px 10px;
  line-height: 1.3em;
  border-radius: 5px;
  cursor: pointer;
}
.calendar-nav button:hover {
  background: #dae9cf;
}
.calendar-nav button.noselect {
  pointer-events: none;
  filter: grayscale(100);
  opacity: 0.5;
}

.page_subtext {
  padding-bottom: 20px;
}

.event_info_wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #333;
}
.event_info_wrap * + p {
  margin-top: 5px;
}
.event_info_wrap p + p {
  margin-top: 20px;
}
.event_info_wrap p:last-child {
  margin-bottom: 0;
}
.event_info_wrap .event_type {
  color: #bf0000;
  font-weight: inherit;
  font-size: inherit;
}
.event_info_wrap h1 {
  margin-bottom: 20px;
  font-weight: 700;
}
.event_info_wrap h2 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}
.event_info_wrap .Duedate_message strong {
  color: #bf0000;
}
.event_info_wrap .event_data_image {
  display: flex;
  gap: 5%;
}
.event_info_wrap .event_data_image a {
  width: 30%;
}

.access_wrap {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .access_wrap {
    gap: 0;
  }
}
.access_wrap .access_image_wrap {
  width: 48%;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
@media (max-width: 767px) {
  .access_wrap .access_image_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.access_wrap .access_image_wrap .access_photo {
  width: 100%;
  text-align: center;
  padding: 0 20px;
  background: #f2f2f2;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.access_wrap .access_image_wrap .access_photo::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #2d6601;
  background-image: url(../images/zoom.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  z-index: 10;
}
.access_wrap .access_image_wrap .access_photo img {
  width: auto;
  height: 280px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.access_wrap .access_image_wrap .access_photo img:hover {
  opacity: 0.85;
}
.access_wrap .access_image_wrap .caption {
  display: block;
  width: 100%;
  padding: 0 10px;
  text-align: left;
}
.access_wrap .access_image_wrap .caption.step {
  text-indent: -2em;
  padding-left: calc(2em + 15px);
}

.map_wrap {
  width: 100%;
}
.map_wrap .map_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.map_wrap .map_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map_wrap p {
  text-align: center;
  margin-top: 8px;
}

.book_lists {
  margin-bottom: 20px;
}
.book_lists.auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, 19%);
  gap: 0 1%;
  align-items: start;
}
@media (max-width: 1023px) {
  .book_lists.auto {
    grid-template-columns: repeat(auto-fit, 200px);
  }
}
@media (max-width: 767px) {
  .book_lists.auto {
    grid-template-columns: repeat(2, 1fr);
  }
}
.book_lists.auto .list_inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  align-items: start;
}
.book_lists.auto .list_inner:nth-child(-n+5) {
  border-top: none;
}
@media (max-width: 767px) {
  .book_lists.auto .list_inner:nth-child(-n+3) {
    border-top: 1px solid #e8e8e8;
  }
  .book_lists.auto .list_inner:nth-child(-n+2) {
    border-top: none;
  }
}
.book_lists.auto .list_inner:last-child {
  border-bottom: none;
}
.book_lists.auto .list_inner .image_wrap {
  width: 100%;
  padding: 0 35px;
  width: 100%;
  padding: 0 0 15px 0;
  text-align: center;
}
.book_lists.auto .list_inner .image_wrap img {
  max-width: 80%;
}
@media (max-width: 767px) {
  .book_lists.auto .list_inner .image_wrap img {
    width: 100%;
  }
}
.book_lists.auto .list_inner .info_wrap {
  width: 80%;
  margin-inline: auto;
  padding-right: 0;
}
@media (max-width: 767px) {
  .book_lists.auto .list_inner .info_wrap {
    padding: 0;
  }
}

.faq_inner_link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
}
@media (max-width: 767px) {
  .faq_inner_link {
    grid-template-columns: repeat(1, 1fr);
  }
}
.faq_inner_link li {
  padding-left: 1.2em;
  position: relative;
}
.faq_inner_link li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.faq_inner_link li a {
  text-decoration: none;
}
.faq_inner_link li a:hover span {
  color: #578534;
  text-decoration: underline;
}

.bg_gray_title .question {
  padding-left: 1.3em;
  position: relative;
}
.bg_gray_title .question::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "Q.";
}
.bg_gray_title.flex {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}

.answer {
  margin: 0 15px;
  padding-left: 1.3em;
  position: relative;
}
.answer::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "A.";
}
.answer .a_content_title {
  display: block;
  margin-top: 10px;
}

.thanks_wrap h1.center_title {
  margin-bottom: 35px;
}
.thanks_wrap p {
  margin-bottom: 55px;
}

.list_page {
  margin-bottom: 25px;
  margin-top: 30px;
}
.list_page .search_results_ui {
  margin-bottom: 0;
}

.post_date {
  display: flex;
  justify-content: end;
}
.post_date span {
  font-weight: normal;
}

.detail_page_wrap {
  width: 960px;
  max-width: 100%;
  margin: 30px auto 0 auto;
  /* 装飾タグ 一覧 */
}
.detail_page_wrap * {
  font-size: 16px;
  font-weight: normal;
}
.detail_page_wrap * + figure,
.detail_page_wrap * + ol,
.detail_page_wrap * + ul,
.detail_page_wrap * + p,
.detail_page_wrap * + strong,
.detail_page_wrap * + center,
.detail_page_wrap * + table {
  margin-top: 25px;
}
.detail_page_wrap * + dl {
  margin-top: 25px;
}
.detail_page_wrap * + dl + dl {
  margin-top: 0;
}
.detail_page_wrap h2,
.detail_page_wrap h3,
.detail_page_wrap h4,
.detail_page_wrap h5,
.detail_page_wrap h6 {
  margin: 45px 0 10px;
}
.detail_page_wrap strong,
.detail_page_wrap center {
  display: block;
}
.detail_page_wrap strong {
  font-weight: 600;
}
.detail_page_wrap b {
  font-weight: 600;
}
.detail_page_wrap s {
  text-decoration: line-through;
}
.detail_page_wrap u {
  text-decoration: underline;
}
.detail_page_wrap big {
  font-size: 20px;
}
.detail_page_wrap big > * {
  font-size: inherit;
}
.detail_page_wrap small {
  font-size: 14px;
}
.detail_page_wrap small > * {
  font-size: inherit;
}
.detail_page_wrap h1 {
  padding: 3px 0 5px;
  font-weight: 600;
  color: #578534;
  border-top: 3px double #578534;
  border-bottom: 3px double #578534;
  font-size: 22px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .detail_page_wrap h1 {
    font-size: 4.6vw;
  }
}
.detail_page_wrap h2 {
  border-bottom: 1px solid #578534;
  font-size: 22px;
  padding: 0 0 6px 0;
  font-weight: 600;
  color: #578534;
}
@media (max-width: 767px) {
  .detail_page_wrap h2 {
    font-size: 4.6vw;
  }
}
.detail_page_wrap h3 {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .detail_page_wrap h3 {
    font-size: 4.4vw;
  }
}
.detail_page_wrap h4 {
  padding: 0 15px 0 15px;
  font-weight: 600;
  font-size: 18px;
  color: #2d6601;
  position: relative;
}
@media (max-width: 767px) {
  .detail_page_wrap h4 {
    font-size: 4.2vw;
  }
}
.detail_page_wrap h4::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 94%;
  border-radius: 2px;
  background-color: #2d6601;
}
.detail_page_wrap figure {
  width: min(430px, 100%);
}
.detail_page_wrap figure figcaption {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}
.detail_page_wrap figure > img {
  text-align: left;
}
.detail_page_wrap p {
  font-size: 16px;
}
.detail_page_wrap p + p,
.detail_page_wrap p + ul,
.detail_page_wrap p + dl,
.detail_page_wrap p + div,
.detail_page_wrap p + figure {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .detail_page_wrap table {
    margin: 15px 0;
  }
}
.detail_page_wrap table tr {
  border: 1px solid #888;
}
.detail_page_wrap table th {
  background: #f6f6f6;
  font-weight: 500;
}
.detail_page_wrap table td,
.detail_page_wrap table th {
  padding: 12px 15px;
  letter-spacing: 0;
  line-height: 1.4em;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .detail_page_wrap table td,
  .detail_page_wrap table th {
    padding: 8px;
  }
}
.detail_page_wrap ul {
  margin-left: 30px;
}
.detail_page_wrap ul li {
  list-style: disc;
  letter-spacing: 0.03em;
}
.detail_page_wrap ul li + li {
  margin-top: 5px;
}
.detail_page_wrap ul + p {
  margin-top: 25px;
}
.detail_page_wrap ul + ul {
  margin-top: 25px;
}
.detail_page_wrap ul.maru li {
  list-style: circle;
}
.detail_page_wrap ol {
  margin-left: 30px;
}
.detail_page_wrap ol li {
  list-style: auto;
}
.detail_page_wrap dl {
  display: flex;
  gap: 10px;
}
.detail_page_wrap dl dt {
  font-weight: 600;
}
.detail_page_wrap dl dd {
  font-weight: normal;
}
.detail_page_wrap dl + p {
  margin-top: 15px;
}
.detail_page_wrap dl + ul {
  margin-top: 15px;
}
.detail_page_wrap a {
  color: #578534;
  text-decoration: underline;
}

.post_nav {
  margin-top: 35px;
  border-top: solid 1px #2d6601;
  padding-top: 20px;
}
.post_nav .post_arrows {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.top_link {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top_link {
    margin-top: 15px;
  }
}

p + .guide_btn {
  margin-top: 7px;
}

.guide_btn {
  text-align: center;
  margin-bottom: 15px;
}
.guide_btn .link_btn {
  margin-left: auto;
  margin-right: auto;
}

.page_text_wrap p + p {
  margin-top: 15px;
}
.page_text_wrap .list_dot {
  margin-left: 0.5em;
}

.publi_list_outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 0 0 20px 0;
}
@media (max-width: 1000px) {
  .publi_list_outer {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .publi_list_outer {
    display: block;
    padding: 25px 0;
  }
}

.page_links {
  display: flex;
  gap: 0 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 10px;
}
@media (max-width: 767px) {
  .page_links {
    gap: 5px 15px;
  }
}
.page_links a {
  display: inline-block;
  padding: 5px 23px 5px 3px;
  border-bottom: 1px solid #888;
  position: relative;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .page_links a {
    font-size: 3.7vw;
    padding: 10px 23px 10px 3px;
  }
}
.page_links a::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 4px;
  top: 53%;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_s_gr.svg) no-repeat center;
  transition: 0.25s;
}
.page_links a:hover {
  color: #2d6601;
}
.page_links a:hover::before {
  transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 767px) {
  .location_wrap {
    padding: 0 5%;
  }
}
.location_wrap .store_base_box {
  display: flex;
  gap: 5%;
  padding: 3em 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .location_wrap .store_base_box {
    padding: 1.5em 0;
    flex-wrap: wrap;
  }
}
.location_wrap .store_base_box + .store_base_box {
  border-top: 1px solid #bfc0c0;
}
.location_wrap .store_base_box .store_base_body {
  width: 60%;
}
@media (max-width: 767px) {
  .location_wrap .store_base_box .store_base_body {
    width: 100%;
    order: 2;
  }
}
.location_wrap .store_base_box .store_base_body p {
  padding-bottom: 17px;
}
.location_wrap .store_base_box .store_base_body .store_base_title {
  color: #2d6601;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  display: block;
  background: #ebeeea;
}
@media (max-width: 767px) {
  .location_wrap .store_base_box .store_base_body .store_base_title {
    margin-bottom: 0.7em;
  }
}
.location_wrap .store_base_box .store_base_body .store_base_text {
  list-style: none;
  margin-bottom: 15px;
}
.location_wrap .store_base_box .store_base_body .store_base_text li + li {
  padding-top: 0.3em;
}
.location_wrap .store_base_box .store_base_image {
  width: 35%;
}
.location_wrap .store_base_box .store_base_image img {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .location_wrap .store_base_box .store_base_image {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
    order: 1;
  }
}/*# sourceMappingURL=style.css.map */