
@import url("https://fonts.googleapis.com/css?family=Tangerine:700&display=swap");

@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  /* margin: 0.67em 0; */ }

figcaption,
figure,
main {
  display: block; }

/* figure {
    margin: 1em 40px;
} */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  /* margin: 0 2px; */
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

/* h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
} */
/* p {
    margin-top: 0;
    margin-bottom: 1rem;
} */
abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  /* margin-bottom: 1rem; */
  font-style: normal;
  line-height: inherit; }

/* ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
} */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  /* margin-bottom: .5rem; */
  margin-left: 0; }

/* blockquote {
    margin: 0 0 1rem;
}
 */
a {
  color: #0275d8;
  text-decoration: none; }

a:focus,
a:hover {
  color: #014c8c;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre {
  /* margin-top: 0;
    margin-bottom: 1rem; */
  overflow: auto; }

/* figure {
    margin: 0 0 1rem;
} */
img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  /* margin-bottom: .5rem; */ }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  /* margin-bottom: .5rem; */
  font-size: 24px;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* margin-bottom: 0.5rem; */
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

/* h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
} */
@-ms-viewport {
  width: device-width; }

hr {
  /* margin-top: 1rem;
    margin-bottom: 1rem; */
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*:before,
*:after {
  box-sizing: inherit; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit; }

kbd {
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  /* margin-bottom: 1rem; */
  font-size: 90%;
  color: #292b2c; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0; }

/*
* ex) font-family: unquote($ff);
*/
html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: '-apple-system','BlinkMacSystemFont','YuGothic','游ゴシック Medium','Helvetica Neue','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial','メイリオ','Meiryo',sans-serif;
  color: #2d2d2d;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem; }

body.hometop {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/bg.webp) center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }

body {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url(../img/bg.webp) center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.06em; }

a {
  text-decoration: none; }

a:focus,
*:focus {
  outline: none; }

p {
  line-height: 1.8em;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

p > a {
  color: #7ca02e;
  text-decoration: underline; }

img {
  margin: 0;
  padding: 0;
  display: block; }

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

ul {
  padding-left: 0; }

ul li {
  list-style: none; }

.container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 10px; }

.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.container.w800 {
  width: 800px;
  margin: 0 auto;
  padding: 0 10px; }

.container.w600 {
  width: 600px;
  margin: 0 auto;
  padding: 0 10px; }

header .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  position: relative;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 2px 2px rgba(211, 211, 211, 0.2); }

header h1 a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

header h1 img.logo {
  height: 80px;
  width: auto;
  padding: 5px; }

.topNav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.topNav > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }

.topNav > ul > li {
  position: relative; }

.topNav > ul > li > ul {
  display: none; }

.topNav > ul > li:hover > ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10; }

.topNav > ul > li:hover > ul > li {
  border-top: solid 1px #fff;
  background: #f5f5f5;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.topNav > ul > li:hover > ul > li a {
  margin: 0;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  transition-duration: 0.3s;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center; }

.topNav > ul > li:hover > ul > li a:hover {
  color: #609935;
  transition-duration: 0.3s;
  text-decoration: none; }

.topNav li a {
  margin: 0;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #609935;
  transition-duration: 0.3s;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  width: 120px;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif; }

.topNav li a:hover {
  color: #d3d3d3;
  transition-duration: 0.3s;
  text-decoration: none; }

.topNav li a span {
  line-height: 1;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif; }

.topNav li.drop {
  position: relative; }

