@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,600|Pinyon+Script|Roboto:400,500&display=swap");

/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

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

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

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

.mt10 {
	margin-top: 10px !important;
}

/* padding
-------------------------------*/

.pb0 {
	padding-bottom: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #4D4D4D;
	word-break: break-all;
}

a {
	color: inherit;
}

a:not([class]) {
	color: #8D7131;
	text-decoration: underline;
}

a:not([class])[target="_blank"]:after {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../images/icon_link_gold.svg) no-repeat center/contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

a:not([class])[href$=".pdf"]:after {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/icon_pdf.png) no-repeat center/contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

a:not([class]):hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font-family: inherit;
}

/* Layout */

.l-body {
	width: 100%;
	padding-top: 65px;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 2000;
}

.is-fixed .l-header {
	height: 100%;
}

.l-header__main {
	border-bottom: 1px solid #D8CAAC;
}

.l-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 0px 0px 15px;
}

.l-footer {
	border-top: 1px solid #F7F7F7;
}

.l-footer-main {
	background: #F7F7F7;
	padding: 40px 0 30px;
}

.l-wrapper {
	position: relative;
	max-width: 1020px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

.l-pc-xsm-wrapper {
	position: relative;
	max-width: 720px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

.l-sm-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.l-main {
	line-height: 1.7;
}

.l-content {
	padding: 55px 0;
}

.l-content.bg-gold-pattern {
	padding: 25px 0;
}

.l-row--sp-bw {
	-webkit-box-pack: spae-between;
	-ms-flex-pack: spae-between;
	justify-content: spae-between;
}

.l-post {
	margin-bottom: 40px;
	padding: 55px 0;
}

.l-single {
	margin-bottom: 40px;
	background: #FFFFFF;
	padding-bottom: 1px;
}

.l-overview {
	padding: 40px 0 60px;
	position: relative;
}

.l-overview__logo-label {
	margin-bottom: 20px;
}

.l-overview__main {
	margin-bottom: 20px;
}

.l-overview__news + .l-overview__news {
	margin-top: 60px;
}

.l-overview__info {
	border-top: 1px solid #B59C63;
	padding-top: 20px;
	margin-bottom: 60px;
}

.l-search-head--full {
	margin-bottom: 60px;
}

.l-search-head__form {
	padding: 20px 15px;
	background: #F7F7F7;
	margin-bottom: 60px;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-search-head__button {
	margin-top: 30px;
}

.l-white-box {
	background: #FFFFFF;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.l-sptab-pccol2 {
	padding: 30px 0;
}

/* Module */

.header-logo {
	display: block;
	margin-right: 26px;
	max-width: 150px;
}

.header-logo img {
	display: block;
}

.header-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lang-switch {
	margin-right: 10px;
}

.lang-switch__overlay {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100vh;
}

.lang-switch__trg {
	font-size: 1.2rem;
	text-decoration: none;
	background: #F8F8F8;
	width: 115px;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lang-switch__trg:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin: 1px 6px 2px 0;
	background: url(../images/icon_language.svg) no-repeat center/contain;
}

.lang-switch__trg:after {
	content: "";
	display: inline-block;
	border-bottom: 1px solid #656666;
	border-right: 1px solid #656666;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	margin: 0 0 4px 7px;
}

.lang-switch__trg.is-opend:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-bottom: 0;
}

.lang-switch__list {
	position: absolute;
	top: 100%;
	background: #FFFFFF;
	width: 115px;
	padding: 5px 0;
	font-size: 1.6rem;
	display: none;
}

.lang-switch__item a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 23px 23px;
}

.sp-menu-btn {
	text-decoration: none;
	font-family: "Noto Serif JP", serif;
	background: #F8F8F8;
	font-size: 1.2rem;
	width: 60px;
	height: 64px;
	display: block;
	border-left: 1px solid #E2E2E2;
	text-align: center;
	padding-top: 40px;
	color: #707070;
	position: relative;
}

.sp-menu-btn span:not([class]) {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 35px;
	height: 1px;
	background: #707070;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.sp-menu-btn span:nth-child(1) {
	top: 14px;
}

.sp-menu-btn span:nth-child(2) {
	top: 23px;
}

.sp-menu-btn span:nth-child(3) {
	top: 32px;
}

.sp-menu-btn.is-opend span:not([class]) {
	top: 22px;
}

.sp-menu-btn.is-opend span:not([class]):nth-child(1) {
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.sp-menu-btn.is-opend span:not([class]):nth-child(2) {
	opacity: 0;
}

.sp-menu-btn.is-opend span:not([class]):nth-child(3) {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.sp-menu-overlay {
	display: none;
}

.sp-navi {
	position: relative;
}

.pc-header-search {
	display: none;
}

.searchform {
	background: #FFFFFF;
	border-bottom: 2px solid #8D7131;
	width: 100%;
	padding: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.searchform__text {
	background: #FFFFFF;
	font-size: 1.6rem;
	border: none;
	width: calc(100% - 45px);
	height: 45px;
	padding: 0 0 0 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.searchform__text::-webkit-input-placeholder {
	color: #A5A5A5;
}

.searchform__text::-moz-placeholder {
	color: #A5A5A5;
}

.searchform__text:-ms-input-placeholder {
	color: #A5A5A5;
}

.searchform__text::-ms-input-placeholder {
	color: #A5A5A5;
}

.searchform__text::placeholder {
	color: #A5A5A5;
}

.searchform__text:-ms-input-placeholder {
	color: #A5A5A5;
}

.searchform__text::-ms-input-placeholder {
	color: #A5A5A5;
}

.searchform__button {
	display: block;
	padding: 0;
	width: 45px;
	height: 45px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/icon_search_white.svg) no-repeat center, #B59C63;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.searchform__button:focus,
.searchform__button:hover {
	opacity: 0.7;
}

.pagetop {
	background: #EAEAEA;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
}

.pagetop img {
	display: block;
}

.pagetop-wrap {
	padding: 30px 15px;
}

.footer-overview {
	font-size: 1.2rem;
	color: #b7b7b7;
	line-height: 1.5;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 10px;
}

.footer-overview:after {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #E2E2E2;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 28px 0 22px;
}

.footer-links__item {
	width: 50%;
	margin-bottom: 28px;
	line-height: 1.58;
}

.footer-links__item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.footer-links__item a {
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer-links__item a:after {
	content: "";
	display: inline-block;
	border-top: 1px solid #8D7131;
	border-right: 1px solid #8D7131;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	margin: 0 0 2px 5px;
}

.footer-links__item a:hover {
	opacity: 0.7;
}

.footer-navi {
	position: relative;
	margin-bottom: 30px;
}

.footer-navi__item {
	position: relative;
}

.footer-navi__item a {
	color: #4D4D4D;
	text-decoration: none;
}

.footer-banners {
	background: url(../images/bg_pattern_2.png) repeat;
	padding: 37px 0;
}

.footer-banners__main {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.footer-banners__item {
	padding: 0 8px;
	width: 250px;
}

.footer-banners .slick-arrow {
	width: 22px;
}

.footer-banners .slick-prev {
	left: 0;
}

.footer-banners .slick-next {
	right: 0;
}

.copyright {
	background: #B59C63;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 25px 0;
}

.bg-gold {
	background: #F7F7F7;
}

.bg-gold-deep {
	background: #B59C63;
	padding: 22px 0 25px;
	color: #FFFFFF;
}

.bg-gold-pattern {
	background: url(../images/bg_pattern_1.png) repeat center/128px auto, #B59C63;
}

.bg-gray-pattern {
	background: url(../images/bg_pattern_2.png) repeat center;
}

.button {
	background: #B59C63;
	color: #FFFFFF;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 56px;
	width: 100%;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
}

.button:after {
	content: "";
	background: url(../images/icon_arrow_right.svg) no-repeat center/contain;
	width: 14px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.button[target="_blank"]:after {
	background: url(../images/icon_outside.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button.anchor:after {
	content: "";
	background: url(../images/icon_arrow_right.svg) no-repeat center/contain;
	width: 14px;
	height: 12px;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	margin-left: 10px;
}

.button--icon-side:after {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button--center {
	margin-left: auto;
	margin-right: auto;
}

.button--h-md {
	height: 50px;
}

.button--disabled {
	pointer-events: none;
	background: #B1B1B1;
	color: #D8D8D8;
}

.button--disabled:after {
	opacity: 0.4;
}

.button--mt {
	margin-top: 20px;
}

.button--submit {
	font-size: 1.4rem;
	font-weight: 500;
	border: none;
	background: url(../images/icon_arrow_right.svg) no-repeat center right 20px/6px auto, #B59C63;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	padding: 0;
	border-radius: 0;
}

.link {
	text-decoration: none;
	color: #8D7131;
	display: inline-block;
}

.link:hover {
	text-decoration: underline;
}

.link:after {
	content: "";
	display: inline-block;
	margin: 0 0 3px 3px;
	vertical-align: middle;
	border-top: 1px solid #8D7131;
	border-right: 1px solid #8D7131;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.link--beige {
	color: #E8D8B4;
}

.link--beige:after {
	border-color: #E8D8B4;
}

.link--sm {
	font-size: 1.4rem;
}

.textlink {
	border: none;
	font-size: 1.4rem;
	font-weight: 500;
	color: #8D7131;
	text-decoration: underline;
	margin-top: 20px;
	cursor: pointer;
	background: none;
	padding: 0;
}

.heading-1 {
	font-size: 3.2rem;
	color: #4D4D4D;
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
}

.heading-1 span {
	color: #7F7F7F;
	display: block;
	font-size: 2.0rem;
}

.heading-2 {
	font-size: 2.2rem;
	line-height: 1.45;
	border-bottom: 1px solid #B59C63;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-family: "Noto Serif JP", serif;
}

.heading-2--white {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.heading-3 {
	text-align: center;
	font-size: 3.0rem;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 30px;
}

.heading-3--mb-lg {
	margin-bottom: 60px;
}

.heading-3--line {
	border-bottom: 1px solid #D8CAAC;
	padding-bottom: 30px;
}

.heading-3 span {
	display: block;
	font-size: 2.0rem;
	font-family: "Pinyon Script", cursive;
	color: #8D7131;
}

.heading-4 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 20px;
	padding-left: 15px;
	position: relative;
}

.heading-4:before {
	content: "";
	display: block;
	border-left: 2px solid #B59C63;
	border-right: 1px solid #B59C63;
	width: 5px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.heading-4--text-only {
	padding-left: 0;
}

.heading-4--text-only:before {
	content: none;
}

.heading-5 {
	font-size: 2.8rem;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	margin-bottom: 15px;
}

.heading-5 span {
	display: block;
	font-size: 1.6rem;
}

.heading-6 {
	font-size: 1.6rem;
	color: #4D4D4D;
	font-weight: 500;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.heading-6:not(:last-child) {
	margin-bottom: 15px;
}

.heading-7 {
	background: #B59C63;
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 2.2rem;
	padding: 3px 20px;
	margin-bottom: 20px;
}

.heading-8 {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 18px;
}

.heading-9 {
	font-size: 3.0rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1.45;
}

.heading-9:not(:last-child) {
	margin-bottom: 10px;
}

.heading-10 {
	font-size: 1.8rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
}

.heading-11 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.heading-11__text {
	font-family: "Noto Serif JP", serif;
	font-size: 2.2rem;
}

.heading-11__button {
	width: 123px;
	height: 42px;
}

.heading-11__button:after {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.heading-12 {
	color: #717171;
	font-size: 1.8rem;
	font-weight: 500;
}

.heading-12:not(:last-child) {
	margin-bottom: 10px;
}

.red-text {
	color: #B12C43;
}

.text-md {
	font-size: 1.6rem;
}

.text-md--mb {
	margin-bottom: 30px;
}

.breadcrumb {
	display: none;
}

.page-bottom {
	margin-bottom: 30px;
}

.page-anchor {
	width: 100%;
	height: calc(100% - 65px);
	z-index: 1000;
}

.page-anchor__head {
	background: #B59C63;
	color: #FFFFFF;
	padding: 0 15px;
	height: 44px;
	padding: 15px 15px;
	position: relative;
}

.page-anchor__head:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	position: absolute;
	top: 50%;
	right: 19px;
}

.page-anchor__head.is-opend:after {
	border-right: none;
	border-bottom: none;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	top: 60%;
}

.page-anchor__content {
	display: none;
	height: calc(100% - 44px);
	overflow-y: auto;
	background: rgba(247, 247, 247, 0.95);
}

.page-anchor__navi {
	margin-bottom: 10px;
}

.page-anchor__item {
	border-bottom: 1px solid rgba(199, 181, 138, 0.3);
}

.page-anchor__item a {
	display: block;
	padding: 21px 30px 20px;
	text-decoration: none;
	color: #4D4D4D;
	position: relative;
}

.page-anchor__item a:after {
	content: "";
	display: block;
	border-top: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	width: 6px;
	height: 6px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 27px;
}

.info {
	text-align: center;
	padding: 20px 40px 45px;
}

.info__heading {
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	margin-bottom: 18px;
	color: #B59C63;
}

.info__label {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.info__tel {
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
	color: #8D7131;
	display: block;
	margin-bottom: 8px;
}

.info__note {
	font-size: 1.2rem;
	margin-bottom: 12px;
}

.info__button {
	width: 236px;
	margin-left: auto;
	margin-right: auto;
}

.item-type-1 {
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.item-type-1:last-child {
	border: none;
}

.item-type-1 a {
	text-decoration: none;
	display: block;
}

.item-type-1 a:before,
.item-type-1 a:after {
	content: "";
	display: table;
}

.item-type-1 a:after {
	clear: both;
}

.item-type-1__heading {
	text-decoration: underline;
	font-size: 1.8rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 20px;
}

.item-type-1__image {
	width: 124px;
	margin-right: 18px;
	float: left;
	position: relative;
	border: 1px solid rgba(112, 112, 112, 0.3);
	overflow: hidden;
}

.item-type-1__image:before {
	content: "";
	width: 100%;
	padding-top: 67%;
	display: block;
}

.item-type-1__image img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	top: 0%;
	left: 0%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-type-1__main {
	color: #4D4D4D;
	font-size: 1.6rem;
	color: #4D4D4D;
	font-family: "Noto Sans JP", sans-serif;
}

.item-type-2 {
	background-color: #ffffff;
	padding: 30px 15px;
	margin-bottom: 45px;
}

.item-type-2__image {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	position: relative;
}

.item-type-2__image:before {
	content: "";
	display: block;
	padding-top: 65%;
}

.item-type-2__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;';
	display: block;
	width: 100%;
	height: 100%;
}

.item-type-3 {
	margin-bottom: 28px;
}

.item-type-3__heading {
	line-height: 1.4;
	font-size: 1.6rem;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	margin-bottom: 10px;
}

.item-type-3__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-type-3__image {
	width: 43.5%;
	position: relative;
	background: #F7F7F7;
}

.item-type-3__image:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.item-type-3__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.item-type-3__buttons-wrap {
	width: 47.6%;
}

.item-type-3__button {
	margin: 12px 0;
	width: 100%;
	height: 46px;
}

.item-type-3__button .button {
	height: 100%;
}

.item-type-4 {
	margin-bottom: 40px;
}

.item-type-4 a {
	display: block;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.item-type-4 a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.item-type-4 a:hover .heading-6 {
	color: #8D7131;
}

.item-type-4__visual {
	position: relative;
}

.item-type-4__image {
	position: relative;
	margin-bottom: 22px;
	overflow: hidden;
}

.item-type-4__image:before {
	content: "";
	width: 100%;
	padding-top: 62%;
	display: block;
}

.item-type-4__image img {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-type-4__label {
	background-color: #B12C43;
	color: #ffffff;
	font-size: 1.5rem;
	padding: 2px 15px;
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.item-type-4__another {
	border-top: 1px solid #8D7131;
	padding-top: 12px;
}

.item-type-4__another__trg {
	color: #8D7131;
	text-align: center;
	margin-bottom: 18px;
}

.item-type-4__another__trg:after {
	content: "";
	display: inline-block;
	background: url(../images/icon_arrow_under_gold.svg) no-repeat center/contain;
	width: 10px;
	height: 10px;
	margin-left: 5px;
}

.item-type-4__another__trg.is-opend:after {
	background: url(../images/icon_arrow_over_gold.svg) no-repeat center/contain;
}

.item-type-4__another__detail {
	display: none;
}

.item-type-4__another__list:not(:last-child) {
	border-bottom: 1px solid rgba(199, 181, 138, 0.3);
	margin-bottom: 10px;
}

.item-type-4__date {
	color: #797979;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
}

.item-type-4__text {
	color: #4D4D4D;
	font-size: 1.2rem;
	line-height: 2;
	margin-bottom: 20px;
}

.item-type-5 {
	border-left: 3px solid #717171;
	background: #F8F8F8;
	padding: 8px 0;
	margin-bottom: 5px;
}

.item-type-5--sun {
	border-left-color: #C43737;
}

.item-type-5--sun .item-type-5__date {
	color: #C43737;
}

.item-type-5--sat {
	border-left-color: #378DBA;
}

.item-type-5--sat .item-type-5__date {
	color: #378DBA;
}

.item-type-5__date {
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: 12px;
	padding-left: 10px;
}

.item-type-5__date span {
	font-size: 1.8rem;
	margin-left: 0.4em;
}

.item-type-5__content {
	padding: 0 30px;
}

.item-type-5__item:not(:last-child) {
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.item-type-5__button {
	margin-bottom: 15px;
}

.item-type-5__image {
	position: relative;
	overflow: hidden;
	margin-bottom: 18px;
	width: 100%;
}

.item-type-5__image:before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 62%;
}

.item-type-5__image img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}

.item-type-5__label {
	color: #B12C43;
	margin-bottom: 7px;
}

.item-type-6 {
	display: block;
	background: #FFFFFF;
	text-decoration: none;
	padding: 15px;
	margin-bottom: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.item-type-6:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-type-6:hover .heading-6 {
	color: #B59C63;
}

.item-type-6__image {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.item-type-6__image:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 61.7%;
}

.item-type-6__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-type-6__main .list-type-3 {
	margin-bottom: 10px;
}

.item-type-7 {
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	padding: 25px 15px 10px;
	margin-bottom: 20px;
}

.item-type-7__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px;
}

.item-type-7__image {
	position: relative;
	margin-bottom: 13px;
	overflow: hidden;
}

.item-type-7__image:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.7%;
}

.item-type-7__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-type-7__date {
	font-size: 1.6rem;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	margin-right: 20px;
}

.item-type-7__cat {
	font-size: 1.3rem;
	color: #8D7131;
	border: 1px solid #8D7131;
	border-radius: 4px;
	padding: 0px 12px;
}

.item-type-8 {
	padding: 40px 0 30px;
	margin-bottom: 40px;
	background: #FFFFFF;
}

.item-type-8__inner {
	width: calc(100% - 30px);
	max-width: 640px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.item-type-8__head {
	margin-bottom: 12px;
}

.item-type-8__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
}

.item-type-8__date {
	font-size: 1.6rem;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	margin-right: 20px;
}

.item-type-8__cat {
	font-size: 1.3rem;
	font-weight: 500;
	border: 1px solid #8D7131;
	border-radius: 4px;
	padding: 1px 14px;
	color: #8D7131;
}

.item-type-8__cat span {
	color: #B59C63;
}

.item-type-8__image {
	margin-bottom: 30px;
	display: block;
	position: relative;
}

.item-type-8__image img {
	width: 100%;
}

.item-type-9 {
	background-color: #373125;
	padding: 15px;
	color: #FFFFFF;
	width: calc(100vw - 60px);
}

.item-type-9__image {
	display: block;
	overflow: hidden;
	position: relative;
}

.item-type-9__image:before {
	content: "";
	width: 100%;
	padding-top: 63.8%;
	display: block;
}

.item-type-9__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.item-type-9__main {
	padding: 15px 0 0;
}

.item-type-9__button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.item-type-9__button {
	font-size: 1.4rem;
	height: 50px;
	line-height: 1.3;
}

.item-type-9__button:not(:last-child) {
	margin-right: 10px;
}

.item-type-9__button--lg {
	width: 57%;
}

.item-type-9__button--sm {
	width: 39%;
}

.item-type-9__button:after {
	position: static !important;
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
	margin-left: 4px;
}

.item-type-10 {
	background-color: #F7F7F7;
	padding: 30px 15px;
	margin-bottom: 40px;
}

.item-type-10__main {
	margin-bottom: 35px;
}

.item-type-10__list {
	margin-bottom: 13px;
}

.item-type-10__image {
	width: 227px;
	margin-left: auto;
	margin-right: auto;
}

.item-type-10__image img {
	width: 100%;
}

.item-type-11 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	border-bottom: 1px solid rgba(199, 181, 138, 0.3);
	padding: 20px 0 20px;
}

.item-type-11:first-of-type {
	padding-top: 10px;
}

.item-type-11__image {
	width: 118px;
	height: 74px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	border: 1px solid #DBDBDB;
}

.item-type-11__image:before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 62.7%;
}

.item-type-11__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-type-11__info {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.item-type-11__date {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	margin-bottom: 10px;
	line-height: 1;
}

.item-type-11__cat {
	color: #8D7131;
	font-weight: 500;
	border: 1px solid #8D7131;
	padding: 0 12px;
	border-radius: 4px;
	display: inline-block;
}

.item-type-11__cat span {
	color: #B59C63;
}

.item-type-12 {
	margin-bottom: 10px;
}

.item-type-12 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	width: 100%;
	height: 100%;
	background: #F7F7F7;
	padding: 20px 15px;
	color: inherit;
	text-decoration: none;
}

.item-type-12__main {
	width: calc(100% - 88px);
	padding-right: 36px;
}

.item-type-12__main .tag {
	margin-top: 15px;
}

.item-type-12__main .tag__item:last-child {
	margin-bottom: 0;
}

.item-type-12__image {
	width: 88px;
	height: 88px;
	position: relative;
	overflow: hidden;
}

.item-type-12__image:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}

.item-type-12__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-type-12__name-jp {
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.item-type-12__name-en {
	display: block;
	color: #8D7131;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.item-type-12__note {
	font-size: 1.2rem;
}

.item-type-13__item {
	margin-bottom: 32px;
	display: block;
}

.item-type-13__image {
	position: relative;
	overflow: hidden;
	height: calc((100vw - 30px) * 0.5625);
}

.item-type-13__image iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.item-type-13__main {
	background-color: #F7F7F7;
	font-size: 1.6rem;
	font-weight: 500;
	color: #4D4D4D;
	padding: 15px 20px;
}

.item-type-14__item {
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 30px;
}

.item-type-14__item:last-child {
	margin-bottom: 0;
}

.item-type-14__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.item-type-14__image {
	width: 35.8%;
}

.item-type-14__detail {
	margin-top: 5px;
}

.item-type-14__overview {
	margin-top: -0.2em;
	width: 64.2%;
	padding-left: 10px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.item-type-14__title {
	font-weight: 500;
	margin-bottom: 5px;
}

.list-type-1__item {
	margin-bottom: 15px;
}

.list-type-1__item a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.list-type-1__item--1line a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-type-1__item--1line .list-type-1__date {
	width: 95px;
}

.list-type-1__date {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.list-type-1__title {
	display: block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 500;
}

.list-type-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 500;
	margin-bottom: 28px;
}

.list-type-2__item {
	margin-right: 45px;
}

.list-type-2__item:nth-child(2n) {
	margin-right: 0;
}

.list-type-3 {
	margin-bottom: 28px;
}

.list-type-3--border {
	border-bottom: 1px solid #C7B58A;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.list-type-3--mb-sm {
	margin-bottom: 15px;
}

.list-type-3--md {
	font-size: 1.6rem;
}

.list-type-3__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.list-type-3__item--long {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-type-3__label {
	color: #8D7131;
	font-weight: 500;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	padding-right: 1em;
}

.list-type-3__label:after {
	content: "：";
	position: absolute;
	right: 0;
}

.list-type-3__label--fixed {
	width: 8em;
}

.list-type-3__label--fixed-6 {
	width: 7em;
}

.list-type-3__label--beige {
	color: #E8D8B4;
}

.list-type-3__label--black {
	color: #4D4D4D;
}

.list-type-3__label--simple {
	color: #717171;
	font-weight: normal;
}

.list-type-3__label--light {
	font-weight: normal;
}

.list-type-3__content {
	padding: 0 3px;
	color: #717171;
}

.list-type-3__content a {
	font-weight: 500;
}

.list-type-3__content--white {
	color: #ffffff;
}

.list-type-3__content--black {
	color: #4D4D4D;
}

.list-type-3--lg {
	font-size: 1.6rem;
}

.list-type-3__image {
	display: block;
}

.list-type-4 {
	border: 1px solid #D8CAAC;
	background: #FFFFFF;
}

.list-type-4 + .list-type-4 {
	margin-top: 20px;
}

.list-type-4--ticket:last-of-type {
	margin-bottom: 30px;
}

.list-type-4--ticket .list-type-4__item {
	min-height: 80px;
}

.list-type-4--ticket .list-type-4__item:first-child {
	min-height: 0;
}

.list-type-4--ticket .list-type-4__label {
	padding: 0;
	width: 27.8%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-type-4--ticket .list-type-4__content {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
}

.list-type-4--ticket .list-type-4__content span {
	display: block;
	font-size: 1.3rem;
}

.list-type-4__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-type-4__item:last-child .list-type-4__content {
	border-bottom: none;
}

.list-type-4__label {
	border-right: 1px solid #D8CAAC;
	border-bottom: 1px solid #D8CAAC;
	width: 96px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #8D7131;
	font-weight: 500;
	text-align: center;
	padding: 19px 10px 15px;
	background: #F7F4EF;
}

.list-type-4__label--empty {
	display: none;
}

.list-type-4__label--empty + .list-type-4__content {
	padding: 12px 15px;
}

.list-type-4__content {
	padding: 19px 18px 15px 18px;
	width: 100%;
	border-bottom: 1px solid #EEE9DC;
}

.list-type-4__content .button {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list-type-4__content__seat {
	width: 30%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 500;
}

.list-type-4__content__seat img {
	width: 40%;
	display: block;
	margin: 0 auto;
}

.list-type-4__content__price {
	width: 38%;
}

.list-type-4__content__price span {
	color: #7C7C7C;
}

.list-type-4__content__price--red {
	color: #B12C43;
}

.list-type-4__content__price--red span {
	color: inherit;
}

.list-type-5 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.375;
}

.list-type-5__item {
	text-indent: -20px;
	margin-left: 20px;
	margin-bottom: 22px;
}

.list-type-5__item:before {
	content: "";
	background: url(../images/icon_list_2.svg) no-repeat center/contain;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-right: 10px;
}

.list-type-6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list-type-6__item {
	width: calc(50% - 10px);
}

.list-type-7 {
	font-size: 1.6rem;
	font-weight: 500;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 35px;
}

.list-type-7__text {
	line-height: 1.9;
}

.list-type-8 {
	font-size: 1.6rem;
	font-weight: 500;
}

.list-type-8__outside {
	color: #8D7131;
	margin-left: 5px;
}

.list-type-8__outside:after {
	content: "";
	display: inline-block;
	background: url(../images/icon_link_gold.svg) no-repeat center/contain;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}

.list-type-8__tel {
	color: #B59C63;
	margin-left: 5px;
}

.list-type-8--sm {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.list-type-9 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-type-9__item {
	width: 76px;
	height: 68px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.list-type-9__item a,
.list-type-9__item button {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	background: #F7F7F7;
	position: relative;
	border: none;
	outline: none;
	cursor: pointer;
	line-height: 1.2;
}

.list-type-9__item a:after,
.list-type-9__item button:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #B59C63;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.list-type-9__item a:hover:after,
.list-type-9__item a:focus:after,
.list-type-9__item button:hover:after,
.list-type-9__item button:focus:after {
	opacity: 1;
}

.list-type-9__item a.is-active,
.list-type-9__item button.is-active {
	background: #B59C63;
	color: #FFFFFF;
}

.list-type-9__item a.is-active *,
.list-type-9__item button.is-active * {
	color: #FFFFFF;
}

.list-type-9__year {
	color: #8D7131;
}

.list-type-9__month {
	color: #4D4D4D;
	font-weight: 500;
}

.list-type-9__month span {
	font-size: 2.2rem;
}

.list-type-10 {
	font-size: 1.4rem;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 5px;
}

.list-type-10__item {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-type-10__label {
	font-weight: 500;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 0.5em;
}

.list-type-10 a {
	font-size: 1.8rem;
	font-weight: bold;
	color: #B59C63;
}

.heading-note {
	font-size: 1.6rem;
	color: #4D4D4D;
	margin-bottom: 50px;
	font-family: "Noto Sans JP", sans-serif;
}

.announce-text {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 30px;
}

.pager {
	text-align: center;
	height: 52px;
	position: relative;
	color: #B59C63;
}

.pager .page-numbers {
	text-decoration: none;
	border: 1px solid #B59C63;
	width: 52px;
	height: 100%;
	padding: 15px 0;
}

.pager .page-numbers:not(.prev):not(.next):not(.first):not(.last) {
	display: none;
}

.pager .page-number {
	font-size: 1.8rem;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-weight: 500;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager a:hover {
	opacity: 0.7;
}

.pager a.first,
.pager a.prev,
.pager a.next,
.pager a.last {
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 0;
}

.pager a.first {
	left: 0;
}

.pager a.prev {
	left: 62px;
}

.pager a.next {
	right: 62px;
}

.pager a.last {
	right: 0;
}

.pager-single {
	background: #F7F7F7;
	position: relative;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 50px 15px 25px;
	margin-bottom: -1px;
}

.pager-single__inner:before,
.pager-single__inner:after {
	content: "";
	display: table;
}

.pager-single__inner:after {
	clear: both;
}

.pager-single__button {
	width: calc((100% - 15px) / 2);
	font-size: 1.4rem;
	text-align: center;
	height: 44px;
	margin-bottom: 28px;
}

.pager-single__button:after {
	position: absolute;
	top: 50%;
}

.pager-single__button--left {
	float: left;
}

.pager-single__button--left:after {
	left: 5px;
	-webkit-transform: rotate(180deg) translateY(50%);
	-ms-transform: rotate(180deg) translateY(50%);
	transform: rotate(180deg) translateY(50%);
}

.pager-single__button--right {
	float: right;
}

.pager-single__button--right:after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}

.pager-single__all {
	color: #8D7131;
	display: block;
	text-align: center;
	padding: 10px 0;
	clear: both;
	font-weight: 500;
}

.tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tag--in-list {
	margin-bottom: 10px;
}

.tag--content {
	margin-bottom: 50px;
}

.tag__item {
	margin: 0 10px 10px 0;
}

.tag__item a,
.tag__item span,
.tag__item button {
	display: block;
	padding: 5px 8px;
	color: #8D7131;
	text-decoration: none;
	border: 1px solid #8D7131;
	border-radius: 4px;
	line-height: 1;
	background: none;
	font-size: 1.4rem;
	font-weight: 500;
}

.tag__item a.is-active,
.tag__item span.is-active,
.tag__item button.is-active {
	background: #B59C63;
	border-color: #B59C63;
	color: #FFFFFF;
}

.tag__item--lg {
	margin: 0 14px 14px 0;
}

.tag__item--lg a,
.tag__item--lg span,
.tag__item--lg button {
	padding: 10px 18px 9px;
}

.tag__item--beige a,
.tag__item--beige span,
.tag__item--beige button {
	border-color: #E8D8B4;
	color: #E8D8B4;
}

.tag--mb {
	margin-bottom: 10px;
}

.sns {
	background: #F7F7F7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px;
	margin-bottom: 60px;
}

.sns__label {
	font-size: 1.6rem;
	margin-right: 28px;
}

.sns-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sns-share__item {
	width: 37px;
	margin-right: 34px;
}

.sns-share__item:last-child {
	margin-right: 0;
}

.sns-share__item a {
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sns-share__item a:hover {
	opacity: 0.7;
}

.sns-share__item img {
	display: block;
}

.sns-share__item--sm {
	width: 32px;
	margin-right: 30px;
}

.sns-share__item--sm:last-child {
	margin-right: 0;
}

.profile-type-1 {
	padding: 55px 0;
}

.profile-type-1__content {
	font-size: 1.6rem;
}

.profile-type-1__content p {
	margin-bottom: 1.7em;
}

.profile-type-2:not(:last-child) {
	margin-bottom: 70px;
}

.profile-type-2__image {
	margin-bottom: 24px;
}

.profile-type-2__main {
	font-size: 1.6rem;
}

.profile-type-2__main p {
	margin-bottom: 1em;
}

.banners-type-1 {
	padding: 0 16px;
}

.banners-type-1__item {
	width: 100%;
	margin-bottom: 22px;
}

.banners-type-1 a {
	display: block;
}

.banners-type-1 a:after {
	content: none !important;
}

.banners-type-1 img {
	display: block;
}

.artist-photo {
	margin-bottom: 18px;
}

.artist-photo img {
	display: block;
}

.artist-photo__note {
	margin-top: 8px;
}

.text-point {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.9;
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
}

.text-point:before {
	content: "＊";
}

.more-content {
	position: relative;
}

.more-content__target {
	overflow: hidden;
}

.more-content__button {
	width: 171px;
	height: 44px;
	margin: 20px auto 0;
}

.more-content__button:after {
	content: "";
	-webkit-transform: rotate(90deg) translate(-50%, -50%);
	-ms-transform: rotate(90deg) translate(-50%, -50%);
	transform: rotate(90deg) translate(-50%, -50%);
	position: absolute;
	top: 50%;
	right: 20px;
}

.section-1 {
	margin-bottom: 45px;
}

.section-1__item {
	margin-bottom: 40px;
}

.cat-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.cat-list__item {
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0 5px 10px;
}

.cat-list__item a,
.cat-list__item button {
	border-radius: 4px;
	border: 1px solid #8D7131;
	text-decoration: none;
	display: block;
	padding: 4px 11px;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #8D7131;
	font-size: inherit;
	font-weight: inherit;
	overflow: hidden;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}

.cat-list__item a span,
.cat-list__item button span {
	color: #B59C63;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.cat-list__item a:hover,
.cat-list__item button:hover {
	border-color: #B59C63;
	background-color: #B59C63;
	color: #ffffff;
}

.cat-list__item a:hover span,
.cat-list__item button:hover span {
	color: #FFFFFF;
}

.cat-list__item a.is-current,
.cat-list__item button.is-current {
	background-color: #B59C63;
	color: #ffffff;
	border-color: #B59C63;
}

.cat-list__item a.is-current span,
.cat-list__item button.is-current span {
	color: #FFFFFF;
}

.cat-list__item.is-current a {
	background-color: #B59C63;
	color: #ffffff;
	border-color: #B59C63;
}

.cat-list__item.is-current span {
	color: #ffffff;
}

.sns-share-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sns-share-post__item:not(:last-child) {
	margin-right: 10px;
}

.sns-share-post__item img {
	height: 22px;
	display: block;
}

.sns-share-post__item a {
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sns-share-post__item a:hover {
	opacity: 0.7;
}

.post-excerpt {
	font-size: 1.6rem;
	margin-bottom: 42px;
	text-align: justify;
}

.wp-content {
	font-size: 1.6rem;
}

.wp-content > * {
	margin-bottom: 1.5em;
}

.wp-content a:not([class]) {
	color: #B59C63;
	text-decoration: underline;
}

.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
	margin-top: 40px;
	font-weight: 500;
	margin-bottom: 16px;
}

.wp-content h2 {
	font-size: 1.8rem;
}

.wp-content h3 {
	font-size: 1.7rem;
}

.wp-content h4,
.wp-content h5,
.wp-content h6 {
	font-size: 1.6rem;
}

.wp-content ul > li:not([class]) {
	position: relative;
	padding-left: 18px;
}

.wp-content ul > li:not([class]):before {
	position: absolute;
	content: "";
	display: block;
	width: 13px;
	height: 1px;
	background: #B59C63;
	position: absolute;
	top: 12px;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-content ol {
	list-style: decimal;
	padding-left: 1.2em;
}

.wp-content ul ul,
.wp-content ol ul {
	color: #8D7131;
}

.wp-content ul ul li:not([class]):before,
.wp-content ol ul li:not([class]):before {
	content: '・';
	color: #8D7131;
	width: 1em;
	height: auto;
	background: none;
	top: 0;
}

.wp-content strong {
	font-weight: bold;
}

.wp-content em {
	font-style: italic;
}

.wp-content pre {
	white-space: pre-wrap;
}

.wp-content .wp-block-button__link {
	text-decoration: none;
}

.wp-content table {
	border: 1px solid #4D4D4D;
}

.wp-content table thead {
	background: #F8F8F8;
	font-weight: 700;
}

.wp-content table th,
.wp-content table td {
	border: 1px solid #4D4D4D;
	padding: 10px 10px;
}

.wp-content code {
	background: #f7f6f6;
}

.wp-content blockquote {
	background: #f7f6f6;
	padding: 20px 30px;
}

.wp-content .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.wp-content .alignright {
	float: right;
	margin-left: 0 0 20px 20px;
}

.wp-content .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.table-note {
	font-size: 1.2rem;
	color: #717171;
	line-height: 2;
	margin-bottom: 25px;
}

.table-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
	color: #717171;
}

.table-head:before {
	content: "";
	border: 2px solid #41A3C7;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	margin-right: 0.5em;
}

.tab-list-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 33px;
}

.tab-list-1__item {
	display: block;
	width: 50%;
}

.tab-list-1__item a,
.tab-list-1__item button {
	border: none;
	border-bottom: 2px solid #EAEAEA;
	font-family: "Noto Serif JP", serif;
	font-size: 2.2rem;
	font-weight: 500;
	display: block;
	padding: 0 0 14px;
	text-align: center;
	width: 100%;
	text-decoration: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}

.tab-list-1__item a.is-current,
.tab-list-1__item button.is-current {
	border-bottom-color: #B59C63;
}

.tab-list-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tab-list-2__item {
	width: calc(50% - 2.5px);
	height: 50px;
}

.tab-list-2__item a,
.tab-list-2__item button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #C1B6A0;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.tab-list-2__item a.is-current,
.tab-list-2__item button.is-current {
	background: #FFFFFF;
	color: #8D7131;
}

.js-tab-content:not(.js-tab-content--active) {
	display: none;
}

.js-tab-content--sp-only:not(.js-tab-content--active) {
	display: block;
}

.filter-page-target:not(.filter-page-target--active) {
	display: none;
}

.no-post-text {
	text-align: center;
	width: 100%;
	font-size: 1.6rem;
	background: #F7F7F7;
	margin-top: 20px;
	padding: 20px;
	display: none;
}

.no-post-text--month {
	display: block;
}

.alphabet {
	width: calc(100% + 8px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -4px;
}

.alphabet__item {
	width: 40px;
	height: 40px;
	margin: 4px;
}

.alphabet__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	border: 1px solid #8D7131;
	font-size: 1.8rem;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #8D7131;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.alphabet__item a.is-disabled {
	background: #F0F0F0;
	color: #CECECE;
	border: none;
	pointer-events: none;
}

.alphabet__item a:hover {
	background: #B59C63;
	color: #FFFFFF;
	border-color: #B59C63;
}

.scroll-contents {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.scroll-contents__wrapper {
	overflow-x: auto;
}

.scroll-contents__button {
	text-align: center;
	display: block;
	width: 32px;
	height: 68px;
	background-color: #EFEFEF;
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	outline: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.scroll-contents__button:hover {
	background-color: #EFEFEF;
}

.attention {
	font-weight: 500;
	margin-bottom: 25px;
}

.attention__label {
	font-size: 1.5rem;
	color: #ffffff;
	background-color: #B12C43;
	padding: 3px 15px;
	margin-right: 10px;
}

.attention__link {
	font-size: 1.4rem;
	color: #B12C43;
}

.attention__link:after {
	content: "";
	display: inline-block;
	background: url(../images/icon_arrow_under_red.svg) no-repeat center/contain;
	width: 10px;
	height: 10px;
	margin-left: 8px;
}

.attention__link:hover {
	text-decoration: none;
}

.label {
	font-size: 1.4rem;
	color: #ffffff;
	padding: 0 5px;
}

.label:not(:first-child) {
	margin-left: 8px;
}

.label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.label--web {
	background-color: #8D7131;
}

.label--web:before {
	background: url(../images/icon_web.svg) no-repeat center/contain;
	width: 15px;
	height: 13px;
}

.label--tel {
	background-color: #B59C63;
}

.label--tel:before {
	background: url(../images/icon_tel.svg) no-repeat center/contain;
	width: 10px;
	height: 12px;
}

.label-red {
	background-color: #B12C43;
	color: #ffffff;
	font-size: 1.5rem;
	padding: 2px 15px;
	display: inline-block;
}

.mainvisual {
	background: url(../images/bg_pattern_2.png) repeat;
	position: relative;
	padding: 13px 0 30px;
}

.mainvisual:before {
	content: "";
	display: block;
	background: #B59C63;
	width: 100%;
	height: 297px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.mainvisual .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mainvisual__item {
	width: 100vw;
	padding: 0 15px;
}

.mainvisual__item a {
	text-decoration: none;
	background: #383225;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mainvisual__item a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.mainvisual__image {
	position: relative;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mainvisual__image img {
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mainvisual__image:after {
	content: "";
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.slick-current .mainvisual__image:after {
	opacity: 0;
}

.mainvisual__main {
	line-height: 1.5;
	color: #FFFFFF;
	padding: 20px 24px;
	height: 40%;
	position: relative;
}

.mainvisual__heading {
	font-size: 1.6rem;
	font-weight: bold;
	padding-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.mainvisual__heading:after {
	position: absolute;
	top: 50%;
	right: -8px;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}

.mainvisual__text {
	font-size: 1.4rem;
	line-height: 1.7;
}

.mainvisual .slick-dots {
	display: none !important;
}

.mainvisual .slick-counter {
	color: #FFFFFF;
	padding: 30px 0 0;
}

.slick-counter {
	font-size: 1.5rem;
	font-weight: 500;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
}

.slick-counter__current {
	padding-right: 0.2em;
}

.slick-counter__total {
	padding-left: 0.2em;
}

.slick-counter__button {
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	padding: 0;
	width: 40px;
	height: 20px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	outline: none;
	position: relative;
}

.slick-counter__button:before {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}

.slick-counter__button--prev:before {
	left: 50%;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.slick-counter__button--next:before {
	right: 50%;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.important {
	background: #383225;
	color: #FFFFFF;
	padding: 40px 0 60px;
}

.important:before,
.important:after {
	content: "";
	display: table;
}

.important:after {
	clear: both;
}

.important__heading {
	margin-bottom: 25px;
}

.slider-col-4 {
	width: 100vw;
	margin-left: -15px;
}

.slider-col-4__item {
	width: 252px;
	padding: 0 15px;
}

.slider-col-4 .slick-arrow {
	display: none;
}

.fixed-height-content-top-news {
	height: 65vh;
}

.fixed-height-content-top-news .tse-scroll-content {
	padding-right: 16px;
}

.pickup-1 {
	position: relative;
	margin-bottom: 24px;
}

.pickup-1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 100vw;
	height: calc(100% - 153px);
	background: #B59C63;
}

.pickup-1__item {
	padding: 0 30px;
	position: relative;
}

.pickup-1 .slick-dots {
	display: none !important;
}

.movie-1 {
	position: relative;
}

.movie-1__main {
	margin-bottom: 40px;
	position: relative;
}

.movie-1__main:before {
	content: "";
	display: block;
	padding-top: 65.5%;
}

.movie-1__main iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-1__item {
	color: #4D4D4D;
	margin-bottom: 15px;
}

.movie-1__item img {
	display: block;
	width: 48%;
}

.movie-1__item a {
	text-decoration: none;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.movie-1__text {
	display: block;
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 8px;
}

.movie-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.movie-2__item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.movie-2__iframe {
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.movie-2__iframe:before {
	content: "";
	display: block;
	padding-top: 68.25%;
}

.movie-2__iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-2__text {
	margin-top: 8px;
	display: block;
	font-weight: 500;
	line-height: 1.7;
	padding-left: 8px;
}

.side-navi-1 {
	display: none;
}

.side-navi-2 {
	display: none;
}

.calendar-content {
	padding: 40px 0;
}

.form:not(:last-child) {
	margin-bottom: 28px;
}

.form__label {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 14px;
}

.form__label .red-text {
	padding-left: 0.2em;
}

.form__content .red-text {
	margin-top: 5px;
}

.input {
	background: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
	border: 1px solid #BFBFBF;
	width: 100%;
	height: 54px;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0 14px;
	outline: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}

.input--lg {
	height: 224px;
	padding: 20px 14px;
}

.input:focus {
	border-color: #B59C63;
}

.input::-webkit-input-placeholder {
	color: #B7B7B7;
}

.input::-moz-placeholder {
	color: #B7B7B7;
}

.input:-ms-input-placeholder {
	color: #B7B7B7;
}

.input::-ms-input-placeholder {
	color: #B7B7B7;
}

.input::placeholder {
	color: #B7B7B7;
}

.input:-ms-input-placeholder {
	color: #B7B7B7;
}

.input::-ms-input-placeholder {
	color: #B7B7B7;
}

.input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
	-webkit-text-fill-color: #4D4D4D !important;
}

.input.is-error {
	border-color: #B12C43;
	background: #FDE7E7;
	background-image: -webkit-gradient(linear, left top, right top, from(#FDE7E7), to(#FDE7E7));
	background-image: -webkit-linear-gradient(left, #FDE7E7, #FDE7E7);
	background-image: -o-linear-gradient(left, #FDE7E7, #FDE7E7);
	background-image: linear-gradient(to right, #FDE7E7, #FDE7E7);
}

.select {
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	height: 54px;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0 50px 0 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #4D4D4D;
	border-radius: 0;
	width: 100%;
	background: url(../images/icon_select.svg) no-repeat center right 18px, #FFFFFF;
}

.select::-ms-expand {
	display: none;
}

.select:focus {
	border-color: #B59C63;
}

.select.is-error {
	border-color: #B12C43;
	background-color: #FDE7E7;
}

/**
 * TrackpadScrollEmulator
 * Author: Jonathan Nicol @f6design
 * https://github.com/jnicol/trackpad-scroll-emulator
 */

.tse-scrollable {
	position: relative;
	overflow: hidden;
}

.tse-scrollable .tse-scroll-content {
	overflow: hidden;
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: 100% !important;
}

/* No longer using ::scrollbar too, since it breaks Chrome 25 */

.tse-scrollable .tse-scroll-content::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.tse-scrollbar {
	z-index: 99;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 4px;
}

.tse-scrollbar .drag-handle {
	position: absolute;
	right: 0px;
	min-height: 10px;
	width: 4px;
	border-radius: 2px;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	background: #B59C63;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
}

.tse-scrollbar:hover .drag-handle { /* When hovered, remove all transitions from drag handle */
	opacity: 1;
	-webkit-transition: opacity 0 linear;
	-o-transition: opacity 0 linear;
	transition: opacity 0 linear;
}

.tse-scrollbar .drag-handle.visible {
	opacity: 1;
}

/* Used when testing the scrollbar width */

/* No longer using ::scrollbar too, since it breaks Chrome 25 */

.scrollbar-width-tester::-webkit-scrollbar {
	width: 0;
	height: 0;
}

/* Horizontal scroller */

.tse-scrollable.horizontal .tse-scroll-content {
	overflow-x: scroll;
	overflow-y: hidden;
}

.tse-scrollable.horizontal .tse-scroll-content::-webkit-scrollbar,
.tse-scrollable.horizontal .tse-scroll-content::scrollbar {
	width: auto;
	height: 0;
}

.tse-scrollable.horizontal .tse-scrollbar {
	top: auto;
	left: 0;
	width: auto;
	height: 11px;
}

.tse-scrollable.horizontal .tse-scrollbar .drag-handle {
	right: auto;
	top: 0px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

/* Slider */

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

.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);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
	outline: none;
	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;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	text-align: center;
	display: block;
	width: 30px;
	height: 68px;
	background-color: #EFEFEF;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 50;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	opacity: 0.6;
}

.slick-prev {
	left: 0px;
	background: url(../images/icon_arrow_left_black.svg) no-repeat center, #EFEFEF;
}

.slick-next {
	right: 0px;
	background: url(../images/icon_arrow_right_black.svg) no-repeat center, #EFEFEF;
}

/* Dots */

@media screen and (min-width: 768px) {

.l-body { /* pc */
	padding-top: 106px;
}

.l-header { /* pc */
	position: absolute;
	top: 0;
}

.l-header.is-scrolled {
	position: fixed;
	top: -50px;
}

.l-header__inner { /* pc */
	padding: 17px 28px 13px;
}

.l-footer-main { /* pc */
	padding: 25px 0 20px;
}

.l-footer-main__info { /* pc */
	float: right;
	width: 20%;
}

.l-footer-main__navi { /* pc */
	float: left;
	width: 80%;
}

.l-footer-main__sns { /* pc */
	float: right;
	position: absolute;
	bottom: 22px;
	right: 0;
}

.l-pc-wrapper { /* pc */
	position: relative;
	max-width: 1020px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

.l-pc-sm-wrapper { /* pc */
	padding-left: 40px;
	padding-right: 40px;
}

.l-sm-wrapper { /* pc */
	padding-left: 40px;
	padding-right: 40px;
}

.l-main.l-content { /* pc */
	padding-top: 0;
}

.l-content { /* pc */
	padding: 60px 0;
}

.l-content.bg-gold-pattern { /* pc */
	padding: 60px 0;
}

.l-row { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-row--has-child { /* pc */
	width: calc(100% + 10px);
}

.l-3col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 48px);
	margin-left: -24px;
}

.l-3col__item { /* pc */
	width: calc(100% / 3);
	padding: 0 24px 24px;
}

.l-2col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-2col__item { /* pc */
	width: calc((100% - 40px) / 2);
}

.l-2col__item:not(:nth-child(2n)) {
	margin-right: 40px;
}

.l-post { /* pc */
	margin-bottom: 0;
	padding: 60px 0;
}

.l-single { /* pc */
	margin-bottom: 60px;
	padding: 0;
	margin-top: -15px;
}

.l-overview { /* pc */
	padding: 0 0 30px;
}

.l-overview:before,
.l-overview:after {
	content: "";
	display: table;
}

.l-overview:after {
	clear: both;
}

.l-overview__logo-label { /* pc */
	margin-bottom: 10px;
}

.l-overview__main { /* pc */
	width: 57.8%;
	float: left;
	margin-bottom: 25px;
}

.l-overview__visual { /* pc */
	width: 34.3%;
	float: right;
}

.l-overview__news + .l-overview__news { /* pc */
	margin-top: 40px;
}

.l-overview__news { /* pc */
	width: 57.8%;
	float: left;
}

.l-overview__info { /* pc */
	width: 57.8%;
	float: left;
	margin-bottom: 30px;
}

.l-search-head { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.l-search-head--full { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 35px;
}

.l-search-head__main { /* pc */
	width: calc(100% - 404px);
}

.l-search-head__form { /* pc */
	width: 370px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 17px;
	margin-bottom: 0;
	position: static;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.l-search-head__form--full { /* pc */
	height: calc(100% - 83px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-sptab-pccol2 { /* pc */
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-sptab-pccol2__item { /* pc */
	width: calc(50% - 30px);
}

.header-logo { /* pc */
	max-width: 100%;
	margin-right: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.is-scrolled .header-logo {
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	width: 200px;
}

.header-content { /* pc */
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.lang-switch { /* pc */
	padding-bottom: 17px;
}

.lang-switch__trg { /* pc */
	display: none;
}

.lang-switch__list { /* pc */
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: auto;
}

.lang-switch__list:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: 1px -4px 0 0;
	background: url(../images/icon_language.svg) no-repeat center/contain;
}

.lang-switch__item { /* pc */
}

.lang-switch__item:not(:last-child) {
	border-right: 1px solid #D9D9D9;
}

.lang-switch__item:last-child a {
	padding-right: 0;
}

.lang-switch__item a { /* pc */
	padding: 0 11px;
}

.lang-switch__item a:hover {
	color: #8D7131;
}

.sp-menu-btn { /* pc */
	display: none;
}

.sp-menu-overlay { /* pc */
}

.sp-menu { /* pc */
	display: none;
}

.sp-navi { /* pc */
	display: none;
}

.pc-navi { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pc-navi__item {
	margin-left: 40px;
}

.pc-navi__item a {
	color: inherit;
	display: block;
	padding-top: 10px;
	text-decoration: none;
	height: 32px;
	position: relative;
}

.pc-navi__item a:hover {
	color: #8D7131;
}

.pc-navi__item a:hover:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.pc-navi__item a:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #B59C63;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.pc-navi__item--search {
	margin-left: 27px;
}

.pc-navi__item--search a {
	width: 32px;
	height: 32px;
	background: url(../images/icon_search.svg) no-repeat center, #EAEAEA;
	border-radius: 50%;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pc-navi__item--search a.is-opend {
	background: url(../images/icon_close_black.svg) no-repeat center, #EAEAEA;
}

.pc-navi__item--search a:hover {
	opacity: 0.6;
}

.pc-header-search { /* pc */
	position: absolute;
	top: 100%;
	right: 0;
	background: #F7F7F7;
	padding: 45px;
	width: 580px;
}

.pc-header-search.is-visible {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.searchform__text { /* pc */
	font-size: 1.2rem;
}

.searchform__button { /* pc */
	background-size: 18px auto;
}

.pagetop { /* pc */
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 40px;
	right: 20px;
}

.pagetop-wrap { /* pc */
	padding: 0;
	position: relative;
}

.footer-overview { /* pc */
	padding-bottom: 33px;
	margin-bottom: 0;
}

.footer-overview:after { /* pc */
	display: none;
}

.footer-links { /* pc */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 0 0;
}

.footer-links__item { /* pc */
	width: auto;
}

.footer-navi { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.footer-navi__item { /* pc */
}

.footer-navi__label { /* pc */
	line-height: 2.15;
	font-weight: 500;
	margin-bottom: 5px;
}

.footer-navi__link { /* pc */
	font-size: 1.3rem;
	line-height: 2.2;
}

.footer-navi__link > a {
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer-navi__link > a:before {
	content: "";
	display: inline-block;
	border-left: 2px solid #8D7131;
	border-right: 1px solid #8D7131;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 5px;
	height: 12px;
	margin-right: 6px;
	vertical-align: middle;
	margin-bottom: 4px;
}

.footer-navi__link > a:hover {
	opacity: 0.7;
}

.footer-navi__list { /* pc */
	margin-bottom: 20px;
}

.footer-navi__child { /* pc */
	text-indent: 11px;
	font-size: 1.2rem;
	line-height: 2.1;
}

.footer-navi__child a:before {
	content: "";
	display: inline-block;
	background: #B59C63;
	width: 5px;
	height: 1px;
	margin-right: 5px;
	vertical-align: middle;
}

.footer-navi__col { /* pc */
	width: 34%;
}

.footer-banners { /* pc */
	padding: 35px 0;
}

.footer-banners__main { /* pc */
	width: 960px;
	max-width: calc(100% - 100px);
}

.footer-banners__item { /* pc */
	padding: 0 3px;
	width: 246px;
}

.footer-banners .slick-prev { /* pc */
	left: -30px;
}

.footer-banners .slick-next { /* pc */
	right: -30px;
}

.copyright { /* pc */
	text-align: left;
}

.l-body > .bg-gold { /* pc */
	padding-bottom: 1px;
}

.button { /* pc */
	font-size: 1.4rem;
}

.button:hover {
	background: #8D7131;
}

.button--h-md { /* pc */
	height: 40px;
}

.button--pc-sm { /* pc */
	width: 194px;
	height: 42px;
}

.button--pc-sm-2 { /* pc */
	width: 261px;
	height: 42px;
}

.button--pc-sm-3 { /* pc */
	height: 42px;
}

.button--pc-md { /* pc */
	width: 355px;
	height: 56px;
}

.button--mt { /* pc */
	margin-top: 40px;
}

.button--submit:hover { /* pc */
	background: url(../images/icon_arrow_right.svg) no-repeat center right 20px/6px auto, #8D7131;
}

.textlink { /* pc */
}

.textlink:hover {
	text-decoration: none;
}

.heading-1 { /* pc */
	margin-bottom: 28px;
}

.heading-1 span { /* pc */
	line-height: 1.2;
}

.heading-2 { /* pc */
	margin-bottom: 25px;
	line-height: 1.75;
}

.heading-3--mb-lg { /* pc */
	margin-bottom: 25px;
}

.heading-3 span { /* pc */
	margin-top: -4px;
}

.heading-5 { /* pc */
	margin-bottom: 12px;
}

.heading-5 span { /* pc */
	display: inline;
	margin-left: 20px;
}

.heading-8 { /* pc */
	line-height: 1.5;
	font-size: 2.0rem;
}

.heading-9 { /* pc */
	font-size: 3.2rem;
}

.heading-10 { /* pc */
	font-size: 2.2rem;
}

.heading-11 { /* pc */
	margin-bottom: 46px;
}

.heading-11__button { /* pc */
	width: 127px;
	height: 42px;
}

.heading-12 { /* pc */
	line-height: 1.5;
}

.breadcrumb { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #B59C63;
	padding: 20px 0;
	margin-bottom: 20px;
}

.breadcrumb__item {
	margin-right: 6px;
}

.breadcrumb__item:not(:last-child):after {
	content: ">";
	margin-left: 6px;
}

.breadcrumb__item a {
	text-decoration: none;
	color: #B59C63;
}

.page-anchor { /* pc */
	background: #B59C63;
	color: #FFFFFF;
}

.page-anchor__head { /* pc */
	display: none;
}

.page-anchor__content { /* pc */
	display: block;
	background: none;
}

.page-anchor__navi { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 0;
	padding-right: 30px;
}

.page-anchor__item { /* pc */
	border-bottom: none;
	margin-left: 40px;
}

.page-anchor__item a { /* pc */
	color: inherit;
	padding: 15px 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.page-anchor__item a:hover {
	opacity: 0.7;
}

.page-anchor__item a:after { /* pc */
	content: none;
	font-size: 1.4rem;
	font-weight: 500;
}

.info { /* pc */
	border-left: 1px solid #E2E2E2;
	padding: 0 0 0 34px;
	margin-top: 10px;
	text-align: left;
}

.info__heading { /* pc */
	font-size: 1.7rem;
	margin-top: -5px;
	margin-bottom: 16px;
}

.info__label { /* pc */
	margin-bottom: 8px;
}

.info__tel { /* pc */
	font-size: 1.9rem;
}

.item-type-1 { /* pc */
	padding-bottom: 20px;
}

.item-type-1 a { /* pc */
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.item-type-1 a:hover .item-type-1__heading {
	text-decoration: none;
}

.item-type-1 a:hover .item-type-1__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-type-1__heading { /* pc */
	float: right;
	width: calc(100% - 223px);
	margin-bottom: 15px;
}

.item-type-1__image { /* pc */
	float: left;
	width: 202px;
	margin-right: 21px;
}

.item-type-1__main { /* pc */
	float: right;
	width: calc(100% - 223px);
	font-size: 1.4rem;
}

.item-type-2 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 30px 20px 30px 30px;
}

.item-type-2:not(:last-child) {
	margin-bottom: 20px;
}

.item-type-2__image { /* pc */
	margin-left: 0;
	margin-right: 37px;
	width: 148px;
	margin-bottom: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.item-type-2__image:before { /* pc */
	content: none;
}

.item-type-2__image img { /* pc */
	position: static;
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

.item-type-2__main { /* pc */
	margin-top: -5px;
	width: calc(100% - 379px);
}

.item-type-2__sub { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 194px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.item-type-3 { /* pc */
	margin-bottom: 38px;
}

.item-type-3__main { /* pc */
	display: block;
}

.item-type-3__image { /* pc */
	width: 100%;
	margin-bottom: 15px;
}

.item-type-3__buttons-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.item-type-3__button { /* pc */
	width: calc(50% - 8px);
	height: 42px;
	margin: 0;
}

.item-type-4 { /* pc */
	margin-bottom: 0;
}

.item-type-4__image { /* pc */
	margin-bottom: 18px;
}

.item-type-5 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 0;
	margin-bottom: 10px;
}

.item-type-5__date { /* pc */
	width: 80px;
	padding-left: 15px;
}

.item-type-5__date span { /* pc */
	display: block;
	margin-left: 0;
	margin-top: -8px;
}

.item-type-5__content { /* pc */
	padding: 0 15px 0 0;
	width: calc(100% - 80px);
}

.item-type-5__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 25px 0 8px;
}

.item-type-5__item:not(:last-child) { /* pc */
	padding-bottom: 5px;
	margin-bottom: 0;
}

.item-type-5__button-wrap { /* pc */
	padding-top: 18px;
}

.item-type-5__button { /* pc */
	width: 194px;
	height: 52px;
	margin-bottom: 14px;
}

.item-type-5__image { /* pc */
	width: 26.5%;
	margin-right: 30px;
}

.item-type-5__main { /* pc */
	width: 46%;
	margin-right: 25px;
}

.item-type-6 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 28px;
}

.item-type-6__image { /* pc */
	width: 312px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
	margin-bottom: 0;
}

.item-type-7 { /* pc */
	width: calc((100% - 24px) / 3);
	padding: 25px 25px 38px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.item-type-7:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-type-7:hover .heading-6 {
	color: #8D7131;
}

.item-type-7:not(:nth-child(3n)) {
	margin-right: 12px;
}

.item-type-7__image { /* pc */
	margin-bottom: 18px;
}

.item-type-7__date { /* pc */
	font-size: 1.5rem;
	margin-right: 12px;
}

.item-type-7__cat { /* pc */
	font-size: 1.4rem;
	padding: 0 15px;
}

.item-type-8 { /* pc */
	padding: 60px 0 30px;
	margin-bottom: 0;
}

.item-type-8:last-child {
	margin-bottom: 60px;
}

.item-type-8__head { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
}

.item-type-8__info { /* pc */
	margin-bottom: 0;
}

.item-type-8__date { /* pc */
	font-size: 1.5rem;
}

.item-type-8__cat { /* pc */
	font-size: 1.4rem;
}

.item-type-8__image { /* pc */
	margin-bottom: 22px;
}

.item-type-9 { /* pc */
	padding: 0 0;
	width: calc(50% - 20px);
}

.item-type-9:first-child {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.item-type-9:first-child .item-type-9__image {
	width: 50%;
}

.item-type-9:first-child .item-type-9__main {
	width: 50%;
	padding: 33px 30px;
}

.item-type-9__image { /* pc */
}

.item-type-9__main { /* pc */
	padding: 20px 40px 30px;
}

.item-type-9__button { /* pc */
	width: 50%;
	height: 42px;
}

.item-type-10 { /* pc */
	padding: 32px 29px;
}

.item-type-10__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.item-type-10__text { /* pc */
	margin-left: 5px;
}

.item-type-10__list { /* pc */
	margin-bottom: 25px;
}

.item-type-10__image { /* pc */
	margin-left: 0;
	margin-right: 20px;
	width: 167px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.item-type-11 { /* pc */
}

.item-type-11:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-type-11:hover .heading-6 {
	color: #8D7131;
}

.item-type-11__image { /* pc */
	margin-right: 30px;
}

.item-type-11__info { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px;
}

.item-type-11__date { /* pc */
	margin-right: 25px;
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 0;
}

.item-type-11__cat { /* pc */
	font-size: 1.2rem;
}

.item-type-12 { /* pc */
	width: calc((100% - 21px ) / 3);
	width: calc((100% / 3) - 10px);
	margin-right: 10px;
}

.item-type-12 a { /* pc */
	padding: 20px 18px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.item-type-12 a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-type-12 a:hover .item-type-12__name-jp {
	color: #8D7131;
}

.item-type-12__main { /* pc */
	padding-right: 20px;
}

.item-type-13__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.item-type-13__image { /* pc */
	width: 268px;
	height: 182px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.item-type-13__main { /* pc */
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px;
}

.item-type-14__item { /* pc */
	padding-bottom: 24px;
	margin-bottom: 30px;
}

.item-type-14__detail { /* pc */
	margin-top: 20px;
}

.item-type-14__overview { /* pc */
	padding-left: 20px;
	margin-bottom: 0;
}

.list-type-1__item a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.list-type-1__item a:hover {
	color: #8D7131;
}

.list-type-1__date { /* pc */
	font-size: 1.5rem;
	margin-bottom: 5px;
}

.list-type-2 { /* pc */
	margin-bottom: 18px;
}

.list-type-2__item { /* pc */
	margin-right: 30px;
}

.list-type-3--ml { /* pc */
	margin-left: 15px;
}

.list-type-3__item { /* pc */
	margin-bottom: 6px;
}

.list-type-3__image { /* pc */
	display: inline-block;
	position: relative;
	height: 1em;
	width: 1em;
	margin-left: 1em;
}

.list-type-3__image img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 200px;
}

.list-type-4 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.list-type-4 + .list-type-4 { /* pc */
	margin-top: -1px;
}

.list-type-4 + .list-type-4 .list-type-4__label {
	display: none;
}

.list-type-4--concert { /* pc */
}

.list-type-4--concert .list-type-4__item:nth-child(1) {
	width: 18%;
}

.list-type-4--concert .list-type-4__item:nth-child(2) {
	width: 22%;
}

.list-type-4--concert .list-type-4__item:nth-child(3) {
	width: 28%;
}

.list-type-4--concert .list-type-4__item:nth-child(4) {
	width: 32%;
}

.list-type-4--concert .list-type-4__content .button {
	margin-left: auto;
}

.list-type-4--performance { /* pc */
}

.list-type-4--performance .list-type-4__item:nth-child(1) {
	width: 16%;
}

.list-type-4--performance .list-type-4__item:nth-child(2) {
	width: 30%;
}

.list-type-4--performance .list-type-4__item:nth-child(3) {
	width: 36.5%;
}

.list-type-4--performance .list-type-4__item:nth-child(4) {
	width: 17.5%;
}

.list-type-4--ticket .list-type-4__item { /* pc */
	width: 100%;
	min-height: 0;
}

.list-type-4--ticket .list-type-4__item:first-child { /* pc */
	width: 12.7%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.list-type-4--ticket .list-type-4__label { /* pc */
	width: 100%;
}

.list-type-4--ticket .list-type-4__content { /* pc */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 0 15px;
}

.list-type-4__item { /* pc */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-right: 1px solid #EEE9DC;
}

.list-type-4__item:last-child {
	border-right: none;
}

.list-type-4__label { /* pc */
	position: relative;
	border-right: none;
	padding: 0 30px;
	text-align: left;
	width: 100%;
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-type-4__label:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #D8CAAC;
	position: absolute;
	top: 0;
	right: -1px;
}

.list-type-4__label--empty { /* pc */
	display: inline-block;
}

.list-type-4__content { /* pc */
	padding: 18px 30px 18px;
	border-bottom: none;
	height: 100%;
}

.list-type-4__content__seat { /* pc */
	width: 48px;
	height: 18px;
	margin-bottom: 15px;
}

.list-type-4__content__price + .list-type-4__content__price { /* pc */
	margin-top: 10px;
}

.list-type-4__content__price { /* pc */
	width: 100%;
	padding: 0;
}

.list-type-5 { /* pc */
	margin-bottom: 60px;
}

.list-type-5__item:before { /* pc */
	margin-right: 7px;
}

.list-type-6 { /* pc */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.list-type-6__item { /* pc */
	max-width: 160px;
	width: auto;
	margin-right: 20px;
}

.list-type-7 { /* pc */
	margin-bottom: 25px;
}

.list-type-8__outside { /* pc */
}

.list-type-8__outside:hover {
	text-decoration: none;
}

.list-type-8__tel { /* pc */
	color: #4D4D4D;
	text-decoration: none;
}

.list-type-10 { /* pc */
	margin-bottom: 5px;
}

.list-type-10__item { /* pc */
	margin-bottom: 0;
	display: block;
}

.list-type-10__label { /* pc */
	padding-right: 0.1em;
}

.list-type-10 a { /* pc */
	font-size: 2rem;
	margin-left: 0;
	color: #4D4D4D;
	text-decoration: none;
}

.heading-note { /* pc */
	font-size: 1.4rem;
}

.heading-note--up { /* pc */
	margin-top: -15px;
}

.pager { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 38px;
}

.pager .page-numbers { /* pc */
	font-size: 1.8rem;
	width: 37px;
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 10px;
}

.pager .page-numbers:not(.prev):not(.next):not(.first):not(.last) { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pager .page-number { /* pc */
	display: none;
}

.pager a.first,
.pager a.prev,
.pager a.next,
.pager a.last { /* pc */
	width: 20px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	position: static;
}

.pager a.first,
.pager a.prev { /* pc */
	margin-left: 0;
	margin-right: 2px;
}

.pager a.next,
.pager a.last { /* pc */
	margin-left: 2px;
	margin-right: 0;
}

.pager span.current { /* pc */
	background-color: #B59C63;
	color: #ffffff;
}

.pager span.dots { /* pc */
	border: none;
	width: 10px;
	margin: 0 7px;
}

.pager-single { /* pc */
	width: 100%;
	padding: 10px 10px 50px;
	background: #FFFFFF;
}

.pager-single__button { /* pc */
	width: 156px;
	height: 40px;
	margin-bottom: 0;
}

.pager-single__button--left:after { /* pc */
	left: 0px;
}

.pager-single__button--right:after { /* pc */
	right: 8px;
}

.pager-single__all { /* pc */
	clear: none;
}

.pager-single__all:hover {
	text-decoration: none;
}

.tag--content { /* pc */
	margin-bottom: 25px;
}

.tag__item a,
.tag__item button { /* pc */
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	outline: none;
}

.tag__item a:hover,
.tag__item button:hover {
	background: #B59C63;
	border-color: #B59C63;
	color: #FFFFFF;
}

.tag__item--lg { /* pc */
	margin: 0 10px 14px 0;
}

.tag__item--lg a,
.tag__item--lg span,
.tag__item--lg button { /* pc */
	padding: 6px 18px;
}

.sns { /* pc */
	padding: 12px 30px 12px 30px;
}

.sns__label { /* pc */
	margin-right: 20px;
}

.sns-share__item { /* pc */
	width: 30px;
	margin-right: 18px;
}

.sns-share__item--sm { /* pc */
	width: 30px;
	margin-right: 18px;
}

.profile-type-1 { /* pc */
	padding: 70px 150px 60px;
}

.profile-type-1__content { /* pc */
	margin-bottom: 38px;
}

.profile-type-2:not(:last-child) { /* pc */
	margin-bottom: 50px;
}

.profile-type-2 { /* pc */
}

.profile-type-2:before,
.profile-type-2:after {
	content: "";
	display: table;
}

.profile-type-2:after {
	clear: both;
}

.profile-type-2__heading { /* pc */
	float: right;
	width: 70.6%;
}

.profile-type-2__image { /* pc */
	float: left;
	width: 25.5%;
}

.profile-type-2__main { /* pc */
	float: right;
	width: 70.6%;
	font-size: 1.4rem;
	line-height: 1.58;
}

.profile-type-2__main p { /* pc */
	margin-bottom: 1.58em;
}

.banners-type-1 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 26px;
}

.banners-type-1__item { /* pc */
	width: 234px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 7px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.banners-type-1__item:hover {
	opacity: 0.7;
}

.artist-photo { /* pc */
	margin-bottom: 7px;
}

.artist-photo__note { /* pc */
	margin-top: 3px;
}

.text-point { /* pc */
	line-height: 2.3;
}

.more-content--sp { /* pc */
}

.more-content--sp .more-content__target {
	height: auto !important;
}

.more-content--sp .more-content__button {
	display: none;
}

.section-1 { /* pc */
}

.section-1__item { /* pc */
	margin-bottom: 30px;
}

.cat-list { /* pc */
	margin-bottom: 30px;
}

.cat-list__item { /* pc */
	font-size: 1.4rem;
}

.cat-list__item a,
.cat-list__item button { /* pc */
	padding: 5px 20px;
}

.sns-share-post__item img { /* pc */
	height: 24px;
}

.post-excerpt { /* pc */
	font-size: 1.4rem;
}

.wp-content { /* pc */
	font-size: 1.4rem;
	line-height: 1.75;
}

.wp-content > * { /* pc */
	margin-bottom: 40px;
}

.wp-content a:not([class]) { /* pc */
}

.wp-content a:not([class]):hover {
	text-decoration: none;
}

.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 { /* pc */
	margin-top: 50px;
}

.wp-content h2 { /* pc */
}

.wp-content h3 { /* pc */
}

.wp-content h4,
.wp-content h5,
.wp-content h6 { /* pc */
}

.table-head { /* pc */
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 0;
}

.tab-list-1 { /* pc */
	margin-bottom: 40px;
}

.js-tab-content--sp-only { /* pc */
}

.js-tab-content--sp-only:not(.js-tab-content--active) {
	display: block;
}

.no-post-text { /* pc */
	margin: 30px 24px;
}

.no-post-text--month { /* pc */
	margin: 0;
}

.alphabet { /* pc */
}

.attention { /* pc */
	margin-bottom: 30px;
}

.mainvisual { /* pc */
	padding: 15px 0 55px;
}

.mainvisual__item { /* pc */
	width: 810px;
	float: none;
	height: auto;
	padding: 0 30px;
}

.mainvisual__main { /* pc */
	padding: 22px 70px 24px 30px;
}

.mainvisual__heading { /* pc */
	font-size: 2.0rem;
	position: static;
	margin-bottom: 8px;
}

.mainvisual__heading:after { /* pc */
	right: 40px;
	width: 12px;
	height: 12px;
}

.mainvisual__text { /* pc */
	font-size: 1.6rem;
	line-height: 1.6;
}

.mainvisual .slick-arrow { /* pc */
	width: 37px;
	height: 113px;
}

.mainvisual .slick-prev { /* pc */
	left: 50%;
	margin-left: -420px;
}

.mainvisual .slick-next { /* pc */
	right: 50%;
	margin-right: -420px;
}

.mainvisual .slick-counter { /* pc */
	padding-top: 17px;
}

.slick-counter { /* pc */
	font-size: 1.8rem;
}

.important { /* pc */
	padding: 54px 0;
}

.important__heading { /* pc */
	float: left;
	width: 156px;
	margin-bottom: 4px;
}

.important__main { /* pc */
	padding-top: 4px;
	float: right;
	width: calc(100% - 210px);
}

.important__button { /* pc */
	float: left;
	width: 156px;
}

.slider-col-4 { /* pc */
	width: calc(100% + 44px);
	margin-left: -22px;
}

.slider-col-4__item { /* pc */
	padding: 0 22px;
}

.slider-col-4 .slick-arrow { /* pc */
	display: block;
}

.slider-col-4 .slick-prev { /* pc */
	left: -60px;
}

.slider-col-4 .slick-next { /* pc */
	right: -60px;
}

.fixed-height-content-top-news { /* pc */
	height: 430px;
}

.pickup-1 { /* pc */
	background: #B59C63;
	padding-bottom: 30px;
}

.pickup-1 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pickup-1__item { /* pc */
	padding: 0;
	margin-bottom: 40px;
}

.movie-1 { /* pc */
}

.movie-1__main { /* pc */
	width: 75%;
	margin-bottom: 0;
}

.movie-1__main:before { /* pc */
	padding-top: 56.25%;
}

.movie-1__select { /* pc */
	width: 25%;
	padding: 0 17px 0 17px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: scroll;
}

.movie-1__item { /* pc */
	display: block;
}

.movie-1__item:not(:last-child) {
	margin-bottom: 24px;
}

.movie-1__item img { /* pc */
	width: 100%;
}

.movie-1__item a { /* pc */
	display: block;
}

.movie-1__text { /* pc */
	width: 100%;
	margin-top: 6px;
	padding-left: 0;
}

.movie-2__item { /* pc */
	display: block;
	width: calc((100% - 96px) / 3);
	margin-bottom: 45px;
	margin-right: 48px;
}

.movie-2__item:nth-child(3n),
.movie-2__item:last-child {
	margin-right: 0;
}

.movie-2__iframe { /* pc */
	width: 100%;
}

.movie-2__text { /* pc */
	padding-left: 0;
	font-size: 1.6rem;
}

.side-navi-1 { /* pc */
	display: block;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 104px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	z-index: 2000;
}

.side-navi-1__close {
	display: block;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	color: #FFFFFF;
	background: #4D4D4D;
	height: 28px;
	text-align: center;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.2rem;
}

.side-navi-1__close:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url(../images/icon_close.svg) no-repeat center/contain;
}

.side-navi-1__item {
	margin-top: 1px;
	line-height: 1.4;
}

.side-navi-1__item a {
	display: block;
	text-decoration: none;
	background: #B59C63;
	color: #FFFFFF;
	text-align: center;
	font-weight: 500;
	padding: 12px 0;
}

.side-navi-1__item img {
	display: block;
	margin: 0 auto 10px;
}

.side-navi-1__item span {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.side-navi-1__item span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -6px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.side-navi-1 a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.side-navi-1 a:hover {
	opacity: 0.7;
}

.side-navi-2 { /* pc */
	display: block;
	position: fixed;
	right: 0;
	bottom: 20px;
	border: 3px solid #B59C63;
	background: #B59C63;
	width: 216px;
	color: #FFFFFF;
	z-index: 2000;
}

.side-navi-2__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 0;
}

.side-navi-2__heading {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.side-navi-2__close {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	text-decoration: none;
	font-size: 1.2rem;
}

.side-navi-2__close:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url(../images/icon_close.svg) no-repeat center/contain;
}

.side-navi-2__banner {
	display: block;
}

.side-navi-2__banner img {
	display: block;
}

.form:not(:last-child) { /* pc */
	margin-bottom: 23px;
}

.form { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.form__label { /* pc */
	width: 28%;
	padding: 14px 0;
	margin-bottom: 0;
}

.form__content { /* pc */
	width: 72%;
}

.input { /* pc */
	padding: 0 25px;
}

.input--lg { /* pc */
	padding: 20px 25px;
}

.select { /* pc */
	width: auto;
	padding: 0 50px 0 20px;
	background-position: center right 24px;
}

.slick-prev,
.slick-next { /* pc */
	width: 30px;
}

}

@media screen and (min-width: 768px) and (min-width: 768px) {

.breadcrumb__item a { /* pc */
}

.breadcrumb__item a:hover {
	text-decoration: underline;
}

.side-navi-2__head { /* pc */
	padding: 5px 8px;
}

}

@media screen and (max-width: 1185px) {

.slider-col-4 .slick-prev {
	left: 0;
}

.slider-col-4 .slick-next {
	right: 0;
}

}

@media screen and (max-width: 767px) {

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.l-sp-sm-wrapper { /* sp */
	padding-left: 15px;
	padding-right: 15px;
}

.sp-menu-overlay { /* sp */
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: calc(100% - 65px);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1900;
}

.sp-menu { /* sp */
	z-index: 2000;
	width: calc(100% - 30px);
	height: calc(100% - 65px);
	background: #FFFFFF;
	position: fixed;
	top: 65px;
	right: -100%;
	overflow: auto;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.sp-menu.is-opend {
	right: 0;
}

.sp-menu__search {
	background: #F8F8F8;
	border-top: 1px solid rgba(199, 181, 138, 0.3);
	padding: 35px 30px;
	margin-top: 30px;
}

.sp-menu__sns {
	padding: 30px 30px;
}

.sp-navi { /* sp */
}

.sp-navi__item {
	position: relative;
}

.sp-navi__item:not(:last-child) {
	border-bottom: 1px solid rgba(199, 181, 138, 0.3);
}

.sp-navi__item a {
	color: #4D4D4D;
	text-decoration: none;
}

.sp-navi__label {
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0 30px;
}

.sp-navi__link {
	padding-left: 20px;
}

.sp-navi__list {
	display: none;
	padding: 0 30px;
}

.sp-navi__link:not(:last-child) {
	border-bottom: 1px solid rgba(199, 181, 138, 0.3);
}

.sp-navi__link a {
	position: relative;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sp-navi__link a:after {
	content: "";
	display: block;
	border-top: 1px solid #8D7131;
	border-right: 1px solid #8D7131;
	width: 6px;
	height: 6px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
}

.sp-navi__label--has-child:before,
.sp-navi__label--has-child:after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #4D4D4D;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sp-navi__label--has-child:after {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.sp-navi__label--has-child.is-opend:after {
	opacity: 0;
}

.sp-navi__child a {
	position: relative;
	padding-left: 20px;
}

.sp-navi__child a:before {
	content: "";
	width: 11px;
	height: 1px;
	background: #8D7131;
	position: absolute;
	top: 50%;
	left: 0;
}

.sp-navi__child a:after {
	content: none;
}

.sp-navi__first-item {
	padding: 0 30px;
}


.pc-navi { /* sp */
	display: none;
}

.pc-header-search { /* sp */
}

.footer-navi { /* sp */
}

.footer-navi:after {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: rgba(199, 181, 138, 0.3);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer-navi__item { /* sp */
}

.footer-navi__item:before {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: rgba(199, 181, 138, 0.3);
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer-navi__label { /* sp */
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.footer-navi__label--has-child:before,
.footer-navi__label--has-child:after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #4D4D4D;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-navi__label--has-child:after {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.footer-navi__label--has-child.is-opend:after {
	opacity: 0;
}

.footer-navi__link { /* sp */
	padding-left: 20px;
}

.footer-navi__link:not(:last-child) {
	border-bottom: 1px solid rgba(199, 181, 138, 0.3);
}

.footer-navi__link a {
	position: relative;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-navi__link a:after {
	content: "";
	display: block;
	border-top: 1px solid #8D7131;
	border-right: 1px solid #8D7131;
	width: 6px;
	height: 6px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
}

.footer-navi__list { /* sp */
	display: none;
}

.footer-navi__child { /* sp */
}

.footer-navi__child a {
	position: relative;
	padding-left: 20px;
}

.footer-navi__child a:before {
	content: "";
	width: 11px;
	height: 1px;
	background: #8D7131;
	position: absolute;
	top: 50%;
	left: 0;
}

.footer-navi__child a:after {
	content: none;
}

.list-type-4--ticket .list-type-4__item:last-child .list-type-4__label { /* sp */
	border-bottom: none;
}

.wp-content blockquote { /* sp */
	padding: 12px 15px;
}

.wp-content .alignleft { /* sp */
	float: none;
	margin: 0 0 0px 0;
}

.wp-content .alignright { /* sp */
	float: none;
	margin: 0 0 0px 0;
}

.wp-content .aligncenter { /* sp */
	width: 100%;
	margin: 0 0 0;
}

}

