@charset "UTF-8";
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}/*
 * Theme Name: minoubooks2026
 * Version: 1.0
*/

/*adminheaderバーの高さを確保*/
.admin-bar header {
  margin-top: 12px;
}

@media screen and (max-width: 782px) {
  .admin-bar header {
    margin-top: 0;
  }
}

.password-form {}

.password-label {}

.password-box {
  border: 1px solid #ccc;
  padding: 5px;
  height: 30px;
  width: 60%;
}

.password-btn {
  border: 1px solid #ccc;
  padding: 5px 10px;
  height: 30px;
  line-height: 1;
}

/* ------------------------------------------------
 	common     
  ---------------------------------------------- */
@import url(//hello.myfonts.net/count/3d854e);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

@keyframes showAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* wrapper
-------------------------*/
.l-container {
  box-sizing: border-box;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding: 0 3.125vw 0 3.125vw;
  }
}
@media screen and (min-width: 1100px) {
  .l-container {
    padding: 0 6.25vw 0 3.125vw;
  }
}
@media screen and (min-width: 1800px) {
  .l-container {
    padding: 0 120px 0 60px;
  }
}

.contents {
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .contents {
    padding-bottom: 2.96875vw;
  }
}
@media screen and (min-width: 1800px) {
  .contents {
    padding-bottom: 57px;
  }
}