.topNav li.drop:after {
  position: absolute;
  font-size: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  bottom: 5px;
  width: 100%;
  text-align: center;
  height: 10px;
  content: "▼";
  color: #609935; }

footer {
  border-top: solid 1px #f5f5f5; }

footer .copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  font-size: 11px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1em;
  background: #fff;
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif; }

.access {
  color: #fff; }

.access .access__about .conts .text {
  text-align: center; }

.access .access__about .conts figure {
  width: 100%;
  margin: 0 auto 30px;
  /* border: solid 1px $mc; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }

.access .access__about .conts figure img {
  width: 100%;
  height: auto; }

.casts .casts__about .conts__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.casts .casts__about .conts__flex .conts__box {
  width: 300px;
  height: auto;
  margin-bottom: 30px;
  margin-right: 40px; }

.casts .casts__about .conts__flex .conts__box:nth-child(3n) {
  margin-right: 0; }

.casts .casts__about .conts__flex .conts__box figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.casts .casts__about .conts__flex .conts__box figure img {
  width: 100%;
  height: auto; }

.casts .casts__about .conts__flex .conts__box p {
  color: #fff;
  text-align: center;
  padding: 5px 0; }

.drawer-hamburger {
  z-index: 500;
  padding: 0 0 10px 6px;
  transition-duration: 0.5s;
  top: 8px;
  right: 5px !important;
  margin-top: 0 !important;
  border-radius: 3px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95); }

.drawer-hamburger:active, .drawer-hamburger:hover, .drawer-hamburger:focus, .drawer-hamburger:visited {
  background: rgba(255, 255, 255, 0.95);
  outline: none; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #609935;
  height: 1px; }

.drawer-hamburger-icon {
  width: 80%;
  border-radius: 2px; }

.drawer-hamburger-icon:before {
  width: 100%;
  top: -4px;
  border-radius: 2px; }

.drawer-hamburger-icon:after {
  width: 100%;
  top: 4px;
  border-radius: 2px; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  width: 100%; }

.drawer-nav {
  background-color: transparent;
  z-index: 200; }

.drawer-menu {
  min-height: 100vh;
  background: #f5f5f5 !important;
  padding: 50px 5px 0; }

.drawer-menu li {
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
  border-bottom: solid 1px #fff; }

.drawer-menu li:first-child {
  border-top: solid 1px #fff; }

.drawer-menu li a {
  margin: 0;
  padding: 0 20px;
  height: 45px;
  line-height: 1em;
  color: #2d2d2d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  /* span {
				display: none;
			} */ }

.drawer-menu li a:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  font-weight: 900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  top: calc(50% - 0.5em);
  right: 5px;
  color: #2d2d2d; }

.drawer-menu li a:hover, .drawer-menu li a:focus, .drawer-menu li a:active {
  text-decoration: none; }

.drawer-menu li a span {
  margin-left: 1em;
  font-family: '-apple-system','BlinkMacSystemFont','YuGothic','游ゴシック Medium','Helvetica Neue','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial','メイリオ','Meiryo',sans-serif; }

.drawer-menu li a.drawer-menu-item:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f0d7";
  font-weight: 900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  top: calc(50% - 0.5em);
  right: 5px;
  color: #2d2d2d; }

.drawer-menu li a.drawer-dropdown-menu-item {
  background: #fff;
  padding: 0 40px; }

.drawer-menu li.drawer-dropdown.open a.drawer-menu-item {
  background: #fff; }

.drawer-menu li.drawer-dropdown.open a.drawer-menu-item:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f0d7";
  font-weight: 900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  top: calc(50% - 0.5em);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 5px;
  color: #2d2d2d; }

/* .drawer-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 199;
} */
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-hamburger {
  left: 18px; }

.home {
  /* .home__evnts {
		background: rgba(black, 0.8);
		.conts__flex {
			display: flex;
			justify-content: space-between;
			@include mq() {
				flex-direction: column;
			}
			.conts__box {
				width: 230px;
				@include mq() {
					width: 100%;
					margin-bottom: 1rem;
					display: flex;
					border-bottom: solid 1px rgba($ws, 0.5);
					padding-bottom: 5px;
				}
				p {
					a {
						color: #fff;
						transition-duration: 0.3s;
						&:hover {
							color: $mc;
							transition-duration: 0.3s;
						}
					}
				}
				figure {
					width: 100%;
					height: 170px;
					overflow: hidden;
					background: $ws;
					@include flex;
					margin-bottom: 3px;
					@include mq() {
						width: 30%;
						height: auto;
					}
					img {
						width: 100%;
						height: auto;
					}
					a {
						transition-duration: 0.3s;
						&:hover {
							@include op(0.8);
							transition-duration: 0.3s;
						}
					}
				}
				.info__text {
					@include mq() {
						width: 70%;
						padding: 3px 3px 3px 10px;
					}
				}
				.info__flex {
					display: flex;
					justify-content: space-between;
					align-items: center;
					@include fz(11);
					@include mq() {
						justify-content: flex-start;
					}

					.cats {
						@include mq() {
							margin-right: 3px;
						}
						a {
							border: solid 1px $mc;
							padding: 1px 5px;
							color: $mc;
							transition-duration: 0.3s;
							&:hover {
								background: $mc;
								color: black;
								text-decoration: none;
								transition-duration: 0.3s;
							}
						}
					}
				}
			}
		}
		.more {
			text-align: right;
			a {
				@include fz(11);
				border: solid 1px $mc;
				padding: 1px 5px;
				color: $mc;
				transition-duration: 0.3s;
				margin-left: 1rem;
				&:hover {
					background: $mc;
					color: black;
					text-decoration: none;
					transition-duration: 0.3s;
				}
				&:after {
					content: "▶";
					@include fz(10);
					padding-left: 5px;
				}
			}
		}
	} */ }

.home .home__top {
  height: 90vh;
  display: -ms-flexbox;
  display: flex;
	flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.home .home__top figure{
	width: 140px; }

.home .home__top figure img{
	width: 100%; }

.home .home__top .home__top__catch {
  font-size: 30px;
  font-size: 30px;
  /*font-size: 3.125rem;*/
  font-weight: bold;
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  color: #353535;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 15px, rgba(255, 255, 255, 0.7) -1px 1px 15px, rgba(255, 255, 255, 0.7) 1px -1px 15px, rgba(255, 255, 255, 0.8) -1px -1px 15px, rgba(255, 255, 255, 0.8) 2px 2px 15px, rgba(255, 255, 255, 0.9) -2px 2px 15px, rgba(255, 255, 255, 0.9) 2px -2px 15px, rgba(255, 255, 255, 0.9) -2px -2px 15px; }

.home .home__top .home__top__catch span {
  color: #609935; }

.home .home__top .home__top__catch__news {
	margin-top: 1rem;
	font-weight: 600;
  font-size: 30px;
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  color: #000;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 15px, rgba(255, 255, 255, 0.7) -1px 1px 15px, rgba(255, 255, 255, 0.7) 1px -1px 15px, rgba(255, 255, 255, 0.8) -1px -1px 15px, rgba(255, 255, 255, 0.8) 2px 2px 15px, rgba(255, 255, 255, 0.9) -2px 2px 15px, rgba(255, 255, 255, 0.9) 2px -2px 15px, rgba(255, 255, 255, 0.9) -2px -2px 15px;
}

.home .home__about {
  background: #fff; }

.home .home__about .conts {
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif; }

.home .home__about figure {
  margin: 60px auto;
  width: 100px;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.home .home__about figure img {
  width: 100%; }

.home .home__links {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg2.webp) center center no-repeat;
  background-size: cover; }

.home .home__links .conts__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.home .home__links .conts__flex .conts__box {
  width: 250px; }

.home .home__links .conts__flex .conts__box a {
  display: block;
  position: relative;
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif; }

.home .home__links .conts__flex .conts__box figure {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.home .home__links .conts__flex .conts__box figure img {
  height: 100%;
  width: auto; }

.home .home__links .conts__flex .conts__box h3 {
  /* position: absolute;
					top: 0;
					left: 0; */
  /* width: 250px;
					height: 250px;
					border-radius: 50%; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  /* text-shadow: 1px 1px $tc;
					background: linear-gradient(45deg, rgba(white, 0.9), rgba(white, 0.5)); */ }

.home .home__access {
  background: #fff; }

.home .home__access .text {
  padding: 30px 0;
  text-align: center; }

.menu .menu__price .menu__price__list {
  background-color: #fff;
  padding: 60px; }

.menu .menu__price table {
  width: 100%;
  border-top: solid 1px #d3d3d3;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.menu .menu__price table th,
.menu .menu__price table td {
  padding: 30px 10px;
  width: 50%;
  border-bottom: solid 1px #d3d3d3; }

.menu .menu__price table td {
  text-align: right;
  white-space: nowrap; }

.menu .menu__price .note {
  padding: 16px 0;
  padding: 1rem 0;
  text-align: center; }

.menu .menu__price .note p {
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem; }

.menu .menu__price .minTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  padding: 30px 0; }

.menu .menu__price .minTitle h3 {
  text-align: center;
  color: #609935;
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem; }

.menu .menu__price .minTitle span {
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  color: #609935; }

.menu .menu__price h4 {
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  padding: 20px 0;
  margin-top: 60px; }

.menu .menu__price h4:before, .menu .menu__price h4:after {
  content: "～"; }

.menu .menu__price ul li {
  width: 100%;
  text-align: center;
  padding: 15px 0; }

.menu .menu__price ul li span {
  display: block;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem; }

.menu .menu__price ul li .un {
  border: solid 1px #d3d3d3;
  padding: 16px 16px 0;
  padding: 1rem 1rem 0;
  max-width: 400px;
  margin: 16px auto 0;
  margin: 1rem auto 0; }

.menu .menu__price ul li .un p {
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem; }

.menu .menu__card {
  color: #fff;
  text-align: center; }

.menu .menu__card figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.menu .menu__card figure img {
  height: 50px;
  width: auto;
  margin: 0.5em 5px; }

.menu .menu__card .note {
  padding: 16px 0;
  padding: 1rem 0;
  text-align: center; }

.menu .menu__card .note p {
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem; }

.spDisp,
.pon {
  display: none !important; }

.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 280px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #609935;
  box-sizing: border-box;
  background: #609935;
  letter-spacing: 0.1em;
  color: #fff;
  transition-duration: 0.3s;
  position: relative; }

.btn a:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  font-weight: 900;
  top: 0;
  right: 0;
  width: auto;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition-duration: 0.3s; }

.btn a:hover {
  background: transparent;
  color: #609935;
  text-decoration: none;
  transition-duration: 0.3s; }

.btn a:hover:after {
  color: #609935;
  transition-duration: 0.3s; }

.backToTop {
  background: #fff; }

.backToTop .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 60px;
  padding-bottom: 5px; }

.backToTop a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d2d2d;
  text-decoration: none;
  font-size: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.06em; }

.backToTop a:hover {
  color: #d3d3d3; }

.backToTop .fas {
  font-weight: bold;
  padding-left: 5px; }

.sctn {
  padding: 120px 0; }

.contsTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px; }

.contsTitle h2 {
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 40px;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  text-align: center;
  width: 100%;
  color: #609935; }

.contsTitle span {
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  color: #609935;
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif; }

.lower__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background-color: #609935;
  background-size: cover;
  box-shadow: 0 2px 5px #2d2d2d;
  height: 300px; }

.lower__header h1 {
  color: #fff;
  text-shadow: 0 1px 5px #2d2d2d;
  font-size: 40px;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif; }

.recruit {
  padding: 60px 0 10px;
  /* border-top: solid 1px $ws;
	border-bottom: solid 1px $ws; */
  /* background: $ws; */
  background-color: #fff; }

.recruit a {
  display: block;
  transition-duration: 0.3s; }

.recruit a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  transition-duration: 0.3s; }

.recruit a img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

@media print{
  *,
  *:before,
  *:after,
  p:first-letter,
  div:first-letter,
  blockquote:first-letter,
  li:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line{
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited{
    text-decoration: underline; }
  abbr[title]:after{
    content: " (" attr(title) ")"; }
  pre{
    white-space: pre-wrap !important; }
  pre,
  blockquote{
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead{
    display: table-header-group; }
  tr,
  img{
    page-break-inside: avoid; }
  p,
  h2,
  h3{
    orphans: 3;
    widows: 3; }
  h2,
  h3{
    page-break-after: avoid; }
  .navbar{
    display: none; }
  .badge{
    border: 1px solid #000; }
  .table{
    border-collapse: collapse !important; }
  .table td,
  .table th{
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td{
    border: 1px solid #ddd !important; } }

@media screen and (max-width: 992px){
  body.hometop:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/bg__sp.webp) top left no-repeat;
    background-size: cover; }
  body:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url(../img/bg__sp.webp) top center no-repeat;
    background-size: cover; }
  img{
    width: 100%;
    max-width: 100%;
    height: auto; }
  .container{
    width: 100%; }
  .container.w800{
    width: 100%; }
  .container.w600{
    width: 100%; }
  header .header{
    min-height: 50px;
    height: auto;
    max-width: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column; }
  header h1 img.logo{
    height: 50px; }
  .topNav{
    display: none; }
  .casts .casts__about .conts__flex .conts__box{
    width: 100%;
    height: auto;
    margin-right: 0; }
  .casts .casts__about .conts__flex .conts__box figure{
    margin: 0 auto;
    width: 80%;
    height: auto;
    overflow: hidden; }
  .home .home__top .home__top__catch{
    font-size: 20px;
    /*font-size: 1.875rem;*/ }

.home .home__top .home__top__catch__news {
  font-size: 22px;
}
  .home .home__top figure{
    width: 80px; }
  .home .home__top figure img{
    width: 100%; }
  .home .home__links .conts__flex{
    -ms-flex-direction: column;
    flex-direction: column; }
  .home .home__links .conts__flex .conts__box{
    width: 80%;
    margin: 0 auto 1rem; }
  .home .home__links .conts__flex .conts__box figure{
    margin: 0 auto; }
  .home .home__links .conts__flex .conts__box h3{
    margin: 0 auto 1em; }
  .menu .menu__price .menu__price__list{
    padding: 30px 15px; }
  .menu .menu__price ul li .un{
    width: 100%; }
  .spDisp,
  .pon{
    display: block !important; }
  .spHidden,
  .pb{
    display: none; }
  .btn{
    width: 100%; }
  .btn a{
    min-width: 280px;
    width: auto;
    max-width: 100%; }
  .btn a:hover{
    background: inherit;
    color: inherit;
    transition-duration: 0; }
  .btn a:hover:after{
    color: inherit;
    transition-duration: 0; }
  .sctn{
    padding: 60px 0; }
  .contsTitle h2{
    font-size: 30px;
    font-size: 1.875rem; }
  .lower__header{
    height: 150px; }
  .lower__header h1{
    font-size: 30px;
    font-size: 1.875rem; }
  .recruit{
    padding: 10px 0; } }

@media screen and (min-width: 991px){
  .drawer-hamburger{
    display: none; } }