@media screen and (min-width: 768px) {
  .main-slider + .contents {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .main-slider + .contents {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 1100px) {
  .contents-body {
    display: flex;
    flex-direction: row-reverse;
  }
}

.side {
  display: none;
}
@media screen and (min-width: 1100px) {
  .side {
    display: block;
    width: 12.6041666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .side {
    width: 242px;
  }
}

.main {
  box-sizing: border-box;
  margin-bottom: -1px;
}
@media screen and (min-width: 1100px) {
  .main {
    width: calc(100% - 12.6041666667vw);
    padding-left: 3.6458333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .main {
    padding-left: 70px;
    width: calc(100% - 242px);
  }
}

/* ------------------------------------------------
 	footer    
  ---------------------------------------------- */
.to-top a {
  position: fixed;
  display: block;
  right: 12px;
  bottom: -50px;
  z-index: 10;
}
.to-top img {
  width: 43px;
  height: 43px;
}
@media screen and (min-width: 768px) {
  .to-top {
    display: none;
  }
}

.footer {
  box-sizing: border-box;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 45px;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 0 3.125vw 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .footer {
    font-size: 15px;
    padding: 0 60px 30px;
  }
}
.footer_logo_pc {
  display: none;
  width: 160px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer_logo_pc {
    display: block;
    width: 17.8125vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .footer_logo_pc {
    width: 342px;
    margin-bottom: 30px;
  }
}
.footer_logo_sp {
  display: block;
  width: 160px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer_logo_sp {
    display: none;
  }
}
.footer_address {
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .footer_address {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 1800px) {
  .footer_address {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer_inner {
    border-top: 1px solid #4D4D4D;
    padding: 2.1875vw 0 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }
}
@media screen and (min-width: 1800px) {
  .footer_inner {
    align-items: flex-start;
    padding: 42px 0 0;
  }
}
.footer_left {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer_left {
    margin-bottom: 0;
  }
}
.footer-lead {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-lead {
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.78125vw;
    font-size: 0.9895833333vw;
    margin-top: -6px;
  }
}
@media screen and (min-width: 1800px) {
  .footer-lead {
    margin-bottom: 15px;
    font-size: 19px;
    margin-top: -6px;
  }
}

.footer-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-left: -1.5px;
  margin-right: -1.5px;
}
@media screen and (min-width: 768px) {
  .footer-icon {
    justify-content: flex-end;
    margin-left: -3px;
    margin-right: -3px;
  }
}
.footer-icon li {
  margin-left: 1.5px;
  margin-right: 1.5px;
}
@media screen and (min-width: 768px) {
  .footer-icon li {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.footer-icon a {
  width: 23px;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-icon a {
    width: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .footer-icon a {
    width: 30px;
  }
}
.footer-icon a:hover {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  text-decoration: none;
  opacity: 0.5;
}

.footer-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    display: block;
  }
}

.footer-nav-list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5625vw;
}
@media screen and (min-width: 1800px) {
  .footer-nav-list {
    margin-bottom: 30px;
  }
}
.footer-nav-list li {
  font-family: 'NeueHaasUnicaW1G-Regular','Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.09375vw;
  margin-left: 0.8854166667vw;
}
@media screen and (min-width: 1800px) {
  .footer-nav-list li {
    font-size: 21px;
    margin-left: 17px;
  }
}
.footer-nav-list li:first-child {
  margin-left: 0;
}
.footer-nav-list li a {
  position: relative;
}
.footer-nav-list li a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

/* header
-------------------------*/
.header {
  box-sizing: border-box;
  background-color: #fff;
  z-index: 100;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1100px) {
  .header {
    position: relative;
    height: auto;
    padding: 1.6666666667vw 3.125vw 1.6145833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .header {
    padding: 32px 60px 31px;
  }
}

.header_inner-pc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .header_inner-pc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }
}
@media screen and (min-width: 1800px) {
  .header_inner-pc {
    align-items: flex-start;
  }
}
.header_inner-pc .header_logo {
  display: block;
  width: 256px;
  max-width: 470px;
}
@media screen and (min-width: 1100px) {
  .header_inner-pc .header_logo {
    margin-left: 0.2604166667vw;
    margin-bottom: 20px;
    width: 20vw;
  }
}
@media screen and (min-width: 1800px) {
  .header_inner-pc .header_logo {
    flex: 0 0 434px;
    margin-bottom: 40px;
    margin-left: 5px;
    width: 384px;
  }
}
.header_inner-pc .header_logo:hover {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (min-width: 1800px) {
  .header_inner-pc .header_right {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1100px) {
  .header_inner-pc .header_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.9895833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .header_inner-pc .header_top {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1100px) {
  .header_inner-pc .header_instagram {
    display: block;
    width: 1.5104166667vw;
    margin-right: 0.3125vw;
  }
  .header_inner-pc .header_instagram:hover {
    text-decoration: none;
    opacity: 0.5;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}
@media screen and (min-width: 1800px) {
  .header_inner-pc .header_instagram {
    width: 29px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 1100px) {
  .header_inner-pc .header_facebook {
    display: block;
    width: 1.5104166667vw;
  }
  .header_inner-pc .header_facebook:hover {
    text-decoration: none;
    opacity: 0.5;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}
@media screen and (min-width: 1800px) {
  .header_inner-pc .header_facebook {
    width: 29px;
  }
}
@media screen and (min-width: 1100px) {
  .header_inner-pc .header_cart {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 1.5104166667vw;
    margin-right: 0.7291666667vw;
  }
  .header_inner-pc .header_cart:hover {
    text-decoration: none;
    opacity: 0.5;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}
@media screen and (min-width: 1800px) {
  .header_inner-pc .header_cart {
    width: 29px;
    margin-right: 14px;
  }
}
.header_inner-pc .header-nav {
  display: none;
}
@media screen and (min-width: 1100px) {
  .header_inner-pc .header-nav {
    display: block;
  }
}
.header_inner-pc .header-nav-list {
  display: flex;
  justify-content: flex-end;
}
.header_inner-pc .header-nav-list li {
  position: relative;
  font-size: 1.09375vw;
  font-family: 'NeueHaasUnicaW1G-Regular','Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
  margin-left: 0.8854166667vw;
}
.header_inner-pc .header-nav-list li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1800px) {
  .header_inner-pc .header-nav-list li {
    font-size: 21px;
    margin-left: 17px;
  }
}
.header_inner-pc .header-nav-list li a {
  position: relative;
}
.header_inner-pc .header-nav-list li a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.header_inner-pc .header-nav-list > li:hover .header-nav-list_body {
  display: block;
}
.header_inner-pc .header-nav-list_body {
  display: none;
  background: #fff;
  padding: 0.5208333333vw 0.3645833333vw 0;
  min-width: 7.5vw;
  position: absolute;
}
.header_inner-pc .header-nav-list_body a {
  display: block;
}
.header_inner-pc .header-nav-list_body li {
  margin-bottom: 0.4166666667vw;
  margin-left: 0;
  font-size: 0.9375vw;
}
@media screen and (min-width: 1800px) {
  .header_inner-pc .header-nav-list_body {
    padding: 10px 7px 0;
    min-width: 144px;
  }
  .header_inner-pc .header-nav-list_body li {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.header_inner-pc .header_catch {
  display: none;
}

.home .header_catch {
  display: none;
  white-space: nowrap;
  font-size: 1.09375vw;
}
@media screen and (min-width: 1100px) {
  .home .header_catch {
    display: block;
  }
}
@media screen and (min-width: 1800px) {
  .home .header_catch {
    font-size: 21px;
  }
}

@media screen and (min-width: 1800px) {
  .header_inner-sp {
    display: none;
  }
}
.header_inner-sp .header_logo_sp {
  position: relative;
  display: block;
  margin-right: 40px;
}
.header_inner-sp .header_logo1 {
  display: block;
  width: 133px;
  z-index: 2;
  padding-bottom: 18px;
}
.header_inner-sp .header_logo2 {
  display: block;
  width: 160px;
  height: auto;
  z-index: 1;
  transition-property: all;
  transition-duration: 0ms;
  transition-timing-function: ease-in;
}
.header_inner-sp .header__menu-btn {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 40px;
  height: 28px;
  box-sizing: border-box;
  z-index: 95;
}
@media screen and (min-width: 1100px) {
  .header_inner-sp .header__menu-btn {
    display: none;
  }
}
.header_inner-sp .header__menu-btn:before {
  position: absolute;
  top: 6px;
  left: 5px;
  box-sizing: border-box;
  width: 29px;
  height: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  transition: all 300ms;
}
.header_inner-sp .header__menu-btn:after {
  position: absolute;
  top: 13px;
  left: 5px;
  content: "";
  width: 29px;
  height: 1px;
  background: #000;
  transition: all 300ms;
}
.header_inner-sp .header__menu-btn.is_open:before {
  transform: rotate(25deg);
  border-bottom: none;
  top: 13px;
  left: 2px;
  width: 32px;
}
.header_inner-sp .header__menu-btn.is_open:after {
  transform: rotate(-25deg);
  top: 14px;
  left: 5px;
  width: 32px;
}

.is_open .header_logo2,
.is-down .header_logo2 {
  opacity: 0;
  margin-top: -24px;
  transition: all 250ms ease-in;
}

@media screen and (min-width: 1100px) {
  .sp-nav {
    display: none !important;
  }
}

.sp-nav_header {
  width: 100%;
  padding: 20px 20px 17px;
  box-sizing: border-box;
  background-color: #fff;
}

.sp-nav_scroll {
  display: none;
}

.is_open + .sp-nav_scroll {
  display: block;
  animation: showAnime 300ms;
}

.sp-nav.is_open {
  display: block;
  animation: showAnime 300ms;
}

/* gnav
-------------------------*/
body {
  margin-top: 90px;
}
@media screen and (min-width: 1100px) {
  body {
    margin-top: 0;
  }
}

body.fixed {
  margin-top: 65px;
}
@media screen and (min-width: 1100px) {
  body.fixed {
    margin-top: 0;
  }
}

.gnav {
  margin-top: 90px;
  overflow-y: scroll;
  height: calc(100vh - 65px);
  position: relative;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 100px;
  box-sizing: border-box;
  background-color: #E9EBF0;
  z-index: 90;
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: ease-in;
}
.gnav_inner {
  position: relative;
  padding: 19px 20px 6px 20px;
}
.gnav_inner::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #F8F8F8;
  content: "";
}
.gnav_inner:first-child {
  padding: 0 20px 10px;
}
.gnav_inner:first-child:before {
  display: none;
}
.gnav_head {
  font-size: 20px;
  font-family: 'NeueHaasUnicaW1G-Regular','Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.gnav_head2 {
  font-size: 20px;
  font-family: 'NeueHaasUnicaW1G-Regular','Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
  margin-top: -7px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
.gnav_search {
  position: relative;
  width: 211px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.gnav_search-input {
  width: 100%;
  border: none;
  padding: 8px 72px 8px 12px;
  box-shadow: none;
  background-color: #fff;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.gnav_search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 0 12px;
  height: 100%;
  box-shadow: none;
  padding-left: 20px;
  background-color: transparent;
  background-image: url(//minoubooks.com/wp-content/themes/minoubooks2026/img/icon_search.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;
  font-size: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
}
.gnav.is_open {
  top: 120px;
}
@media screen and (min-width: 1100px) {
  .gnav {
    display: none !important;
  }
}
.gnav_search-link {
  margin-bottom: 10px;
  font-size: 15px;
}

.gnav_link {
  margin-top: 17px;
  position: relative;
  font-size: 18px;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.gnav_link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F8F8F8;
  content: "";
}

.gnav_inner.is-list-info {
  padding: 22px 22px 6px 22px;
}

.gnav_inner.is-list-category {
  padding: 19px 20px 14px 20px;
}

.gnav-list {
  margin-bottom: 24px;
}
.gnav-list li {
  margin-bottom: 1px;
}
.gnav-list li a {
  display: block;
}
.gnav-list.is-list-category {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
}
.gnav-list.is-list-category li {
  margin-bottom: 6px;
  border-bottom: 1px solid #fff;
  margin-left: 4px;
  margin-right: 8px;
}
.gnav-list.is-list-category li a {
  padding-left: 16px;
  padding-bottom: 4px;
}
.gnav-list.is-list-category2 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
}
.gnav-list.is-list-category2 li {
  margin-bottom: 6px;
  border-bottom: 1px solid #fff;
  margin-left: 4px;
  margin-right: 8px;
}
.gnav-list.is-list-category2 li a {
  padding-left: 16px;
  padding-bottom: 4px;
}
.gnav-list.is-list-category2 li:last-child {
  border-bottom: none;
}
.gnav-list.is-list-menu {
  font-family: 'NeueHaasUnicaW1G-Regular','Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
.gnav-list.is-list-info {
  font-size: 14px;
}
.gnav-list.is-list-info li {
  line-height: 1.9375;
  margin-bottom: 0.1041666667vw;
  padding-left: 1.1em;
  position: relative;
}
.gnav-list.is-list-info li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "―";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.gnav-list_sns {
  position: absolute;
  top: 21px;
  right: 20px;
  display: flex;
}
.gnav-list_sns img {
  mix-blend-mode: multiply;
}
.gnav-list_sns .is_instagram {
  width: 23px;
  margin-right: 7px;
}
.gnav-list_sns .is_facebook {
  width: 23px;
}

.side {
  font-size: 16px;
}
.side_inner {
  margin-bottom: 1.8229166667vw;
  padding-bottom: 0.78125vw;
  border-bottom: 1px solid #000;
}
.side_inner:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1800px) {
  .side_inner {
    margin-bottom: 35px;
    padding-bottom: 15px;
  }
}
.side_title {
  margin-bottom: 1.09375vw;
  padding-bottom: 1.09375vw;
  border-bottom: 1px solid #000;
  font-size: 1.3020833333vw;
  font-family: 'NeueHaasUnicaW1G-Regular','Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1800px) {
  .side_title {
    margin-bottom: 21px;
    padding-bottom: 21px;
    font-size: 25px;
  }
}
.side_search {
  position: relative;
  width: 100%;
  margin-bottom: 1.5625vw;
  display: flex;
}
@media screen and (min-width: 1800px) {
  .side_search {
    margin-bottom: 30px;
  }
}
.side_search-input {
  width: 100%;
  border: 1px solid #000;
  padding: 0.5208333333vw 4.1666666667vw 0.5208333333vw 0.625vw;
  font-size: 0.8333333333vw;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}
@media screen and (min-width: 1800px) {
  .side_search-input {
    padding: 10px 80px 10px 12px;
    font-size: 16px;
  }
}
.side_search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 0 0.625vw 0 1.3541666667vw;
  height: 100%;
  box-shadow: none;
  background-color: transparent;
  background-image: url(//minoubooks.com/wp-content/themes/minoubooks2026/img/icon_search.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.9895833333vw auto;
  font-size: 0.9375vw;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
}
@media screen and (min-width: 1800px) {
  .side_search-btn {
    background-size: 19px auto;
    padding: 0 12px 0 26px;
    font-size: 18px;
  }
}
.side_search-link {
  font-size: 0.9895833333vw;
  margin-bottom: 0.8333333333vw;
}
@media screen and (min-width: 1800px) {
  .side_search-link {
    font-size: 19px;
    margin-bottom: 16px;
  }
}

.side_banner {
  margin-bottom: 1.5625vw;
}
@media screen and (min-width: 1800px) {
  .side_banner {
    margin-bottom: 30px;
  }
}

.side_link {
  margin-bottom: 1.8229166667vw;
  padding-bottom: 1.1979166667vw;
  border-bottom: 1px solid #000;
  font-size: 1.09375vw;
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (min-width: 1800px) {
  .side_link {
    margin-bottom: 35px;
    padding-bottom: 23px;
    font-size: 21px;
  }
}

.side-list {
  margin-bottom: 1.9270833333vw;
}
@media screen and (min-width: 1800px) {
  .side-list {
    margin-bottom: 37px;
  }
}
.side-list.is-list-category {
  font-size: 1.0416666667vw;
}
.side-list.is-list-category li {
  margin-bottom: 0.8333333333vw;
}
@media screen and (min-width: 1800px) {
  .side-list.is-list-category {
    font-size: 20px;
  }
  .side-list.is-list-category li {
    margin-bottom: 16px;
  }
}
.side-list.is-list-info {
  margin-bottom: 1.5625vw;
  font-size: 0.8333333333vw;
}
.side-list.is-list-info li {
  line-height: 1.9375;
  margin-bottom: 0.1041666667vw;
  padding-left: 1.1em;
  position: relative;
}
.side-list.is-list-info li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "―";
  display: inline-block;
  width: 1em;
  height: 1em;
}
@media screen and (min-width: 1800px) {
  .side-list.is-list-info {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .side-list.is-list-info li {
    margin-bottom: 2px;
  }
}

.side-sns-list {
  display: flex;
  margin-top: 1.0416666667vw;
}
.side-sns-list li {
  width: 1.6666666667vw;
  margin-right: 0.3125vw;
}
.side-sns-list a {
  display: block;
}
.side-sns-list a:hover {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (min-width: 1800px) {
  .side-sns-list {
    margin-top: 20px;
  }
  .side-sns-list li {
    margin-right: 6px;
    width: 32px;
  }
}

.side-banner {
  margin-bottom: 10px;
}
.side-banner a {
  display: block;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.side-banner a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.about_img {
  margin: 0 -20px 28px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .about_img {
    margin: 0 auto 2.7083333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .about_img {
    margin: 0 auto 52px;
  }
}
.about_img.is-img-leead {
  margin-bottom: 35px;
}
@media screen and (min-width: 1100px) {
  .about_img.is-img-leead {
    margin-bottom: 4.53125vw;
  }
}
@media screen and (min-width: 1800px) {
  .about_img.is-img-leead {
    margin-bottom: 87px;
  }
}
@media screen and (min-width: 1100px) {
  .about_img.is-img-leead2 {
    max-width: 53.6458333333vw;
    margin: 0 auto 3.9583333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .about_img.is-img-leead2 {
    max-width: 1030px;
    margin: 0 auto 76px;
  }
}
.about_txt {
  margin-bottom: 53px;
  font-size: 14px;
  line-height: 1.785714286;
}
@media screen and (min-width: 1100px) {
  .about_txt {
    line-height: 2;
    max-width: 54.4270833333vw;
    margin: 0 auto 3.125vw;
    text-align: center;
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1800px) {
  .about_txt {
    max-width: 1045px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 18px;
  }
}
.about_logo {
  margin: 0 auto 48px;
}
@media screen and (min-width: 1100px) {
  .about_logo {
    margin: 0 auto 3.6458333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .about_logo {
    margin: 0 auto 70px;
  }
}
.about_logo.is-logo-minou {
  width: 230px;
}
.about_logo.is-logo-minou img {
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .about_logo.is-logo-minou {
    width: 22.5520833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .about_logo.is-logo-minou {
    width: 433px;
  }
}
.about_logo.is-logo-reed {
  width: 203px;
  margin-bottom: 22px;
}
.about_logo.is-logo-reed img {
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .about_logo.is-logo-reed {
    margin-bottom: 1.25vw;
    width: 19.375vw;
  }
}
@media screen and (min-width: 1800px) {
  .about_logo.is-logo-reed {
    width: 372px;
    margin-bottom: 24px;
  }
}
.about_info {
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .about_info {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 1800px) {
  .about_info {
    margin-bottom: 90px;
  }
}
.about_info.is-info-leead {
  margin-bottom: 50px;
}
@media screen and (min-width: 1100px) {
  .about_info.is-info-leead {
    margin-bottom: 3.2291666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .about_info.is-info-leead {
    margin-bottom: 62px;
  }
}
.about_info-txt {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
@media screen and (min-width: 1100px) {
  .about_info-txt {
    font-size: 0.9375vw;
    max-width: 54.4270833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .about_info-txt {
    font-size: 18px;
    max-width: 1045px;
  }
}
.about_info-txt + .about_info-address {
  margin-top: 30px;
}
@media screen and (min-width: 1100px) {
  .about_info-txt + .about_info-address {
    margin-top: 2.7604166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .about_info-txt + .about_info-address {
    margin-top: 53px;
  }
}
.about_info-address {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 1.785714286;
}
@media screen and (min-width: 1100px) {
  .about_info-address {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 1800px) {
  .about_info-address {
    font-size: 15px;
  }
}

.main-visual {
  margin-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .main-visual {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .main-visual {
    margin-bottom: 20px;
  }
}

.mv_img {
  margin: 0 -20px 25px;
}
@media screen and (min-width: 768px) {
  .mv_img {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .mv_img {
    margin: 0 0 2.6041666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .mv_img {
    margin: 0 0 50px;
  }
}
.mv_img img {
  margin: 0 auto;
}
.mv_title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .mv_title {
    font-size: 2.2916666667vw;
    margin-bottom: 1.8229166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .mv_title {
    font-size: 44px;
    margin-bottom: 35px;
  }
}
.mv_txt {
  font-size: 13px;
}
@media screen and (min-width: 1100px) {
  .mv_txt {
    font-size: 1.1458333333vw;
    text-align: center;
  }
}
@media screen and (min-width: 1800px) {
  .mv_txt {
    font-size: 22px;
  }
}

.main-slider {
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.main-slider img {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .main-slider {
    margin-bottom: 4.0625vw;
  }
}
@media screen and (min-width: 1800px) {
  .main-slider {
    margin-bottom: 78px;
  }
}
.main-slider .slide-dots,
.main-slider .slick-dots {
  margin-top: -20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .main-slider .slide-dots,
.main-slider .slick-dots {
    margin-top: -2.0833333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .main-slider .slide-dots,
.main-slider .slick-dots {
    margin-top: -40px;
  }
}
.main-slider .slide-dots li,
.main-slider .slick-dots li {
  border: 1px solid #000;
  background-color: #DEDEDE;
  position: relative;
  margin: 0 4px;
}
@media screen and (min-width: 1100px) {
  .main-slider .slide-dots li,
.main-slider .slick-dots li {
    margin: 0 9px;
  }
}
@media screen and (min-width: 1800px) {
  .main-slider .slide-dots li,
.main-slider .slick-dots li {
    margin: 0 9px;
  }
}
.main-slider .slide-dots li,
.main-slider .slide-dots li button,
.main-slider .slick-dots li,
.main-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
@media screen and (min-width: 1100px) {
  .main-slider .slide-dots li,
.main-slider .slide-dots li button,
.main-slider .slick-dots li,
.main-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.main-slider .slide-dots .slick-active,
.main-slider .slick-dots .slick-active {
  background-color: #fff;
}
.main-slider .slide-dots li button,
.main-slider .slick-dots li button {
  border: none;
  background: transparent;
  position: absolute;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.slide-list_item {
  position: relative;
  max-height: 640px;
}
.slide-list__data.is_left_top {
  left: 22px;
  top: 20px;
}
@media screen and (min-width: 1100px) {
  .slide-list__data.is_left_top {
    left: 3.59375vw;
    top: 2.6041666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .slide-list__data.is_left_top {
    left: 69px;
    top: 50px;
  }
}
.slide-list__data.is_left_bottom {
  left: 22px;
  bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .slide-list__data.is_left_bottom {
    left: 3.59375vw;
    bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .slide-list__data.is_left_bottom {
    left: 69px;
    bottom: 50px;
  }
}
.slide-list_term {
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 1100px) {
  .slide-list_term {
    font-size: 1.5625vw;
    margin-bottom: 0.4166666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .slide-list_term {
    margin-bottom: 8px;
    font-size: 30px;
  }
}
.slide-list__data {
  position: absolute;
  z-index: 80;
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #000;
  background: #fff;
  padding: 13px 17px;
}
@media screen and (min-width: 1100px) {
  .slide-list__data {
    padding: 1.0416666667vw 2.0833333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .slide-list__data {
    padding: 20px 40px;
  }
}
.slide-list_title {
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .slide-list_title {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .slide-list_title {
    font-size: 40px;
  }
}
.slide-list_txt {
  font-size: 14px;
  border-bottom: 1px solid #4D4D4D;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
@media screen and (min-width: 1100px) {
  .slide-list_txt {
    margin-bottom: 0.9375vw;
    padding-bottom: 0.5729166667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .slide-list_txt {
    margin-bottom: 18px;
    padding-bottom: 11px;
    font-size: 32px;
  }
}

.sns-list {
  display: flex;
  margin-top: 1.0416666667vw;
}
.sns-list li {
  width: 1.7708333333vw;
}
.sns-list a {
  display: block;
}
.sns-list a:hover {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (min-width: 1800px) {
  .sns-list {
    margin-top: 20px;
  }
  .sns-list li {
    width: 34px;
  }
}

.bnr-list {
  margin-right: -2.13%;
  margin-left: -2.13%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 27px;
  padding-bottom: 11px;
  border-bottom: 1px solid #4D4D4D;
}
.bnr-list .bnr-list_item {
  margin-right: 2.13%;
  margin-left: 2.13%;
  flex: 0 0 45.74%;
  margin-bottom: 20px;
}
.bnr-list .bnr-list_item > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1100px) {
  .bnr-list {
    margin-right: -0.76%;
    margin-left: -0.76%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 0;
    border-bottom: none;
  }
  .bnr-list .bnr-list_item {
    margin-right: 0.76%;
    margin-left: 0.76%;
    flex: 0 0 23.48%;
    margin-bottom: 20px;
  }
  .bnr-list .bnr-list_item > *:last-child {
    margin-bottom: 0 !important;
  }
}
.bnr-list .bnr-list_item {
  margin-bottom: 7px;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .bnr-list .bnr-list_item {
    margin-bottom: 13px;
  }
}
.bnr-list .bnr-list_item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  order: 10;
}
@media screen and (min-width: 1100px) {
  .bnr-list .bnr-list_item h3 {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1800px) {
  .bnr-list .bnr-list_item h3 {
    font-size: 18px;
  }
}
.bnr-list .bnr-list_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .bnr-list .bnr-list_item a {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
  .bnr-list .bnr-list_item a:hover {
    opacity: 0.7;
  }
}
.bnr-list .bnr-list_item img {
  width: 100%;
  margin-bottom: 9px;
}
@media screen and (min-width: 1100px) {
  .bnr-list .bnr-list_item img {
    margin-bottom: 0.46875vw;
  }
}
@media screen and (min-width: 1800px) {
  .bnr-list .bnr-list_item img {
    margin-bottom: 9px;
  }
}

.item-list {
  margin-right: -3.9%;
  margin-left: -3.9%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.item-list li {
  margin-right: 3.9%;
  margin-left: 3.9%;
  flex: 0 0 42.2%;
  margin-bottom: 20px;
}
.item-list li > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1100px) {
  .item-list {
    margin-right: -1.81%;
    margin-left: -1.81%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .item-list li {
    margin-right: 1.81%;
    margin-left: 1.81%;
    flex: 0 0 16.38%;
    margin-bottom: 20px;
  }
  .item-list li > *:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1100px) {
  .item-list {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-list {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .post-type-search .item-list, .post-type-tag .item-list, .post-type-all .item-list {
    margin-top: 0;
  }
}
@media screen and (min-width: 1800px) {
  .post-type-search .item-list, .post-type-tag .item-list, .post-type-all .item-list {
    margin-top: 0;
  }
}
.item-list li {
  margin-bottom: 26px;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .item-list li {
    margin-bottom: 2.2916666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-list li {
    margin-bottom: 44px;
  }
}
.item-list li img {
  object-fit: contain;
  width: auto;
  margin: 0 auto 12px;
}
@media screen and (min-width: 1100px) {
  .item-list li img {
    margin: 0 auto 1.40625vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-list li img {
    margin: 0 auto 27px;
  }
}
.item-list li a {
  display: block;
}
.item-list li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .item-list li a {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
  .item-list li a:hover {
    opacity: 0.7;
  }
}
.item-list .is_new1-1,
.item-list .is_new1-2,
.item-list .is_new2-1,
.item-list .is_new2-2 {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  content: "";
  box-sizing: border-box;
  z-index: 10;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
  background: #E9EBF0;
  border: 1px solid #E9EBF0;
}
@media screen and (min-width: 1100px) {
  .item-list .is_new1-1,
.item-list .is_new1-2,
.item-list .is_new2-1,
.item-list .is_new2-2 {
    width: 3.28125vw;
    height: 3.28125vw;
    top: -0.8333333333vw;
    right: -1.6666666667vw;
    font-size: 0.8854166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-list .is_new1-1,
.item-list .is_new1-2,
.item-list .is_new2-1,
.item-list .is_new2-2 {
    font-size: 17px;
    width: 63px;
    height: 63px;
    top: -16px;
    right: -32px;
  }
}
.item-list .is_new2-2,
.item-list .is_new2-1 {
  background: #E9EBF0;
  border: 1px solid #E9EBF0;
}
.item-list .is_new1-2,
.item-list .is_new2-2 {
  font-size: 10px;
}
@media screen and (min-width: 1100px) {
  .item-list .is_new1-2,
.item-list .is_new2-2 {
    font-size: 0.7291666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-list .is_new1-2,
.item-list .is_new2-2 {
    font-size: 14px;
  }
}
.item-list .item-list_title {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (min-width: 1100px) {
  .item-list .item-list_title {
    font-size: 0.9895833333vw;
    margin-bottom: 0.3645833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-list .item-list_title {
    font-size: 19px;
    margin-bottom: 7px;
  }
}
.item-list .item-list_name {
  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1100px) {
  .item-list .item-list_name {
    font-size: 0.8854166667vw;
    margin-bottom: 0.3645833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-list .item-list_name {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
.item-list .item-list_price {
  line-height: 1.5;
  font-size: 15px;
}
@media screen and (min-width: 1100px) {
  .item-list .item-list_price {
    font-size: 0.9895833333vw;
    margin-bottom: 0.3645833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-list .item-list_price {
    font-size: 19px;
    margin-bottom: 7px;
  }
}

.is-item-list_featured .is_new1-1,
.is-item-list_featured .is_new1-2 {
  background: #E9EBF0;
  border: 1px solid #E9EBF0;
}

.is-item-list_featured li:nth-child(n+9) {
  display: none;
}
@media screen and (min-width: 1100px) {
  .is-item-list_featured li:nth-child(n+9) {
    display: block;
  }
}

.is-item-list_item li:nth-child(n+21) {
  display: none;
}
@media screen and (min-width: 1100px) {
  .is-item-list_item li:nth-child(n+21) {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  .article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.article-list li {
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .article-list li {
    width: calc(50% - 18px);
    margin: 0 0 2.0833333333vw;
    box-sizing: border-box;
    font-size: 0.8854166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .article-list li {
    font-size: 17px;
    margin: 0 0 40px;
  }
}
.article-list li a {
  display: block;
}
.article-list li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .article-list li a:hover .article-list_thumb {
    opacity: 0.5;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}
.article-list_thumb {
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .article-list_thumb {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 1800px) {
  .article-list_thumb {
    margin-bottom: 15px;
  }
}
.article-list_thumb img {
  margin: 0 auto;
}
.article-list_title {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1100px) {
  .article-list_title {
    font-size: 1.1458333333vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1800px) {
  .article-list_title {
    font-size: 22px;
  }
}

.top-news-list {
  font-size: 13px;
  margin-bottom: 16px;
}
.top-news-list li {
  margin-bottom: 3px;
  line-height: 2;
  white-space: nowrap;
}
.top-news-list a {
  display: flex;
  width: 100%;
}
.top-news-list_meta {
  padding-right: 17px;
  flex-shrink: 0;
}
.top-news-list li:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 1100px) {
  .top-news-list {
    font-size: 0.9375vw;
    margin-bottom: 1.0416666667vw;
  }
  .top-news-list li {
    line-height: 1.8;
    margin-bottom: 0.625vw;
    padding-right: 7.2916666667vw;
  }
  .top-news-list li:nth-child(n+4) {
    display: block;
  }
  .top-news-list li:nth-child(n+5) {
    display: none;
  }
  .top-news-list_meta {
    padding-right: 23px;
  }
  .top-news-list_more {
    margin-top: -2.8645833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .top-news-list {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .top-news-list li {
    margin-bottom: 12px;
    padding-right: 140px;
  }
  .top-news-list_meta {
    padding-right: 23px;
  }
  .top-news-list_more {
    margin-top: -55px;
  }
}

.tab-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 40px;
  font-size: 12px;
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (min-width: 1100px) {
  .tab-list {
    font-size: 0.9375vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1800px) {
  .tab-list {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
.tab-list li {
  margin-bottom: 14px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  line-height: 1;
}
.tab-list li input {
  display: none;
}
.tab-list li a, .tab-list li label {
  white-space: nowrap;
  cursor: pointer;
  display: block;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.5);
}
.tab-list li a:hover, .tab-list li label:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .tab-list li a, .tab-list li label {
    padding: 0 0.5208333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .tab-list li a, .tab-list li label {
    padding: 0 10px;
  }
}
.tab-list li input[type=radio]:checked + label {
  color: #000;
}
.tab-list li:first-child {
  border-right: 1px solid #000;
}
.tab-list li:first-child a {
  color: #000;
}

.order-list dd {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 2;
}
.order-list dd a {
  margin-right: 20px;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 1100px) {
  .order-list dd {
    margin-bottom: 1.5625vw;
    font-size: 1.0416666667vw;
  }
  .order-list dd a {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .order-list dd {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .order-list dd a {
    margin-right: 20px;
  }
}

.access_img {
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
}
.access_img iframe {
  width: 100%;
  height: 208px;
}
@media screen and (min-width: 1100px) {
  .access_img iframe {
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .access_img {
    margin-bottom: 28px;
    padding-right: 2.1354166667vw;
    max-width: 45.8333333333vw;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1800px) {
  .access_img {
    padding-right: 41px;
    max-width: 880px;
  }
}
.access_inner + .access_inner {
  margin-top: 28px;
}
@media screen and (min-width: 1100px) {
  .access_inner {
    display: flex;
  }
}
.access_txt {
  font-size: 13px;
  flex: 1;
}
@media screen and (min-width: 1100px) {
  .access_txt {
    font-size: 0.8854166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .access_txt {
    font-size: 17px;
  }
}
.access_txt p {
  line-height: 1.538;
  margin-bottom: 13px;
}
@media screen and (min-width: 1100px) {
  .access_txt p {
    line-height: 1.7;
    margin-bottom: 1.71875vw;
  }
}
@media screen and (min-width: 1800px) {
  .access_txt p {
    margin-bottom: 28px;
  }
}
.access_link {
  margin-top: 2em;
}
.access_link a {
  display: block;
  text-decoration: underline;
}
.access_link a:hover {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  text-decoration: none;
}

@media screen and (min-width: 1100px) {
  .shop-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.shop-list_img {
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .shop-list_img {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .shop-list_img {
    margin-bottom: 30px;
  }
}
.shop-list li {
  margin-bottom: 30px;
}
.shop-list li a {
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 1100px) {
  .shop-list li a:hover {
    text-decoration: none;
    opacity: 0.5;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}
@media screen and (min-width: 1100px) {
  .shop-list li {
    width: calc(50% - 18px);
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .shop-list li {
    width: calc(50% - 18px);
    margin-bottom: 70px;
  }
}
.shop-list_name {
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .shop-list_name {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .shop-list_name {
    font-size: 20px;
  }
}
.shop-list_txt {
  font-size: 13px;
}
@media screen and (min-width: 1100px) {
  .shop-list_txt {
    font-size: 0.8854166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .shop-list_txt {
    font-size: 17px;
  }
}

.section {
  border-bottom: 1px solid #4D4D4D;
  padding-bottom: 20px;
  padding-top: 9px;
}
@media screen and (min-width: 1100px) {
  .section {
    padding-bottom: 1.0416666667vw;
    padding-top: 1.3020833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .section {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
.section:first-child {
  padding-top: 10px;
  border-top: 1px solid #4D4D4D;
}
@media screen and (min-width: 1100px) {
  .section:first-child {
    border-top: none;
    padding-top: 0;
  }
  .section:first-child .section_title {
    padding-bottom: 1.09375vw;
    border-bottom: 1px solid #000;
  }
}
@media screen and (min-width: 1800px) {
  .section:first-child .section_title {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 1100px) {
  .section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1800px) {
  .section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.section_title, .section_sub-title {
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-bottom: 14px;
  font-size: 16px;
}
@media screen and (min-width: 1100px) {
  .section_title, .section_sub-title {
    font-size: 1.3020833333vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .section_title, .section_sub-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.section_title.is-title-en, .section_sub-title.is-title-en {
  font-size: 18px;
  font-family: 'NeueHaasUnicaW1G-Regular','Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1100px) {
  .section_title.is-title-en, .section_sub-title.is-title-en {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .section_title.is-title-en, .section_sub-title.is-title-en {
    font-size: 25px;
  }
}
.section_sub-title {
  font-size: 16px;
}
@media screen and (min-width: 1100px) {
  .section_sub-title {
    font-size: 1.1979166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .section_sub-title {
    font-size: 23px;
  }
}
.section_more {
  text-align: right;
  font-size: 13px;
}
.section_more a {
  display: inline-block;
  padding-left: 50px;
  background-image: url(//minoubooks.com/wp-content/themes/minoubooks2026/img/icon_link_01.svg);
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  background-position: 0 4px;
  background-size: 50% 50%;
}
.section_more a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (min-width: 1100px) {
  .section_more {
    font-size: 0.9375vw;
    margin-bottom: 1.0416666667vw;
  }
  .section_more a {
    background-position: 0 6px;
    padding-left: 2.34375vw;
    background-size: 1.875vw auto;
  }
}
@media screen and (min-width: 1800px) {
  .section_more {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section_more a {
    padding-left: 45px;
    background-size: 36px auto;
  }
}
.section_back {
  white-space: nowrap;
  font-size: 13px;
}
@media screen and (min-width: 1100px) {
  .section_back {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1800px) {
  .section_back {
    font-size: 18px;
  }
}
.section_back a {
  display: inline-block;
  padding-left: 30px;
  background-image: url(//minoubooks.com/wp-content/themes/minoubooks2026/img/icon_link_02.svg);
  background-repeat: no-repeat;
  background-position: 0 7px;
  background-size: 26px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
@media screen and (min-width: 1100px) {
  .section_back a {
    padding-left: 2.1875vw;
    background-size: 1.875vw auto;
  }
}
@media screen and (min-width: 1800px) {
  .section_back a {
    padding-left: 42px;
    background-size: 36px auto;
  }
}
.section_back a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.section_lead {
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  .section_lead {
    font-size: 0.9895833333vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 1800px) {
  .section_lead {
    font-size: 19px;
    margin-bottom: 45px;
  }
}
.home .section .section_title {
  margin-top: -1.5px;
  margin-bottom: 23px;
}
.home .section .section_title:not(.is-title-en) {
  font-size: 17px;
}
@media screen and (min-width: 1100px) {
  .home .section .section_title:not(.is-title-en) {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .home .section .section_title:not(.is-title-en) {
    font-size: 25px;
  }
}
@media screen and (min-width: 1100px) {
  .home .section .section_title {
    margin-top: 0px;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .home .section .section_title {
    margin-bottom: 30px;
  }
}
.post-type-column .section .section_title, .post-type-page .section .section_title, .post-type-event .section .section_title, .post-type-news .section .section_title {
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .post-type-column .section .section_title, .post-type-page .section .section_title, .post-type-event .section .section_title, .post-type-news .section .section_title {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .post-type-column .section .section_title, .post-type-page .section .section_title, .post-type-event .section .section_title, .post-type-news .section .section_title {
    margin-bottom: 18px;
  }
}
.post-archive .section .section_title, .post-slug-contact .section .section_title, .post-slug-items-not .section .section_title, .post-slug-guide .section .section_title {
  margin-bottom: 16px;
}
@media screen and (min-width: 1100px) {
  .post-archive .section .section_title, .post-slug-contact .section .section_title, .post-slug-items-not .section .section_title, .post-slug-guide .section .section_title {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1800px) {
  .post-archive .section .section_title, .post-slug-contact .section .section_title, .post-slug-items-not .section .section_title, .post-slug-guide .section .section_title {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1100px) {
  .post-slug-contact .section .section_lead {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1800px) {
  .post-slug-contact .section .section_lead {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .post-slug-menu .section .section_title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1800px) {
  .post-slug-menu .section .section_title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .post-type-search .section .section_title, .post-type-tag .section .section_title, .post-type-all .section .section_title, .post-slug-book_author .section .section_title, .post-slug-book_publisher .section .section_title, .post-slug-items-not .section .section_title, .post-archive .section .section_title, .post-slug-guide .section .section_title {
    font-size: 1.1979166667vw;
    padding-bottom: 0.9895833333vw;
    padding-top: 0.2604166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .post-type-search .section .section_title, .post-type-tag .section .section_title, .post-type-all .section .section_title, .post-slug-book_author .section .section_title, .post-slug-book_publisher .section .section_title, .post-slug-items-not .section .section_title, .post-archive .section .section_title, .post-slug-guide .section .section_title {
    font-size: 23px;
    padding-bottom: 19px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 1100px) {
  .post-slug-featured .section .section_title {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .section.is-section-access:first-child .section_title, .section.is-section-news:first-child .section_title {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.section.is-section-about {
  border-top: 0;
}
.section.is-section-event {
  padding-bottom: 0;
}
.section.is-section-top-news {
  padding-top: 9px;
}
@media screen and (min-width: 1100px) {
  .section.is-section-top-news {
    margin-top: 8px;
  }
}
.section.is-section-top-news .section_title {
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .section.is-section-top-news {
    padding-top: 0;
  }
  .section.is-section-top-news .section_title {
    margin-bottom: 1.3020833333vw;
    padding-bottom: 1.09375vw;
    border-bottom: 1px solid #000;
  }
}
@media screen and (min-width: 1800px) {
  .section.is-section-top-news .section_title {
    margin-bottom: 25px;
    padding-bottom: 21px;
  }
}

.main-slider + .contents .section:first-child {
  border-top: none;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .main-slider + .contents .section:first-child {
    border-top: none;
    padding-top: 0;
  }
  .main-slider + .contents .section:first-child .section_title {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.pagination {
  margin: 30px 0 20px;
  display: flex;
  justify-content: center;
  font-family: 'NeueHaasUnicaW1G-Regular','Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1100px) {
  .pagination {
    margin: 1.5625vw 0 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .pagination {
    margin: 30px 0 20px;
  }
}
.pagination_number {
  font-size: 14px;
  margin: 0 5px;
}
@media screen and (min-width: 1100px) {
  .pagination_number {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .pagination_number {
    font-size: 20px;
  }
}
.pagination_number:hover {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  text-decoration: none;
  opacity: 0.5;
}
.pagination [aria-current=page] {
  text-decoration: underline;
}
.pagination_prev {
  display: inline-block;
  padding-left: 20px;
  margin-right: 2px;
  background-image: url(//minoubooks.com/wp-content/themes/minoubooks2026/img/icon_pager_03.svg);
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 100%;
}
@media screen and (min-width: 1100px) {
  .pagination_prev {
    background-position: 0 0.9375vw;
    margin-right: 0.2083333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .pagination_prev {
    background-position: 0 18px;
    margin-right: 4px;
  }
}
.pagination_prev:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pagination_next {
  display: inline-block;
  padding-right: 20px;
  margin-left: 2px;
  background-image: url(//minoubooks.com/wp-content/themes/minoubooks2026/img/icon_pager_04.svg);
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 100%;
}
@media screen and (min-width: 1100px) {
  .pagination_next {
    background-position: 0 0.9375vw;
    margin-left: 0.2083333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .pagination_next {
    background-position: 0 18px;
    margin-left: 4px;
  }
}
.pagination_next:hover {
  text-decoration: none;
  opacity: 0.7;
}

.item-post {
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #000;
  padding-top: 10px;
}
@media screen and (min-width: 1100px) {
  .item-post {
    border-bottom: none;
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .item-post_inner {
    display: flex;
    border-bottom: 1px solid #000;
    margin-top: 0.6770833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-post_inner {
    margin-top: 13px;
  }
}
@media screen and (min-width: 1100px) {
  .item-post_body {
    margin-top: -0.4166666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-post_body {
    margin-top: -8px;
  }
}
.item-post_display {
  margin-bottom: 27px;
}
@media screen and (min-width: 1100px) {
  .item-post_display {
    width: 26.40625vw;
    min-width: 26.40625vw;
    margin-right: 6.7708333333vw;
    margin-bottom: 1.40625vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-post_display {
    width: 507px;
    min-width: 507px;
    margin-right: 130px;
    margin-bottom: 27px;
  }
}
.item-post_block {
  border-top: 1px solid #000;
  padding-top: 20px;
}
@media screen and (min-width: 1100px) {
  .item-post_block {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-post_block {
    padding-top: 30px;
  }
}
.item-post_block p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 23px;
}
@media screen and (min-width: 1100px) {
  .item-post_block p {
    margin-bottom: 1.4583333333vw;
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-post_block p {
    margin-bottom: 28px;
    font-size: 18px;
  }
}
.item-post_tag {
  display: flex;
  margin-bottom: 25px;
}
@media screen and (min-width: 1100px) {
  .item-post_tag {
    margin-top: 1.3020833333vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-post_tag {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.item-post_tag li {
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .item-post_tag li {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-post_tag li {
    font-size: 16px;
  }
}
.item-post_tag li:first-child:before {
  content: "タグ";
  font-size: 13px;
  margin-right: 15px;
}
@media screen and (min-width: 1100px) {
  .item-post_tag li:first-child:before {
    font-size: 0.8854166667vw;
    margin-right: 0.78125vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-post_tag li:first-child:before {
    font-size: 17px;
    margin-right: 15px;
  }
}
.item-post_tag li a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #E9EBF0;
}
.item-post_tag li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .item-post_tag li a:hover {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    opacity: 0.5;
  }
}
@media screen and (min-width: 1100px) {
  .item-post_tag li a {
    padding: 0.1041666667vw 0.5208333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-post_tag li a {
    padding: 2px 10px;
  }
}

.slick-slide.slick-active {
  background: #fff;
  overflow: hidden;
}

.item-img-list {
  /*
         .slick-dots {
             width: pxvw(78);
             display: flex !important;
             flex-direction: column;
             justify-content: space-between;
             @include mq(pc) {
                 width: 100%;
                 flex-direction: row;
                 justify-content: flex-start;
             }
             li {
                 @include mq(pc) {
                     width: 100%;
                     margin-right: pxvwpc(10);
                     cursor: pointer;
                     &:last-child {
                         margin-right: 0;
                     }
                     &:hover {
                         @include anime;
                         text-decoration: none;
                         opacity: .5;
                     }
                 }
                 @include mq(desktop) {
                     margin-right: 10px;
                 }
             }
             img {
                 display: block;
                 width: 100%;
             }
         }

             */
}
.item-img-list .slick-list {
  width: 66.1333333333vw;
}
@media screen and (min-width: 1100px) {
  .item-img-list .slick-list {
    width: 100%;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-img-list .slick-list {
    margin-bottom: 50px;
  }
}
.item-img-list .slick-list img {
  display: block;
  object-fit: contain;
  width: 100%;
  margin: auto;
}
.item-img-list .slick-dots {
  margin-top: 22px;
  margin-left: 2px;
  display: flex !important;
  justify-content: flex-start;
}
.item-img-list .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 4px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  background-color: #DEDEDE;
  border-radius: 50%;
}
.item-img-list .slick-dots li img {
  display: none;
}
@media screen and (min-width: 1100px) {
  .item-img-list .slick-dots li {
    background-color: transparent;
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-right: 0.5208333333vw;
    cursor: pointer;
  }
  .item-img-list .slick-dots li:last-child {
    margin-right: 0;
  }
  .item-img-list .slick-dots li:hover {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    text-decoration: none;
    opacity: 0.5;
  }
  .item-img-list .slick-dots li img {
    display: block;
    object-fit: contain;
    width: auto;
    height: 5em;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1800px) {
  .item-img-list .slick-dots li {
    margin-right: 10px;
  }
}
.item-img-list .slick-dots .slick-active {
  background-color: #000;
}
@media screen and (min-width: 1100px) {
  .item-img-list .slick-dots .slick-active {
    background: transparent;
  }
}

.item_title {
  margin-bottom: 10px;
  font-size: 19px;
}
.item_title span {
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (min-width: 1100px) {
  .item_title {
    margin-bottom: 1.1979166667vw;
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1800px) {
  .item_title {
    margin-bottom: 23px;
    font-size: 27px;
  }
}
.item_price {
  margin-bottom: 15px;
  font-size: 17px;
}
@media screen and (min-width: 1100px) {
  .item_price {
    font-size: 1.3541666667vw;
    margin-bottom: 1.7708333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .item_price {
    font-size: 26px;
    margin-bottom: 34px;
  }
}
.item_cart {
  margin-bottom: 29px;
}
@media screen and (min-width: 1100px) {
  .item_cart {
    margin-bottom: 2.2916666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .item_cart {
    margin-bottom: 44px;
  }
}
.item_cart-txt {
  width: 37px;
  height: 32px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  -webkit-appearance: none;
}
@media screen and (min-width: 1100px) {
  .item_cart-txt {
    width: 54px;
    height: 47px;
    font-size: 22px;
  }
}
.item_cart-btn {
  width: 145px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background-color: #E9EBF0;
  -webkit-appearance: none;
  font-size: 14px;
  cursor: pointer;
}
.item_cart-btn:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .item_cart-btn:hover {
    opacity: 0.5;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}
@media screen and (min-width: 1100px) {
  .item_cart-btn {
    width: 213px;
    height: 47px;
    line-height: 47px;
    font-size: 21px;
  }
}
.item_shipping {
  font-size: 13px;
  margin-bottom: 3px;
}
.item_shipping a {
  text-decoration: underline;
}
.item_shipping a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .item_shipping {
    font-size: 0.8854166667vw;
    margin-bottom: 0.2604166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .item_shipping {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.item_contact {
  font-size: 13px;
  margin-top: 23px;
  margin-bottom: 26px;
}
.item_contact img {
  width: 19px;
  margin-right: 8px;
  display: inline;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1100px) {
  .item_contact {
    font-size: 0.8854166667vw;
    margin-top: 1.6666666667vw;
    margin-bottom: 1.1979166667vw;
  }
  .item_contact img {
    width: 1.40625vw;
    margin-right: 0.5208333333vw;
    margin-top: 0px;
    top: -2px;
  }
}
@media screen and (min-width: 1800px) {
  .item_contact {
    margin-top: 32px;
    margin-bottom: 23px;
    font-size: 17px;
  }
  .item_contact img {
    margin-right: 10px;
    width: 27px;
  }
}
.item_action {
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .item_action {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (min-width: 1800px) {
  .item_action {
    margin-bottom: 42px;
  }
}
.item_action span {
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 10px;
}
.item_action span:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .item_action span {
    font-size: 0.8854166667vw;
    padding: 5px 10px 3px;
  }
}
@media screen and (min-width: 1800px) {
  .item_action span {
    font-size: 17px;
  }
}

.menu_img {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .menu_img {
    width: calc(50% - 20px);
    max-width: 37.2395833333vw;
    margin-bottom: 1.1458333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .menu_img {
    max-width: 715px;
    margin-bottom: 22px;
  }
}
.menu_img img + img,
.menu_img .img_last {
  margin-top: 10px;
}
@media screen and (min-width: 1100px) {
  .menu_img img + img,
.menu_img .img_last {
    margin-top: 1.1458333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .menu_img img + img,
.menu_img .img_last {
    margin-top: 22px;
  }
}
.menu_img.is-menu_img1 {
  margin-top: 12px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .menu_img.is-menu_img1 {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .menu_img.is-menu_img1 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .menu_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.menu_body_inner {
  margin-bottom: 25px;
}
.menu_title {
  margin-bottom: 15px;
  font-family: 'NeueHaasUnicaW1G-Regular','Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1100px) {
  .menu_title {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .menu_title {
    font-size: 25px;
  }
}
.menu_date {
  font-size: 13px;
  margin-bottom: 15px;
  margin-left: 6px;
}
@media screen and (min-width: 1100px) {
  .menu_date {
    font-size: 0.78125vw;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1800px) {
  .menu_date {
    font-size: 15px;
  }
}

.menu-list {
  margin-top: 10px;
}
@media screen and (min-width: 1100px) {
  .menu-list {
    margin-top: 1.1979166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .menu-list {
    margin-top: 23px;
  }
}
.menu-list li {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
@media screen and (min-width: 1100px) {
  .menu-list li {
    font-size: 1.0416666667vw;
    justify-content: flex-start;
    margin-top: 0.6770833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .menu-list li {
    margin-top: 13px;
    font-size: 20px;
  }
}
.menu-list .menu_name {
  margin-left: 1em;
  text-indent: -1em;
  padding-right: 1em;
}
@media screen and (min-width: 1100px) {
  .menu-list .menu_name {
    padding-right: 2.0833333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .menu-list .menu_name {
    padding-right: 40px;
  }
}
.menu-list .menu_name:before {
  content: "・";
}
.menu-list .menu_price:before {
  content: "¥";
}

@media screen and (min-width: 1100px) {
  .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.news-list li {
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .news-list li {
    width: calc(50% - 18px);
    margin: 0 0 1.875vw;
    box-sizing: border-box;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-list li {
    margin: 0 0 36px;
    margin-bottom: 60px;
  }
}
.news-list li a {
  display: block;
}
.news-list li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .news-list li a:hover .news-list_thumb {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    opacity: 0.7;
  }
}
.news-list_date {
  font-size: 15px;
}
@media screen and (min-width: 1100px) {
  .news-list_date {
    font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-list_date {
    font-size: 20px;
  }
}
.news-list_title {
  font-size: 15px;
}
@media screen and (min-width: 1100px) {
  .news-list_title {
    font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-list_title {
    font-size: 20px;
  }
}
.news-list_thumb {
  margin-bottom: 10px;
}
.news-list_thumb img {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .news-list_thumb {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-list_thumb {
    margin-bottom: 30px;
  }
}
.news-list_txt {
  line-height: 1.8;
}
@media screen and (min-width: 1100px) {
  .news-list_txt {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-list_txt {
    font-size: 20px;
  }
}
.news-list_detail {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 1100px) {
  .news-list_detail {
    margin-bottom: 2.2916666667vw !important;
  }
}
@media screen and (min-width: 1800px) {
  .news-list_detail {
    margin-bottom: 44px !important;
  }
}
.news-list_detail .news-list_date {
  font-size: 15px;
}
@media screen and (min-width: 1100px) {
  .news-list_detail .news-list_date {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-list_detail .news-list_date {
    font-size: 25px;
  }
}
.news-list_detail .news-list_title {
  margin-bottom: 20px;
  font-size: 15px;
}
@media screen and (min-width: 1100px) {
  .news-list_detail .news-list_title {
    font-size: 1.3020833333vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-list_detail .news-list_title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .news-list_detail {
    width: 100% !important;
  }
  .news-list_detail .news-list_inner {
    display: flex;
    justify-content: space-between;
  }
  .news-list_detail .news-list_thumb {
    width: calc(50% - 20px);
  }
  .news-list_detail .news-list_body {
    width: calc(50% - 20px);
  }
}

.news-list.is-top-news-list li {
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .news-list.is-top-news-list li {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-list.is-top-news-list li {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .news-list.is-top-news-list .news-list_date {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-list.is-top-news-list .news-list_date {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .news-list.is-top-news-list .news-list_title {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-list.is-top-news-list .news-list_title {
    font-size: 18px;
  }
}
.news-list.is-top-news-list .news-list_thumb {
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .news-list.is-top-news-list .news-list_thumb {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-list.is-top-news-list .news-list_thumb {
    margin-bottom: 10px;
  }
}

.news-post {
  padding-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .news-post {
    padding-bottom: 0;
  }
}
.news-post_inner {
  display: flex;
  flex-direction: column;
}
.news-post_img {
  margin-bottom: 20px;
  order: 1;
}
@media screen and (min-width: 1100px) {
  .news-post_img {
    order: 2;
    margin-bottom: 1.0416666667vw;
    max-width: 47.7604166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-post_img {
    margin-bottom: 20px;
    max-width: 917px;
  }
}
.news-post_body {
  order: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .news-post_body {
    order: 1;
    margin-bottom: 2.6041666667vw;
    max-width: 47.7604166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-post_body {
    margin-bottom: 50px;
    max-width: 917px;
  }
}
.news-post_date {
  font-size: 15px;
}
@media screen and (min-width: 1100px) {
  .news-post_date {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-post_date {
    font-size: 25px;
  }
}
.news-post_title {
  font-size: 16.5px;
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-bottom: 18.5px;
}
@media screen and (min-width: 1100px) {
  .news-post_title {
    font-size: 1.3020833333vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-post_title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.news-post_txt {
  font-size: 16px;
  line-height: 1.8;
}
.news-post_txt p {
  margin-bottom: 14px;
}
.news-post_txt strong {
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (min-width: 1100px) {
  .news-post_txt {
    line-height: 1.9;
    margin-bottom: 0.7291666667vw;
    font-size: 1.0416666667vw;
  }
  .news-post_txt img {
    margin-bottom: 1.8229166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .news-post_txt {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .news-post_txt img {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1100px) {
  .event-list {
    margin-top: -0.5208333333vw;
  }
}
.event-list a {
  display: block;
}
.event-list a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .event-list a:hover .event-list_thumb {
    opacity: 0.5;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}
.event-list_info {
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .event-list_info {
    font-size: 1.1458333333vw;
    margin-bottom: 1.71875vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-list_info {
    font-size: 22px;
    margin-bottom: 33px;
  }
}
.event-list_old {
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .event-list_old {
    font-size: 1.0416666667vw;
    margin-bottom: 3.8020833333vw;
    margin-top: -0.2604166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-list_old {
    font-size: 20px;
    margin-bottom: 73px;
    margin-top: -5px;
  }
}
.event-list_txt {
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  .event-list_txt {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-list_txt {
    font-size: 20px;
  }
}
.event-list.is-list-future li {
  margin-bottom: 20px;
  border-bottom: 1px solid #4D4D4D;
  padding-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .event-list.is-list-future li {
    margin-bottom: 1.5625vw;
    padding-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-list.is-list-future li {
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
}
.event-list.is-list-future li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .event-list.is-list-future .event-list_inner {
    display: flex;
    justify-content: space-between;
  }
}
.event-list.is-list-future .event-list_thumb {
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .event-list.is-list-future .event-list_thumb {
    width: calc(50% - 20px);
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-list.is-list-future .event-list_thumb {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .event-list.is-list-future .event-list_body {
    width: calc(50% - 20px);
  }
}
.event-list.is-list-future .event-list_title {
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 1100px) {
  .event-list.is-list-future .event-list_title {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-list.is-list-future .event-list_title {
    font-size: 25px;
  }
}
.event-list.is-list-future .event-list_term {
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  margin-bottom: 0px;
}
@media screen and (min-width: 1100px) {
  .event-list.is-list-future .event-list_term {
    font-size: 1.3020833333vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-list.is-list-future .event-list_term {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .event-list.is-list-old {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.event-list.is-list-old li {
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .event-list.is-list-old li {
    width: calc(50% - 20px);
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-list.is-list-old li {
    margin-bottom: 60px;
  }
}
.event-list.is-list-old .event-list_title {
  font-size: 15px;
}
@media screen and (min-width: 1100px) {
  .event-list.is-list-old .event-list_title {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-list.is-list-old .event-list_title {
    font-size: 20px;
  }
}
.event-list.is-list-old .event-list_thumb {
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .event-list.is-list-old .event-list_thumb {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-list.is-list-old .event-list_thumb {
    margin-bottom: 30px;
  }
}
.event-list.is-list-old .event-list_term {
  font-size: 15px;
}
@media screen and (min-width: 1100px) {
  .event-list.is-list-old .event-list_term {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-list.is-list-old .event-list_term {
    font-size: 20px;
  }
}

.event-post {
  padding-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .event-post {
    padding-bottom: 0;
  }
}
.event-post_inner {
  display: flex;
  flex-direction: column;
}
.event-post_meta {
  order: 2;
}
@media screen and (min-width: 1100px) {
  .event-post_meta {
    order: 1;
  }
}
.event-post_img {
  order: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .event-post_img {
    order: 2;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-post_img {
    margin-bottom: 60px;
  }
}
.event-post_body {
  order: 3;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .event-post_body {
    margin-bottom: 1.5625vw;
    max-width: 47.7604166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-post_body {
    margin-bottom: 30px;
    max-width: 917px;
  }
}
.event-post_term {
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .event-post_term {
    font-size: 1.3020833333vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-post_term {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.event-post_title {
  font-size: 16.5px;
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (min-width: 1100px) {
  .event-post_title {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-post_title {
    font-size: 25px;
  }
}
.event-post_txt {
  font-size: 14px;
  line-height: 1.785714286;
}
.event-post_txt p {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .event-post_txt p {
    margin-bottom: 1.4583333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-post_txt p {
    margin-bottom: 28px;
  }
}
.event-post_txt strong {
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (min-width: 1100px) {
  .event-post_txt {
    font-size: 1.0416666667vw;
  }
  .event-post_txt img {
    margin-bottom: 1.8229166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .event-post_txt {
    font-size: 20px;
  }
  .event-post_txt img {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1100px) {
  .event2-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.event2-list li {
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .event2-list li {
    width: calc(50% - 18px);
    margin: 0 0 1.875vw;
    box-sizing: border-box;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1800px) {
  .event2-list li {
    margin: 0 0 36px;
    margin-bottom: 60px;
  }
}
.event2-list li a {
  display: block;
}
.event2-list li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .event2-list li a:hover .event2-list_thumb {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    opacity: 0.7;
  }
}
.event2-list .event2-list_title {
  font-size: 15px;
}
@media screen and (min-width: 1100px) {
  .event2-list .event2-list_title {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .event2-list .event2-list_title {
    font-size: 20px;
  }
}
.event2-list .event2-list_thumb {
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .event2-list .event2-list_thumb {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .event2-list .event2-list_thumb {
    margin-bottom: 30px;
  }
}
.event2-list .event2-list_thumb img {
  text-align: center;
  margin: 0 auto;
}
.event2-list .event2-list_term {
  font-size: 15px;
}
@media screen and (min-width: 1100px) {
  .event2-list .event2-list_term {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .event2-list .event2-list_term {
    font-size: 20px;
  }
}
.event2-list .event2-list_txt {
  line-height: 1.8;
}
@media screen and (min-width: 1100px) {
  .event2-list .event2-list_txt {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .event2-list .event2-list_txt {
    font-size: 20px;
  }
}
.event2-list .event2-list_detail {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 1100px) {
  .event2-list .event2-list_detail {
    margin-bottom: 2.2916666667vw !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 1800px) {
  .event2-list .event2-list_detail {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 1100px) {
  .event2-list .event2-list_detail .event2-list_inner {
    display: flex;
    justify-content: space-between;
  }
}
.event2-list .event2-list_detail .event2-list_thumb {
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .event2-list .event2-list_detail .event2-list_thumb {
    width: calc(50% - 20px);
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .event2-list .event2-list_detail .event2-list_thumb {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .event2-list .event2-list_detail .event2-list_body {
    width: calc(50% - 20px);
  }
}
.event2-list .event2-list_detail .event2-list_title {
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 1100px) {
  .event2-list .event2-list_detail .event2-list_title {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .event2-list .event2-list_detail .event2-list_title {
    font-size: 25px;
  }
}
.event2-list .event2-list_detail .event2-list_term {
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  margin-bottom: 0px;
}
@media screen and (min-width: 1100px) {
  .event2-list .event2-list_detail .event2-list_term {
    font-size: 1.3020833333vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  .event2-list .event2-list_detail .event2-list_term {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.lead {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #4D4D4D;
}
.lead_txt {
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .lead {
    margin-bottom: 0.625vw;
    padding-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .lead {
    margin-bottom: 12px;
    padding-bottom: 20px;
  }
}

.wpcf7 form .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 16px;
}
@media screen and (min-width: 1100px) {
  .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 16px;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 0;
  border-color: #000 !important;
  padding: 0.2em 1em;
  font-size: 16px;
}
@media screen and (min-width: 1100px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7-list-item {
  margin: 0;
}

@media screen and (min-width: 1100px) {
  .form {
    padding-bottom: 1.0416666667vw;
    padding-top: 2.6041666667vw;
    max-width: 49.4791666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .form {
    padding-top: 50px;
    max-width: 950px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .form dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.form dt {
  margin-bottom: 5px;
}
@media screen and (min-width: 1100px) {
  .form dt {
    width: 13.1770833333vw;
    flex-shrink: 0;
    box-sizing: border-box;
    font-size: 0.9895833333vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1800px) {
  .form dt {
    width: 253px;
    font-size: 19px;
  }
}
.form dd {
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .form dd {
    width: calc(100% - 253px);
    box-sizing: border-box;
    margin-bottom: 1.7708333333vw;
    font-size: 0.8854166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .form dd {
    margin-bottom: 34px;
    font-size: 17px;
  }
}
.form dd input[type=text],
.form dd input[type=tel],
.form dd input[type=email] {
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #000;
  font-size: 16px;
  padding: 6px 10px;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
}
@media screen and (min-width: 1100px) {
  .form dd input[type=text],
.form dd input[type=tel],
.form dd input[type=email] {
    font-size: 0.8333333333vw;
    padding: 0.3125vw 0.5208333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .form dd input[type=text],
.form dd input[type=tel],
.form dd input[type=email] {
    font-size: 16px;
    padding: 6px 10px;
  }
}
.form dd textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 200px;
  padding: 10px;
  resize: none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (min-width: 1100px) {
  .form dd textarea {
    font-size: 0.8333333333vw;
    height: 10.4166666667vw;
    padding: 0.5208333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .form dd textarea {
    height: 200px;
    padding: 10px;
    font-size: 16px;
  }
}
.form_btn {
  user-select: none;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  padding: 5px 45px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #000;
  margin: 40px auto 0;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  .form_btn {
    font-size: 0.9895833333vw;
    padding: 0.2604166667vw 2.34375vw;
    margin: 1.3020833333vw 0 auto 13.1770833333vw;
  }
}
@media screen and (min-width: 1800px) {
  .form_btn {
    font-size: 19px;
    padding: 5px 45px;
    margin: 25px 0 auto 253px;
  }
}

/*

<span class="wpcf7-form-control-wrap your-radio">
	<span class="wpcf7-form-control wpcf7-radio">

	<span class="wpcf7-list-item first">
	<label>
		<input type="radio" name="your-radio" value="商品について" checked="checked" data-rt-event="true">
		<span class="wpcf7-list-item-label">商品について</span>
	</label>
	</span>

	<span class="wpcf7-list-item last">
		<label>
			<input type="radio" name="your-radio" value="お店について" data-rt-event="true">
			<span class="wpcf7-list-item-label">お店について</span>
		</label>
	</span>

	</span>
	</span>

*/
.form-rc-box {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .form-rc-box {
    font-size: 0.8854166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .form-rc-box {
    font-size: 17px;
  }
}
.form-rc-box > span,
.form-rc-box > li,
.form-rc-box > div {
  display: block;
}
.form-rc-box .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  min-height: 20px;
  padding-left: 30px;
  padding-right: 10px;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 20px;
}
@media screen and (min-width: 1100px) {
  .form-rc-box .wpcf7-list-item-label {
    padding-left: 30px;
    padding-right: 0.5208333333vw;
    margin-right: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .form-rc-box .wpcf7-list-item-label {
    padding-left: 30px;
    padding-right: 10px;
    margin-right: 20px;
  }
}
.form-rc-box input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: auto;
}
.form-rc-box input + .wpcf7-list-item-label:before {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(//minoubooks.com/wp-content/themes/minoubooks2026/img/form_icons.svg) 0 0 no-repeat;
  background-size: 170px 170px;
  content: "";
  overflow: hidden;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1800px) {
  .form-rc-box input + .wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
    background-size: 170px 170px;
  }
}
.form-rc-box input:disabled + .wpcf7-list-item-label {
  opacity: 0.6;
}
.form-rc-box input:checked + .wpcf7-list-item-label {
  color: #333;
}
.form-rc-box input[type=radio] + .wpcf7-list-item-label:before {
  background-position: -40px -40px;
}
@media screen and (min-width: 1800px) {
  .form-rc-box input[type=radio] + .wpcf7-list-item-label:before {
    background-position: -40px -40px;
  }
}
.form-rc-box input[type=radio]:disabled + .wpcf7-list-item-label:before {
  background-position: -40px -70px;
}
@media screen and (min-width: 1800px) {
  .form-rc-box input[type=radio]:disabled + .wpcf7-list-item-label:before {
    background-position: -40px -70px;
  }
}
.form-rc-box input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-position: -140px -40px;
}
@media screen and (min-width: 1800px) {
  .form-rc-box input[type=radio]:checked + .wpcf7-list-item-label:before {
    background-position: -140px -40px;
  }
}
.form-rc-box input[type=radio]:disabled:checked + .wpcf7-list-item-label:before {
  background-position: -140px -70px;
}
@media screen and (min-width: 1800px) {
  .form-rc-box input[type=radio]:disabled:checked + .wpcf7-list-item-label:before {
    background-position: -140px -70px;
  }
}
.form-rc-box input[type=checkbox] + .wpcf7-list-item-label:before {
  background-position: -40px -140px;
}
.form-rc-box input[type=checkbox]:disabled + .wpcf7-list-item-label:before {
  background-position: -40px -110px;
}
.form-rc-box input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-position: -140px -140px;
}
.form-rc-box input[type=checkbox]:disabled:checked + .wpcf7-list-item-label:before {
  background-position: -140px -110px;
}

.form-rc-box--ib > div,
.form-rc-box--ib > li,
.form-rc-box--ib > span {
  display: inline-block;
}

.guide {
  line-height: 1.785714286;
}
@media screen and (min-width: 1100px) {
  .guide {
    line-height: 2.25;
  }
}
.guide * {
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  .guide * {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .guide * {
    font-size: 20px;
  }
}
.guide p {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1100px) {
  .guide p {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .guide p {
    margin-bottom: 40px;
  }
}

blockquote.wp-embedded-content {
  display: none;
}

.wp-embedded-content {
  max-width: calc(100% - 40px);
  position: static !important;
}

.is-en {
  font-family: 'NeueHaasUnicaW1G-Regular','Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

.is-underline {
  text-decoration: underline;
}

.is-mb0 {
  margin-bottom: 0 !important;
}

.is-mb10 {
  margin-bottom: 10px !important;
}

.is-mb15 {
  margin-bottom: 15px !important;
}

.is-pc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .is-pc {
    display: block;
  }
}

.is-sp {
  display: block;
}
@media screen and (min-width: 1100px) {
  .is-sp {
    display: none;
  }
}

table.list-justify_table {
  max-width: 870px;
  margin-bottom: 24px;
  min-width: 260px;
  width: 100%;
  margin-top: -4px;
}
@media screen and (min-width: 1100px) {
  table.list-justify_table {
    width: auto;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1800px) {
  table.list-justify_table {
    margin-bottom: 24px;
  }
}
table.list-justify_table th, table.list-justify_table td {
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (min-width: 1100px) {
  table.list-justify_table th, table.list-justify_table td {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  table.list-justify_table th, table.list-justify_table td {
    font-size: 20px;
  }
}
table.list-justify_table th span, table.list-justify_table td span {
  background: #fff;
  position: relative;
  z-index: 1;
}
table.list-justify_table td::before,
table.list-justify_table th::before {
  content: "";
  display: block;
  background: #E9EBF0;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1100px) {
  table.list-justify_table td::before,
table.list-justify_table th::before {
    background: #000;
  }
}
table.list-justify_table th {
  padding-right: 30px;
}
table.list-justify_table th span {
  padding-right: 5px;
}
@media screen and (min-width: 1100px) {
  table.list-justify_table th span {
    padding-right: 0.2604166667vw;
  }
}
@media screen and (min-width: 1800px) {
  table.list-justify_table th span {
    padding-right: 5px;
  }
}
table.list-justify_table td {
  text-align: right;
}
table.list-justify_table td span {
  padding-left: 5px;
}
@media screen and (min-width: 1100px) {
  table.list-justify_table td span {
    padding-left: 0.2604166667vw;
  }
}
@media screen and (min-width: 1800px) {
  table.list-justify_table td span {
    padding-left: 5px;
  }
}

.list-justify_dl {
  max-width: 870px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1100px) {
  .list-justify_dl {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1800px) {
  .list-justify_dl {
    margin-bottom: 24px;
  }
}
.list-justify_dl dl {
  clear: both;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.list-justify_dl dt, .list-justify_dl dd {
  font-size: 14px;
  position: relative;
}
.list-justify_dl dt span, .list-justify_dl dd span {
  background: #fff;
  position: relative;
  z-index: 1;
}
.list-justify_dl dt::before {
  content: "";
  display: block;
  background: #E9EBF0;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1100px) {
  .list-justify_dl dt::before {
    background: #000;
  }
}
.list-justify_dl dt {
  float: left;
}
.list-justify_dl dt span {
  padding-right: 5px;
}
@media screen and (min-width: 1100px) {
  .list-justify_dl dt span {
    padding-right: 0.2604166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .list-justify_dl dt span {
    padding-right: 5px;
  }
}
.list-justify_dl dd {
  float: right;
}
.list-justify_dl dd span {
  padding-left: 5px;
}
@media screen and (min-width: 1100px) {
  .list-justify_dl dd span {
    padding-left: 0.2604166667vw;
  }
}
@media screen and (min-width: 1800px) {
  .list-justify_dl dd span {
    padding-left: 5px;
  }
}
.list-justify_dl div {
  clear: both;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
}

.editor {
  line-height: 1.785714286;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor ul, .editor ol, .editor table, .editor dl, .editor br + br {
  margin-bottom: 19px;
}
@media screen and (min-width: 1100px) {
  .editor h1, .editor h2, .editor h3, .editor h4, .editor ul, .editor ol, .editor table, .editor dl, .editor br + br {
    margin-bottom: 1.1458333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .editor h1, .editor h2, .editor h3, .editor h4, .editor ul, .editor ol, .editor table, .editor dl, .editor br + br {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1100px) {
  .editor {
    line-height: 1.9;
  }
}
.editor a {
  text-decoration: underline;
}
.editor a:hover {
  text-decoration: none;
}
.editor p {
  font-size: 14px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1100px) {
  .editor p {
    font-size: 1.0416666667vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .editor p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.editor strong {
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.editor h2 {
  border-bottom: solid 1px #000;
  font-size: 16px;
  margin-top: 35px;
  padding-bottom: 13px;
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (min-width: 1100px) {
  .editor h2 {
    padding-bottom: 0.8333333333vw;
    font-size: 1.1458333333vw;
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 1800px) {
  .editor h2 {
    margin-top: 60px;
    font-size: 22px;
    padding-bottom: 16px;
  }
}
.editor ul {
  list-style: disc;
  list-style-position: inside;
}
.editor ol {
  list-style: decimal;
  list-style-position: inside;
}
.editor table:not(.list-justify_table) {
  width: 100%;
  max-width: 870px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 1100px) {
  .editor table:not(.list-justify_table) {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1800px) {
  .editor table:not(.list-justify_table) {
    margin-bottom: 24px;
  }
}
.editor table:not(.list-justify_table) tr,
.editor table:not(.list-justify_table) td,
.editor table:not(.list-justify_table) th {
  text-align: center;
  vertical-align: top;
  word-break: break-all;
  font-size: 13px;
}
@media screen and (min-width: 1100px) {
  .editor table:not(.list-justify_table) tr,
.editor table:not(.list-justify_table) td,
.editor table:not(.list-justify_table) th {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .editor table:not(.list-justify_table) tr,
.editor table:not(.list-justify_table) td,
.editor table:not(.list-justify_table) th {
    font-size: 20px;
  }
}
.editor table:not(.list-justify_table) th {
  padding: 0 5px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.editor table:not(.list-justify_table) td {
  padding: 0 5px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #fff;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: scroll;
  -ms-overflow-style: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 1100px) {
  .breadcrumb {
    margin-top: -0.2em;
  }
}
.breadcrumb a, .breadcrumb span {
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  .breadcrumb a, .breadcrumb span {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1800px) {
  .breadcrumb a, .breadcrumb span {
    font-size: 18px;
  }
}
.breadcrumb a::before {
  margin-right: 10px;
  margin-left: 4px;
  display: inline-block;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: #000;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  content: "";
  vertical-align: middle;
}
.breadcrumb .breadcrumb_last {
  display: none;
}

.breadcrumb_inner {
  margin-left: -1.2em;
}
@media screen and (min-width: 1100px) {
  .breadcrumb_inner {
    margin-left: -0.9em;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  outline: 0;
  box-shadow: none;
}

@font-face {
  font-family: "NeueHaasUnicaW1G-Regular";
  src: url(//minoubooks.com/wp-content/themes/minoubooks2026/webFonts/NeueHaasUnicaW1GRegular/font.woff2) format("woff2"), url(//minoubooks.com/wp-content/themes/minoubooks2026/webFonts/NeueHaasUnicaW1GRegular/font.woff) format("woff");
}
body {
  font-family: 'A+EqpB-游ゴシック体 Pr6N M', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 500;
  position: relative;
  text-rendering: auto;
  -ms-text-size-adjust: 100%;
}
@media screen and (min-width: 1100px) {
  body {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  body {
    font-size: 20px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
}
body.fixed:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  content: "";
  z-index: 70;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
@media screen and (min-width: 1100px) {
  body.fixed {
    position: relative;
    top: 0 !important;
  }
  body.fixed:before {
    display: none;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
}

strong {
  font-weight: bold;
}

img {
  -webkit-touch-callout: none;
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

.phone_link,
.mail_link {
  text-decoration: none;
  cursor: default;
}
.phone_link:hover,
.mail_link:hover {
  text-decoration: none;
}

.is_sp {
  display: block;
}
@media screen and (min-width: 1100px) {
  .is_sp {
    display: none !important;
  }
}

.is_pc {
  display: none !important;
}
@media screen and (min-width: 1100px) {
  .is_pc {
    display: block !important;
  }
}

.is_sp_only {
  display: block;
}
@media screen and (min-width: 768px) {
  .is_sp_only {
    display: none !important;
  }
}

.is_font-family-yugoD {
  font-family: 'A+EqpB-游ゴシック体 Pr6N D', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}

.is_font-family-yugo {
  font-family: 'A+EqpB-游ゴシック体 Pr6N M', 'NoChattering', YuGothic, 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}

.is_font-en {
  font-family: 'NeueHaasUnicaW1G-Regular','Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(//minoubooks.com/wp-content/themes/minoubooks2026/js/swipebox/img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(//minoubooks.com/wp-content/themes/minoubooks2026/js/swipebox/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}