@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@100..900&family=Zen+Old+Mincho&display=swap');

html {
  width: 100%;
  height: 100%;
  color: #222222;
  overflow: auto;
  font-size: 10px;
  font-weight: 300;
  overscroll-behavior: none;
	font-family: 'Noto Serif JP', serif;
}
body {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 1;
	width: 100%;
	overflow: hidden;
	background: #F5F3ED;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
  margin: 0px;
  padding: 0px;
}
li,dt,dd{
  list-style-type: none;
}
p {
  margin: 0;
}
img {
  border: 0;
  border: none;
  max-width: 100%;
}
a {
	text-decoration: none;
	color: #222222;
}
a:hover {}

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


header {}
header .menu_btn {
	position: fixed;
	top: 25px;
	right: 29px;
	z-index: 11;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
header .menu_btn::before,
header .menu_btn::after {
	content: '';
	position: absolute;
	display: block;
	width: 21px;
	transition: 0.5s;
}
header .menu_btn::before {
	border-top: solid 1px #8D3F23;
	border-bottom: solid 1px #8D3F23;
	top: 11px;
	left: 7px;
	height: 17px;
}
header .menu_btn::after {
	border-top: solid 1px #8D3F23;
	top: 19px;
	left: 12px;
	height: 17px;
}
header .menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #734233;
	text-align: center;
	padding: 200px 0 0;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	transition: 0.5s;
}
header .menu a {
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
	color: white;
	writing-mode: vertical-rl;
	margin: 0 40px;
	letter-spacing: 5px;
}
header .menu a span {
	-webkit-text-combine: horizontal;
	text-combine-upright: all;
}
header .info {
	position: absolute;
	bottom: 48px;
	left: 80px;
	height: 54px;
	padding: 0 0 0 162px;
	background: url(/assets/images/common/logo.png) no-repeat left center / auto 100%;
	color: white;
	text-align: left;
}
header .info p {
	font-size: 19px;
	line-height: 1.4;
	margin: 0 0 11px;
}
header .info .copy {
	font-size: 14.5px;
}
header.open .menu_btn::before,
header.open .menu_btn::after {
	border-top: solid 1px white;
	border-bottom: solid 1px transparent;
	top: 50%;
	left: 50%;
	width: 41px;
	height: 0;
	transform: translate(-50%, -50%) rotate(35deg);
}
header.open .menu_btn::before {
	transform: translate(-50%, -50%) rotate(-35deg);
}
header.open .menu {
	clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
}

footer {
	background: #8D3F23;
}
footer .pagetop {
	position: fixed;
	background: url(/assets/images/common/pagetop.png) no-repeat center / contain;
	right: 34px;
	bottom: 34px;
	width: 50px;
	height: 46px;
	z-index: 9;
}
footer .links {
	width: 100%;
	height: 216px;
}
footer .links a {
	display: inline-block;
	width: calc(100% / 3);
	height: 100%;
	position: relative;
	transition: filter 0.8s;
}
footer .links a:hover {
	filter: contrast(0.6);
}
footer .links a.faq {
	background: url(/assets/images/common/links_faq.png) no-repeat center / cover;
}
footer .links a.outline {
	background: url(/assets/images/common/links_outline.png) no-repeat center / cover;
}
footer .links a.report {
	background: url(/assets/images/common/links_report.png) no-repeat center / cover;
}
footer .links a::before {
	position: absolute;
	top: -32px;
	left: 17%;
	font-size: 21px;
	color: #8D3F23;
	font-weight: 600;
	padding-right: 80px;
	background: url(/assets/images/common/arrow.svg) no-repeat right bottom / auto 7px;
}
footer .links a.faq::before {
	content: 'Q & A';
}
footer .links a.outline::before {
	content: 'SUMMARY';
}
footer .links a.report::before {
	content: 'ARCHIVE';
}
footer .links a::after {
	position: absolute;
	top: 38px;
	left: 17%;
	font-size: 14px;
	width: 1em;
	word-break: break-all;
	text-align: center;
	color: white;
	line-height: 1.2;
}
footer .links a.faq::after {
	content: '清水焼の郷 Q&A';
}
footer .links a.outline::after {
	content: '清水焼団地 組合概要';
}
footer .links a.report::after {
	content: '清水焼の郷探訪';
}
footer .wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	padding: 0 0 0 0;
}
footer .wrap >div {
	display: inline-block;
	vertical-align: top;
}
footer .wrap .info {
	font-size: 14px;
	line-height: 1.4;
	color: white;
	padding: 100px 0 0 170px;
	width: 340px;
}
footer .wrap .info span {
	display: inline-block;
}
footer .wrap .info a.info_logo {
	display: block;
	margin: 0 0 40px;
	width: 153px;
	height: 58px;
	background: url(/assets/images/common/logo.png) no-repeat left top / auto 52px;
}
footer .wrap .info a.contact {
	display: block;
	margin: 17px 0 0;
	width: 153px;
	height: 38px;
	background: #6D2814;
	color: white;
	padding: 10px 0 0 33px;
}
footer .wrap .info a:not(.contact, .info_logo) {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	margin: 24px 8px 0 0;
	border-radius: 50%;
}
footer .wrap .info a.instagram {
	background: url(/assets/images/common/instagram.png) no-repeat center / contain;
}
footer .wrap .info a.facebook {
	background: url(/assets/images/common/facebook.png) no-repeat center / contain;
}
footer .wrap .pages {
	font-size: 15px;
	line-height: 1.4;
	padding: 193px 0 0 90px;
	width: 265px;
}
footer .wrap .pages a {
	display: block;
	width: fit-content;
	color: white;
	padding: 2px 0;
	margin: 0 0 19px;
	white-space: nowrap;
}
footer .wrap .pages a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: 0;
	margin-right: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
footer .wrap iframe {
	margin-left: 90px;
	width: 480px;
	height: 472px;
}
footer .copy {
	border-top: solid 1px #BABABA;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	color: white;
	padding: 36px 0;
}

@media screen and (max-width: 1455px){
footer .wrap .info {background-position: left 120px top 100px;padding-left: 120px;width: 260px;}
footer .wrap .pages {
	width: 260px;
}
}

@media screen and (max-width: 1366px){
footer .wrap .info {padding-top: 60px;padding-left: 170px;background-position: left 170px top 60px;width: 340px;}
footer .wrap .pages {
	padding-top: 153px;
	width: 265px;
}
footer .wrap iframe {
	margin: 40px 0 40px 170px;
	width: calc(100% - 340px);
}
}

@media screen and (max-width: 1040px){
header .menu a {
	margin: 0 28px;
}
footer .wrap .info{
	padding-left: 80px;
	width: 260px;
}
footer .wrap .pages {
	padding-left: 50px;
	width: 230px;
}
footer .wrap iframe{
	margin: 40px 0 40px 80px;
	width: calc(100% - 160px);
}
}

@media screen and (max-width: 768px){
header {}
header .menu_btn {
	top: 6vw;
	right: 3vw;
	width: 10vw;
	height: 10vw;
}
header .menu_btn::before,
header .menu_btn::after {
	width: 5vw;
}
header .menu_btn::before {
	top: 3vw;
	left: 2vw;
	height: 4vw;
}
header .menu_btn::after {}
header .menu {
	padding: 30vw 22vw calc(100vh - 30vw);
	text-align: left;
	display: grid;
}
header .menu a {
	font-size: 4vw;
	writing-mode: unset;
	margin: 0 0 8.5vw;
	display: block;
	width: 100%;
}
header .menu a:nth-of-type(1) { order: 10; }
header .menu a:nth-of-type(2) { order: 9; }
header .menu a:nth-of-type(3) { order: 8; }
header .menu a:nth-of-type(4) { order: 7; }
header .menu a:nth-of-type(5) { order: 6; }
header .menu a:nth-of-type(6) { order: 5; }
header .menu a:nth-of-type(7) { order: 4; }
header .menu a:nth-of-type(8) { order: 3; }
header .menu a:nth-of-type(9) { order: 2; }
header .menu a:nth-of-type(10) { order: 1; }
header .menu a span {}
header .info {
	bottom: 12vw;
	left: 11vw;
	height: 16vw;
	padding: 0;
	background-size: auto 9vw;
	background-position: left top;
}
header .info p {
	font-size: 3vw;
	line-height: 1.8;
	margin: -1vw 0 3vw 27vw;
}
header .info .copy {
	font-size: 2.5vw;
}
header.open .menu_btn::before,
header.open .menu_btn::after {
	width: 10vw;
}
header.open .menu_btn::before {}
header.open .menu {}
footer {}
footer .pagetop {}
footer .links {
	height: auto;
}
footer .links a {
	display: block;
	width: 100%;
	height: 33.5vw;
}
footer .links a:hover {
	filter: none;
}
footer .links a.faq {}
footer .links a.outline {}
footer .links a.report {}
footer .links a::before {
	top: 4vw;
	left: 10vw;
	color: white;
	background: none;
	font-size: 3.25vw;
}
footer .links a.faq::before {}
footer .links a.outline::before {}
footer .links a.report::before {}
footer .links a::after {
	top: 17vw;
	left: 0;
	font-size: 3.5vw;
	writing-mode: unset;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
}
footer .links a.faq::after {}
footer .links a.outline::after {}
footer .links a.report::after {}
footer .wrap {
	position: relative;
}
footer .wrap >div {}
footer .wrap .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 78vw 0 0 10vw;
	background-position: left 10vw top 14vw;
	background-size: auto 10vw;
	font-size: 3.25vw;
	line-height: 2;
}
footer .wrap .info a.info_logo {
	width: 40vw;
	height: 13vw;
	position: absolute;
	top: 12vw;
	left: 8vw;
	background-size: contain;
}
footer .wrap .info a.contact {
	margin: 3vw 0 0;
	width: 40vw;
	height: 10vw;
	display: inline-block;
}
footer .wrap .info a:not(.contact, .info_logo) {
	width: 9vw;
	height: 9vw;
	margin: 3.5vw 0 0 2.5vw;
}
footer .wrap .info a.instagram {}
footer .wrap .info a.facebook {}
footer .wrap .pages {
	width: 50%;
	padding: 38vw 0 54.5vw 7vw;
	font-size: 3.25vw;
	position: relative;
	z-index: 3;
}
footer .wrap .pages a {
	margin: 0 0 2vw;
}
footer .wrap .pages a::before {}
footer .wrap iframe {
	margin: 0;
	width: 100%;
	height: 101vw;
}
footer .copy {
	font-size: 2.5vw;
	padding: 8vw 0;
}
}

main {}

main >*:not(h1, .visual, #modal, .show) {
	transform: translate(0, 20px);
	opacity: 0;
	filter: blur(2px);
}
main >*.show {
	transform: translate(0, 0px);
	opacity: 1;
	filter: blur(0px);
	transition: transform 1s, opacity 1s, filter 1s;
}

main a.link_circle {
	font-size: 17px;
	line-height: 1.8;
	width: 126px;
	border: solid 1px transparent;
	text-align: center;
	display: inline-block;
	padding: 31px 0;
	border-radius: 50%;
	position: relative;
}
main a.link_circle::after {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 82px;
	width: 64px;
	height: 6px;
	background: transparent;
	mask: url(/assets/images/common/arrow.svg) no-repeat center / contain;
	transition: 0.8s;
}
main a.link_circle:hover::after {
	margin-left: 10px;
}

main #modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: #5e565161;
}
main #modal .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 630px;
	background: white;
	padding: 0 0 40px;
}
main #modal img {
	height: 520px;
	display: block;
	margin: 0 auto;
}
main #modal h2 {
	text-align: center;
	font-size: 21px;
	line-height: 1.5;
	margin: 40px 0 0;
}
main #modal p {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	margin: 10px 0 0;
}
main #modal .close {
	position: absolute;
	top: 12px;
	right: 12px;
	background: url(/assets/images/close.png) no-repeat center / auto 100%;
	border: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

/*****/
main #modal .wrap {
	padding: 0;
	width: auto;
}
main #modal img {
	height: 700px;
	max-height: 90vh;
}
main #modal h2 {
	display: none;
}
main #modal p {
	display: none;
}
/*****/

@media screen and (max-width: 768px){
main {}
main >*:not(h1, .visual, #modal, .show) {}
main >*.show {}
main a.link_circle {
	font-size: 2.5vw;
	line-height: 1.5;
	width: 14vw;
	padding: 3vw 0;
}
main a.link_circle::after {
	bottom: 1vw;
	left: 8vw;
	width: 8vw;
	height: 2vw;
}
main a.link_circle:hover::after {
	margin-left: 0;
}
main #modal {}
main #modal .wrap {
	width: 88vw;
}
main #modal img {
	height: auto;
	width: 100%;
}
main #modal h2 {}
main #modal p {}
main #modal .close {
	top: 2vw;
	right: 2vw;
	width: 10vw;
	height: 10vw;
}
}

#index {}
#index section.visual {
	width: 100%;
	height: 920px;
	position: relative;
}
#index section.visual .slider {
	width: 100%;
	height: 100%;
	position: relative;
}
#index section.visual .slider div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
#index section.visual .slider .slick-dots {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 2;
	width: 100%;
	text-align: center;
}
#index section.visual .slider .slick-dots li {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: white;
	border-radius: 50%;
	position: relative;
	margin: 0 9px;
	cursor: pointer;
}
#index section.visual .slider .slick-dots li.slick-active {
	cursor: auto;
}
#index section.visual .slider .slick-dots li.slick-active::after {
	content: '';
	position: absolute;
	top: calc(50% + 0.5px);
	left: calc(50% + 0.5px);
	width: 18px;
	height: 18px;
	border: solid 1px white;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	box-sizing: content-box;
}
#index section.visual .slider .slick-dots li button {
	display: none;
}
#index section.visual .copy {
	position: absolute;
	top: 370px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 162px;
	background: url(/assets/images/top/visual_copy.png) no-repeat center / auto 100%;
	transform: translate(0, 20px);
	opacity: 0;
	filter: blur(2px);
	transition: transform 2s, opacity 2s, filter 2s;
}
#index section.visual .copy.show {
	transform: translate(0, 0px);
	opacity: 1;
	filter: blur(0px);
}

#index h1 {
	background: #734233;
	font-size: 28px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	color: white;
	padding: 66px 0;
}

#index section.concept {
	padding: 188px 0 190px;
}
#index section.concept h2 {
	font-size: 50px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	letter-spacing: 8px;
}
#index section.concept p {
	font-size: 20px;
	line-height: 2.2;
	font-family: 'Noto Serif JP', serif;
	writing-mode: vertical-rl;
	margin: 84px auto 0;
}
#index section.concept p span {
	-webkit-text-combine: horizontal;
	text-combine-upright: all;
}

#index section.pickup {}
#index section.pickup .slider {}
#index section.pickup .slider figure {
	width: 500px!important;
	height: 600px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0;
}

#index section.news {
	background: #F5F2EB;
	padding: 170px 0 154px;
}
#index section.news .wrap {
	margin: 0 auto;
	max-width: calc(100% - 80px);
	width: 1100px;
	border-top: solid 1px #BABABA;
	position: relative;
	min-height: 420px;
}
#index section.news h2 {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 11px;
	writing-mode: vertical-lr;
	width: 50px;
	height: 6em;
	background: #F5F2EB;
	position: absolute;
	top: -20px;
	left: 0;
}
#index section.news p {
	font-size: 12px;
	line-height: 2;
	position: absolute;
	top: 230px;
	left: 0;
}
#index section.news .wrap >a {
	position: absolute;
	top: 295px;
	border-color: #A5A5A5;
}
#index section.news .wrap >a::after {
	background:
		#A5A5A5;
}
#index section.news ul {
	padding-left: 374px;
}
#index section.news ul li {
	position: relative;
	border-bottom: solid 1px #BABABA;
}
#index section.news ul li::before {
	position: absolute;
	top: 50%;
	left: -136px;
	width: 124px;
	text-align: center;
	font-size: 15px;
	color: white;
	padding: 4px 0 5px;
	transform: translate(0, -50%);
}
#index section.news ul li.news::before {
	background: #BC6C24;
	content: 'NEWS';
}
#index section.news ul li.event::before {
	background: #5F6C38;
	content: 'EVENT';
}
#index section.news ul li.info::before {
	background: #8D3F23;
	content: '清水焼の郷会館';
}
#index section.news ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 29px 102px 29px 22px;
}
#index section.news ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 29px;
	width: 64px;
	height: 6px;
	background: #000000;
	mask: url(/assets/images/common/arrow.svg) no-repeat center / contain;
	transform: translate(0, -50%);
	transition: right 0.8s;
}
#index section.news ul li a:hover::after {
	right: 15px;
}
#index section.news ul li a span {
	font-size: 15px;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
	position: relative;
}

#index section.map {
	padding: 192px 0 0;
}
#index section.map .wrap {
	margin: 0 auto 70px;
	max-width: calc(100% - 80px);
	width: 1100px;
	border-top: solid 1px #BABABA;
	position: relative;
}
#index section.map h2 {
	position: absolute;
	top: -14px;
	left: 0;
	z-index: 1;
	background: #f5f3ed;
	font-size: 31px;
	font-weight: 300;
	padding-right: 30px;
}
#index section.map h2 span {}
#index section.map p {
	font-size: 16px;
	line-height: 3;
	width: calc(100% - 200px);
	max-width: 760px;
	margin: 60px 0 0;
}
#index section.map a {
	position: absolute;
	top: 77px;
	right: 17px;
	border-color: #A5A5A5;
}
#index section.map a::after {
	background: #A5A5A5;
}
#index section.map iframe {
	height: 750px;
}

#index section.links {
	padding: 638px 0 312px;
	position: relative;
}
#index section.links::after {
	content: '';
	position: absolute;
	background: #FBFAF7;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
}
#index section.links >div {
	position: relative;
	width: auto;
	padding: 50px 50px;
	color: white;
	width: 60%;
	min-width: 740px;
	margin-bottom: 540px;
	z-index: unset;
}
#index section.links >div::before {
	content: '';
	display: block;
	width: 80vw;
	height: 420px;
	position: absolute;
	top: -370px;
	z-index: -1;
}
#index section.links >div.overview {
	background: #707070;
	margin-left: auto;
}
#index section.links >div.overview::before {right: 12vw;width: 88vw;background: url(/assets/images/top/links_overview.png) no-repeat right center / cover;}
#index section.links >div.about {
	background: #8D3F23;
	text-align: right;
}
#index section.links >div.about::before {
	left: 12vw;
	width: 88vw;
	background: url(/assets/images/top/links_about.png) no-repeat left center / cover;
}
#index section.links >div.member {
	background: #707070;
	margin-left: auto;
	margin-bottom: 0;
}
#index section.links >div.member::before {
	right: 12vw;
	width: 88vw;
	background: url(/assets/images/top/links_member.png) no-repeat right center / cover;
}
#index section.links >div >span {
	display: inline-block;
	width: 650px;
	text-align: left;
}
#index section.links h2 {
	font-size: 30px;
	font-weight: 300;
}
#index section.links h2 span {
	font-size: 16px;
	display: block;
	margin-bottom: 12px;
}
#index section.links p {
	font-size: 16px;
	line-height: 1.5;
	margin: 42px 0 0;
	width: 470px;
}
#index section.links a {
	position: absolute;
	border-color: white;
	color: white;
	width: 100px;
	font-size: 14px;
	padding: 24px 0;
}
#index section.links a::after {
	background: white;
	bottom: 14px;
	left: 63px;
	width: 54px;
	height: 5px;
}
#index section.links >div.overview a {
	bottom: 50px;
	left: 583px;
}
#index section.links >div.about a {
	bottom: 31px;
	right: 66px;
}
#index section.links >div.member a {
	bottom: 50px;
	left: 583px;
}

@media screen and (max-width: 768px){
#index {}
#index section.visual {
	height: 216.5vw;
}
#index section.visual .slider {}
#index section.visual .slider div {}
#index section.visual .slider .slick-dots {}
#index section.visual .slider .slick-dots li {
	width: 2vw;
	height: 2vw;
	margin: 0 2.5vw;
}
#index section.visual .slider .slick-dots li.slick-active {}
#index section.visual .slider .slick-dots li.slick-active::after {
	width: 4vw;
	height: 4vw;
	top: 50%;
	left: 50%;
}
#index section.visual .slider .slick-dots li button {}
#index section.visual .copy {
	top: 99vw;
	height: 19vw;
}
#index section.visual .copy.show {}
#index h1 {
	font-size: 5.5vw;
	line-height: 1.6;
	padding: 11vw 0;
}
#index section.concept {
	padding: 28vw 0 26.5vw;
}
#index section.concept h2 {
	font-size: 5vw;
	letter-spacing: 2px;
}
#index section.concept p {
	writing-mode: unset;
	margin: 6vw 10vw 0;
	font-size: 3.8vw;
	line-height: 2.4;
}
#index section.concept p br {
	display: none;
}
#index section.concept p span {}
#index section.pickup {}
#index section.pickup .slider {
}
#index section.pickup .slider figure {
	width: 100vw !important;
	height: 115.5vw;
}
#index section.news {
	padding: 30vw 0 25vw;
}
#index section.news .wrap {
	max-width: calc(100% - 14vw);
	min-height: auto;
	padding: 33.5vw 0 0;
}
#index section.news h2 {
	font-size: 5vw;
	height: 26vw;
	letter-spacing: 5px;
	top: -4.5vw;
	padding: 0 3vw;
}
#index section.news p {font-size: 3vw;top: 9vw;left: 25vw;}
#index section.news .wrap >a {
	top: 6vw;
	right: 3.5vw;
}
#index section.news .wrap >a::after {}
#index section.news ul {
	padding: 0;
	border-top: solid 1px #BABABA;
}
#index section.news ul li {}
#index section.news ul li::before {
	left: 3vw;
	width: 23vw;
	font-size: 2.75vw;
	padding: 1vw 0 1vw;
	top: 5vw;
	transform: none;
}
#index section.news ul li.news::before {}
#index section.news ul li.event::before {}
#index section.news ul li.info::before {}
#index section.news ul li a {
	font-size: 4vw;
	padding: 7vw 15vw 7vw 3vw;
}
#index section.news ul li a::after {
	top: 16vw;
	right: 4vw;
	width: 9vw;
	height: 1.5vw;
	transform: none;
}
#index section.news ul li a:hover::after {
	right: 4vw;
}
#index section.news ul li a span {
	font-size: 3vw;
	margin: 0 0 3vw 25vw;
}
#index section.map {
	padding: 20vw 0 0;
}
#index section.map .wrap {
	margin: 0 auto 17vw;
	max-width: calc(100% - 16vw);
}
#index section.map h2 {
	top: -3vw;
	font-size: 5vw;
	padding-right: 5vw;
}
#index section.map h2 span {}
#index section.map p {
	width: 100%;
	font-size: 3.75vw;
	margin: 10vw 0 0;
	line-height: 2.1;
}
#index section.map a {
	top: 56vw;
	right: 5vw;
}
#index section.map a::after {}
#index section.map iframe {
	height: 116vw;
}
#index section.links {
	padding: 28vw 0 25vw;
}
#index section.links::after {}
#index section.links >div {
	min-width: auto;
	padding: 0;
	width: 93vw;
	margin-bottom: 12vw;
}
#index section.links >div::before {
	position: static;
	height: 52vw;
}
#index section.links >div.overview {
	margin-right: auto;
	margin-left: 0;
}
#index section.links >div.overview::before {
	width: 100%;
}
#index section.links >div.about {
	margin-left: auto;
}
#index section.links >div.about::before {
	width: 100%;
}
#index section.links >div.member {
	margin-right: auto;
	margin-left: 0;
}
#index section.links >div.member::before {
	width: 100%;
}
#index section.links >div >span {
	width: 100%;
	padding: 8vw 5vw;
}
#index section.links h2 {
	font-size: 5vw;
}
#index section.links h2 span {
	font-size: 3vw;
	margin-bottom: 1.5vw;
}
#index section.links p {
	font-size: 3.5vw;
	line-height: 1.6;
	margin: 4vw 0 0;
	width: 100%;
	padding-right: 21vw;
}
#index section.links a {
	font-size: 2.5vw;
	line-height: 1.5;
	width: 14vw;
	padding: 3vw 0;
}
#index section.links a::after {
	bottom: 1vw;
	left: 8vw;
	width: 8vw;
	height: 2vw;
}
#index section.links >div.overview a {
	bottom: 8vw;
	left: auto;
	right: 6.5vw;
}
#index section.links >div.about a {
	bottom: 8vw;
	left: auto;
	right: 6.5vw;
}
#index section.links >div.member a {
	bottom: 8vw;
	left: auto;
	right: 6.5vw;
}
}


body.lower {}
body.lower h1 {
	min-width: 386px;
	width: calc(100% - 1054px);
	height: 760px;
	margin-left: auto;
	padding-top: 314px;
	padding-left: 30px;
	font-size: 26px;
	font-weight: 300;
	position: relative;
	color: #000000;
}
body.lower h1 a {
	content: 'KIYOMIZUYAKI no SATO';
	position: absolute;
	top: 39px;
	left: 36px;
	z-index: 2;
	font-size: 16px;
	letter-spacing: 3.6px;
	color: #8D3F23;
}
body.lower h1::after {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 1054px;
	height: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity 2s 1s;
	opacity: 0;
}
body.lower.loaded h1::after {
	opacity: 1;
}
body.lower h1 span {
	display: block;
	width: 100%;
	border-bottom: solid 1px #4D4D4D;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 5px;
	padding-bottom: 31px;
	color: #8D3F23;
	margin-bottom: 26px;
}
body.lower footer .links {
	display: none;
}

@media screen and (max-width: 768px){
body.lower {}
body.lower h1 {
	width: 100%;
	height: auto;
	padding: 172vw 0 15vw 10vw;
	font-size: 6vw;
}
body.lower h1 a {
	color: white;
	top: 10vw;
	left: 5vw;
	font-size: 4vw;
	letter-spacing: 4px;
}
body.lower h1::after {
	right: 0;
	width: 100%;
	height: 172vw;
}
body.lower.loaded h1::after {}
body.lower h1 span {
	font-size: 9vw;
	padding-bottom: 4vw;
	margin: 10vw 0 4vw;
}
body.lower footer .links {}
}


#overview {
	color: #524036;
}
#overview h1 {}
#overview h1::before {}
#overview h1::after {
	background-image: url(/assets/images/overview/h1.png);
}
#overview h1 span {}

#overview section.history {
	padding: 230px 0 216px;
}
#overview section.history .wrap {
	margin: 70px auto 0;
	width: 1210px;
	max-width: calc(100% - 60px);
	position: relative;
	z-index: 2;
}
#overview section.history .wrap::before,
#overview section.history .wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 635px;
}
#overview section.history .wrap::before {
	background-image: url(/assets/images/overview/history_map.png);
}
#overview section.history .wrap::after {
	background: url(/assets/images/overview/history_map_kyoto.png) no-repeat left top / auto 635px;
	opacity: 0;
	transition: opacity 1s 1s;
}
#overview section.history.show .wrap::after {
	opacity: 1;
}
#overview section.history h2 {
	font-size: 31px;
	font-weight: 300;
	margin: 0 auto;
	width: fit-content;
	border-bottom: solid 1px #524036;
	padding: 0 7px 15px;
}
#overview section.history p {
	font-size: 16px;
	line-height: 2.2;
	font-family: 'Noto Serif JP', serif;
	writing-mode: vertical-rl;
	margin: 0 25px 0 auto;
}
#overview section.history p span {
	-webkit-text-combine: horizontal;
	text-combine-upright: all;
}
#overview section.history img {
	margin: 56px 30px 0 auto;
	display: block;
	width: 560px;
}

#overview section.point {
	padding: 166px 0 154px;
	background: url(/assets/images/overview/point_bg.png) no-repeat center / cover;
	text-align: center;
}
#overview section.point h2 {
	font-size: 31px;
	font-weight: 300;
	margin: 0 auto;
	width: fit-content;
	border-bottom: solid 1px white;
	padding: 0 7px 15px;
	color:  white;
}
#overview section.point div {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	margin: 74px 50px 0;
	text-align: left;
	background: #ffffff66;
	padding: 46px 50px;
	backdrop-filter: blur(10px);
}
#overview section.point div h3 {
	font-size: 22px;
	font-weight: 400;
	aspect-ratio: 1 / 1;
	width: 116px;
	margin: 0 auto;
	text-align: center;
	border: solid 1px white;
	border-radius: 50%;
	padding-top: 42px;
	color: white;
}
#overview section.point div img {
	display: block;
	margin: 46px 0 0;
}
#overview section.point div p {
	font-size: 16px;
	line-height: 2.2;
	margin: 40px 0 0;
	color: white;
}

#overview section.step {
	padding: 227px 0 228px;
}
#overview section.step h2 {
	font-size: 31px;
	font-weight: 300;
	margin: 0 auto;
	width: fit-content;
	border-bottom: solid 1px #524036;
	padding: 0 7px 15px;
}
#overview section.step >p {
	margin: 50px auto 0;
	width: 960px;
	max-width: calc(100% - 60px);
	font-size: 16px;
	line-height: 2.2;
}
#overview section.step >p:first-line {
	font-weight: 600;
	font-size: 22px
}
#overview section.step .slider {
	margin: 84px auto 0;
	width: 1080px;
	max-width: calc(100% - 60px);
	position: relative;
}
#overview section.step .slider::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.3;
	background: url(/assets/images/overview/step_dot.png) no-repeat left bottom / auto 130px, url(/assets/images/overview/step_dot.png) no-repeat right top / auto 130px;
	user-select: none;
	pointer-events: none;
}
#overview section.step .slider li {
	display: inline-block;
	vertical-align: top;
	width: 300px !important;
	margin: 0 30px;
}
#overview section.step .slider li img {}
#overview section.step .slider li h3 {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
	margin: 54px 0 0 10px;
}
#overview section.step .slider li p {
	font-size: 15px;
	line-height: 2.2;
	margin: 8px 0 0 10px;
}
#overview section.step .slider .slick-prev {
	position: absolute;
	top: 305px;
	left: -32px;
	width: 21px;
	height: 58px;
	background: url(/assets/images/common/arrow_tri.png) no-repeat left center / auto 100%;
	display: block;
	border: none;
	font-size: 0;
	cursor: pointer;
}
#overview section.step .slider .slick-next {
	position: absolute;
	top: 305px;
	right: -32px;
	width: 21px;
	height: 58px;
	background: url(/assets/images/common/arrow_tri.png) no-repeat right center / auto 100%;
	border: none;
	font-size: 0;
	display: none;
	cursor: pointer;
}
#overview section.step .slider .slick-prev.slick-disabled {
	display: none!important;
}
#overview section.step .slider:has(>.slick-prev.slick-disabled) .slick-next {
	display: block;
}

@media screen and (max-width: 768px){
#overview {}
#overview h1 {}
#overview h1::before {}
#overview h1::after {}
#overview h1 span {}
#overview section.history {
	padding: 16vw 0 0vw;
}
#overview section.history .wrap {
	max-width: 100%;
	margin: 0;
	padding: 68vw 0 31vw;
}
#overview section.history .wrap::before,
#overview section.history .wrap::after {
	background-size: auto 90vw;
	background-position: left 15vw top -36vw;
	top: 10vw;
	height: 54vw;
}
#overview section.history .wrap::before {}
#overview section.history .wrap::after {}
#overview section.history.show .wrap::after {}
#overview section.history h2 {
	font-size: 4.5vw;
	padding: 0 2vw 3vw;
}
#overview section.history p {
	font-size: 4vw;
	line-height: 1.8;
	writing-mode: unset;
	margin: 0 8vw;
}
#overview section.history p br {
	display: none;
}
#overview section.history p br.sp_remain {
	display: block;
}
#overview section.history img {
	margin: 8vw 8vw 0;
	display: block;
	width: 84vw;
}
#overview section.point {
	padding: 27vw 0 25vw;
}
#overview section.point h2 {
	font-size: 4.5vw;
	padding: 0 2vw 3vw;
}
#overview section.point div {
	display: block;
	width: 84vw;
	margin: 8.5vw auto 0;
	padding: 1px 7vw 11vw;
}
#overview section.point div h3 {
	font-size: 5vw;
	width: 24vw;
	margin: 13vw auto 0;
	padding-top: 9.5vw;
}
#overview section.point div img {
	margin: 8vw 0 0;
}
#overview section.point div p {
	font-size: 3.6vw;
	line-height: 1.7;
	margin: 6vw 0 0;
}
#overview section.step {
	padding: 29vw 0 20vw;
}
#overview section.step h2 {
	font-size: 4.5vw;
	padding: 0 2vw 3vw;
}
#overview section.step >p {
	font-size: 3.6vw;
	line-height: 2;
	margin: 8vw auto 0;
	width: 78vw;
}
#overview section.step >p:first-line {
	font-size: 4.1vw;
}
#overview section.step .slider {
	margin: 12vw auto 0;
	max-width: 74vw;
}
#overview section.step .slider::before {
	width: 100%;
	height: 54vw;
	aspect-ratio: auto;
	background: url(/assets/images/overview/step_dot.png) no-repeat left 6vw bottom 4vw / auto 13vw, url(/assets/images/overview/step_dot.png) no-repeat right 6vw top 9vw / auto 11vw;
}
#overview section.step .slider li {
	width: 74vw !important;
	margin: 0;
}
#overview section.step .slider li img {
	width: 53vw;
	margin: 0 auto;
	display: block;
}
#overview section.step .slider li h3 {
	font-size: 5vw;
	margin: 8vw 0 0;
}
#overview section.step .slider li p {
	font-size: 3.75vw;
	line-height: 1.7;
	margin: 1vw 0 0;
}
#overview section.step .slider .slick-prev {
	top: 50vw;
	left: -6vw;
	width: 4vw;
	height: 11vw;
}
#overview section.step .slider .slick-next {
	top: 50vw;
	right: -6vw;
	width: 4vw;
	height: 11vw;
	display: block;
}
#overview section.step .slider .slick-next.slick-disabled {
	display: none;
}
#overview section.step .slider .slick-prev.slick-disabled {}
#overview section.step .slider:has(>.slick-prev.slick-disabled) .slick-next {}
}


#about {}
#about h1 {}
#about h1::before {}
#about h1::after {
	background-image: url(/assets/images/about/h1.png);
}
#about h1 span {}
#about section::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 110px;
}
#about section h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
}
#about section h2 span {
	writing-mode: vertical-rl;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 14px;
	padding: 42px 0 0 4px;
}
#about section.lead {
	padding: 186px 0 190px;
}
#about section.lead::before {
	top: 176px;
	background: url(/assets/images/about/lead_bg.png) repeat-x left -450px center / 1500px auto;
	animation: about_lead_h1_scroll 40s infinite linear;
}
@keyframes about_lead_h1_scroll {
	0% {
		background-position: left -450px center;
	}
	100% {
		background-position: left -1950px center;
	}
}
#about section.lead .wrap {
	width: calc(100% - 16vw);
	max-width: 660px;
	margin: 0 auto;
	position: relative;
}
#about section.lead p {
	font-size: 16px;
	line-height: 3;
	padding: 132px 0 0 100px;
}
#about section.point {}
#about section.point >div {
	width: 100%;
	position: relative;
	min-height: 680px;
	margin-bottom: 108px;
}
#about section.point >div:nth-of-type(even) {
	text-align: right;
}
#about section.point >div:nth-of-type(odd)::before {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 53%;
	max-width: calc(100% - 670px);
	height: 680px;
	margin-right: 70px;
	border-radius: 0 340px 340px 0;
}
#about section.point >div:nth-of-type(1)::before {
	background: url(/assets/images/about/point_img01.png) no-repeat right center / cover;
}
#about section.point >div:nth-of-type(3)::before {
	background: url(/assets/images/about/point_img03.png) no-repeat right center / cover;
}
#about section.point >div:nth-of-type(even)::after {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 53%;
	max-width: calc(100% - 670px);
	height: 680px;
	margin-left: 70px;
	border-radius: 340px 0 0 340px;
}
#about section.point >div:nth-of-type(2)::after {
	background: url(/assets/images/about/point_img02.png) no-repeat right center / cover;
}
#about section.point >div:nth-of-type(4)::after {
	background: url(/assets/images/about/point_img04.png) no-repeat right center / cover;
}
#about section.point >div .label {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, 0);
	width: calc(100% - 210px);
	max-width: 1220px;
	height: 40px;
}
#about section.point >div .label p {
	font-size: 26px;
	font-weight: 400;
	line-height: 33px;
	padding: 40px 18px 80px 18px;
	background: #8D3F23;
	color: white;
	white-space: normal;
	position: absolute;
	top: -10px;
	width: 1em;
	box-sizing: content-box;
}
#about section.point >div:nth-of-type(odd) .label p {
	left: 0;
}
#about section.point >div:nth-of-type(even) .label p {
	right: 0;
}
#about section.point >div >p {
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 2.7;
	width: 480px;
	text-align: left;
}
#about section.point >div >p span {
	margin-left: -80px;
	color: #8D3F23;
}
#about section.point >div >p a {
	color: #8D3F23;
	display: inline-block;
	padding-left: 2.5em;
	background-repeat: no-repeat;
	background-position: left 0.3em center;
	background-size: 1.8em;
}
#about section.point >div >p a.tel {
	background-image: url(/assets/images/about/icon_tel.png);
}
#about section.point >div >p a.mail {
	background-image: url(/assets/images/about/icon_mail.png);
}
#about section.history {
	padding: 70px 0 195px;
	position: relative;
}
#about section.history::before {
	top: 61px;
	background: url(/assets/images/about/history_bg.png) repeat-x left -330px center / 1400px auto;
	animation: about_history_h1_scroll 40s infinite linear;
}
@keyframes about_history_h1_scroll {
	0% {
		background-position: left -330px center;
	}
	100% {
		background-position: left -1730px center;
	}
}
#about section.history .wrap {
	width: calc(100% - 16vw);
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	padding: 216px 0 0;
}
#about section.history dl {
	margin: 0 auto 0;
	width: 920px;
	max-width: calc(100% - 60px);););
}
#about section.history dl dt {
	display: inline-block;
	vertical-align: top;
	width: 122px;
	font-size: 18px;
	line-height: 1.6;
	padding: 2px 0 23px 4px;
}
#about section.history dl dd {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 150px);
	font-size: 17px;
	line-height: 1.6;
	padding: 2px 0 23px 58px;
	position: relative;
	margin-left: 122px;
}
#about section.history dl dt +dd {
	margin-left: 0;
}
#about section.history dl dd::before,
#about section.history dl dd::after {
	content: '';
	position: absolute;
}
#about section.history dl dd::before {
	top: 4px;
	left: 0;
	z-index: 2;
	width: 19px;
	aspect-ratio: 1 / 1;
	border: solid 1px #8D3F23;
	border-radius: 50%;
	background: #f5f3ed;
}
#about section.history dl dd::after {
	top: 11px;
	left: 9px;
	animation: 1;
	width: 1px;
	height: 100%;
	background: #8D3F23;
}
#about section.history dl dd:last-of-type::after {
	display: none;
}

@media screen and (max-width: 1140px){
#about {}
#about h1 {}
#about h1::before {}
#about h1::after {}
#about h1 span {}
#about section::before {}
#about section h2 {}
#about section h2::before,
#about section h2::after {}
#about section h2::before {}
#about section h2::after {}
#about section h2 span {}
#about section.lead {}
#about section.lead::before {
}
#about section.lead .wrap {}
#about section.lead p {}
#about section.point {}
#about section.point >div {
	padding: 600px 0 0;
}
#about section.point >div:nth-of-type(even) {}
#about section.point >div:nth-of-type(odd)::before {
	display: block;
	width: 80%;
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 540px;
	margin: 0;
}
#about section.point >div:nth-of-type(1)::before {}
#about section.point >div:nth-of-type(3)::before {}
#about section.point >div:nth-of-type(even)::after {
	display: block;
	width: 80%;
	max-width: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 540px;
}
#about section.point >div:nth-of-type(2)::after {}
#about section.point >div:nth-of-type(4)::after {}
#about section.point >div .label {}
#about section.point >div .label p {}
#about section.point >div:nth-of-type(odd) .label p {}
#about section.point >div:nth-of-type(even) .label p {}
#about section.point >div >p {
	display: block;
	width: calc(100% - 16vw);
	margin: 0 auto;
}
#about section.point >div >p span {
	margin: 0;
}
#about section.point >div >p a {}
#about section.point >div >p a.tel {}
#about section.point >div >p a.mail {}
#about section.history {}
#about section.history::before {}
#about section.history .wrap {}
#about section.history dl {}
#about section.history dl dt {}
#about section.history dl dd {}
#about section.history dl dt +dd {
}
#about section.history dl dd::before,
#about section.history dl dd::after {}
#about section.history dl dd::before {}
#about section.history dl dd::after {}
#about section.history dl dd:last-of-type::after {}
}

@media screen and (max-width: 768px){
#about {}
#about h1 {}
#about h1::before {}
#about h1::after {}
#about h1 span {}
#about section::before {
	height: 18vw;
}
#about section h2 {}
#about section h2::before,
#about section h2::after {
	left: 10vw;
	font-size: 16vw;
	top: -2vw;
}
#about section h2::before {
	display: none;
}
#about section h2::after {}
#about section h2 span {
	font-size: 4.5vw;
	letter-spacing: 9px;
	padding: 5vw 0 0 0;
}
#about section.lead {
	padding: 11vw 0 24vw;
}
#about section.lead::before {
	top: 3vw;
	background-position: left 0 center;
	background-size: 260vw auto;
	animation-name: about_lead_h1_scroll_sp;
}
@keyframes about_lead_h1_scroll_sp {
	0% {
		background-position: left 0 center;
	}
	100% {
		background-position: left -260vw center;
	}
}
#about section.lead .wrap {}
#about section.lead p {
	font-size: 16px;
	line-height: 2.07;
	padding: 28vw 0 0 14vw;
}
#about section.point {}
#about section.point >div {
	padding: 73vw 0 0;
	margin-bottom: 10vw;
	min-height: auto;
}
#about section.point >div:nth-of-type(even) {}
#about section.point >div:nth-of-type(odd)::before {
	width: 78vw;
	height: 68vw;
}
#about section.point >div:nth-of-type(1)::before {}
#about section.point >div:nth-of-type(3)::before {}
#about section.point >div:nth-of-type(even)::after {
	width: 78vw;
	height: 68vw;
}
#about section.point >div:nth-of-type(2)::after {}
#about section.point >div:nth-of-type(4)::after {}
#about section.point >div .label {
	top: -2vw;
	left: 7.5vw;
	transform: none;
	width: auto;
	height: auto;
}
#about section.point >div:nth-of-type(even) .label {
	left: auto;
	right: 7.5vw;
}
#about section.point >div .label p {
	font-size: 4vw;
	line-height: 1.3;
	padding: 2.5vw 2vw 4vw 2vw;
	top: 0;
}
#about section.point >div:nth-of-type(odd) .label p {}
#about section.point >div:nth-of-type(even) .label p {}
#about section.point >div >p {
	font-size: 3.6vw;
	line-height: 2.15;
}
#about section.point >div >p span {}
#about section.point >div >p a {}
#about section.point >div >p a.tel {}
#about section.point >div >p a.mail {}
#about section.history {
	padding: 23vw 0 22vw;
}
#about section.history::before {
	top: 21vw;
	background-position: left 0 center;
	background-size: 260vw auto;
	animation-name: about_history_h1_scroll_sp;
}
@keyframes about_history_h1_scroll_sp {
	0% {
		background-position: left 0 center;
	}
	100% {
		background-position: left -260vw center;
	}
}
#about section.history .wrap {
	padding: 37vw 0 0;
}
#about section.history dl {
	width: 100%;
	max-width: none;
}
#about section.history dl dt {
	width: 14vw;
	font-size: 2.75vw;
	line-height: 1.6;
	padding: 0 0 3vw;
}
#about section.history dl dd {
	width: 70vw;
	font-size: 2.75vw;
	line-height: 1.6;
	padding: 0vw 0 3vw 6vw;
	margin-left: 14vw;
}
#about section.history dl dt +dd {
	margin-left: 0;
}
#about section.history dl dd::before,
#about section.history dl dd::after {}
#about section.history dl dd::before {
	top: 0.75vw;
	width: 2.6vw;
}
#about section.history dl dd::after {
	top: 1vw;
	left: 1.1vw;
}
#about section.history dl dd:last-of-type::after {}
}


#faq {}
#faq h1 {}
#faq h1::before {}
#faq h1::after {
	background-image: url(/assets/images/faq/h1.png);
}
#faq h1 span {}
#faq section.lead {
	padding: 136px 0 0;
}
#faq section.lead .wrap {
	width: calc(100% - 16vw);
	max-width: 1100px;
	margin: 0 auto;
}
#faq section.lead p {
	font-size: 17px;
	line-height: 3;
}
#faq section.qa {
	padding: 52px 0 200px;
}
#faq section.qa dl {
	width: calc(100% - 16vw);
	max-width: 1100px;
	margin: 0 auto;
	border-bottom: solid 1px #BABABA;
	display: block;
}
#faq section.qa dl dt {
	border-top: solid 1px #BABABA;
	font-size: 18px;
	line-height: 2;
	padding: 30px 110px 30px 105px;
	position: relative;
	cursor: pointer;
}
#faq section.qa dl dt::before {
	content: 'Q';
	position: absolute;
	top: 30px;
	left: 50px;
}
#faq section.qa dl dt::after {
	content: '';
	position: absolute;
	top: 38px;
	right: 48px;
	width: 22px;
	aspect-ratio: 1 / 1;
	background: black;
	transition: 0.5s;
	clip-path: polygon(0 48%, 48% 48%, 48% 0, 52% 0, 52% 48%, 100% 48%, 100% 52%, 52% 52%, 52% 100%, 48% 100%, 48% 52%, 0 52%);
}
#faq section.qa dl dt.open::after {
	clip-path: polygon(0 48%, 48% 48%, 48% 48%, 52% 48%, 52% 48%, 100% 48%, 100% 52%, 52% 52%, 52% 52%, 48% 52%, 48% 52%, 0 52%);
}
#faq section.qa dl dd {
	font-size: 18px;
	line-height: 2;
	padding: 30px 110px 30px 105px;
	background: #F8F7F1;
	position: relative;
	display: none;
}
#faq section.qa dl dd::before {
	content: 'A';
	position: absolute;
	top: 30px;
	left: 50px;
}
#faq section.qa dl dd a {
	color: #8D3F23;
}

@media screen and (max-width: 768px){
#faq {}
#faq h1 {}
#faq h1::before {}
#faq h1::after {}
#faq h1 span {}
#faq section.lead {
	padding: 2vw 0 0;
}
#faq section.lead .wrap {}
#faq section.lead p {
	font-size: 3.5vw;
	line-height: 1.9;
}
#faq section.qa {
	padding: 8.5vw 0 27vw;
}
#faq section.qa dl {}
#faq section.qa dl dt {
	font-size: 3.75vw;
	line-height: 2;
	padding: 3vw 7vw 3vw 6vw;
}
#faq section.qa dl dt::before {
	top: 3vw;
	left: 1vw;
}
#faq section.qa dl dt::after {
	top: 4vw;
	right: 0.5vw;
	width: 4vw;
}
#faq section.qa dl dt.open::after {}
#faq section.qa dl dd {
	font-size: 3.75vw;
	line-height: 1.8;
	padding: 3vw 7vw 3vw 6vw;
}
#faq section.qa dl dd::before {
	top: 3vw;
	left: 1vw;
}
#faq section.qa dl dd a {}
}


#access {}
#access h1 {}
#access h1::before {}
#access h1::after {
	background-image: url(/assets/images/access/h1.png);
}
#access h1 span {}
#access section.map {
	padding: 162px 0 120px;
}
#access section.map iframe {
	width: 100%;
	height: 746px;
}
#access section.way {
	padding: 0 0 94px;
}
#access section.way >div {
	width: calc(100% - 16vw);
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 0 104px;
}
#access section.way h2 {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 400;
	padding-left: 69px;
	letter-spacing: 3px;
	background-repeat: no-repeat;
	background-size: 38px auto;
	background-position: left 4px center;
}
#access section.way .car h2 {
	background-image: url(/assets/images/access/icon_car.png);
}
#access section.way .taxi h2 {
	background-image: url(/assets/images/access/icon_taxi.png);
}
#access section.way .train h2 {
	background-image: url(/assets/images/access/icon_train.png);
}
#access section.way .bus h2 {
	background-image: url(/assets/images/access/icon_bus.png);
}
#access section.way h2 span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	border-left: solid 1px #707070;
	padding-left: 14px;
	font-size: 15px;
}
#access section.way .car h2 span {
	color: #8D3F23;
}
#access section.way h2 span b {
	font-weight: 600;
}
#access section.way picture {
	display: block;
	margin: 50px 0 0;
}
#access section.way picture img {}
#access section.way ul {
	padding: 44px 0 0;
}
#access section.way ul li {
	padding: 10px 68px 0 22px;
	font-size: 20px;
	display: inline-block;
	border-right: solid 1px #222222;
	margin: 20px 56px 0 0;
}
#access section.way ul li:last-of-type {
	padding: 10px 0 0 22px;
	border-right: none;
	margin-right: 0;
}
#access section.way ul li span:nth-of-type(1) {
	font-size: 17px;
	line-height: 1;
	position: relative;
	border: solid 2px #BC6C24;
	color: #BC6C24;
	padding: 8px 20px;
	display: inline-block;
	margin-right: 10px;
}
#access section.way ul li span:nth-of-type(1)::before {
	content: '京阪バス';
	position: absolute;
	top: -20px;
	left: 0;
	font-size: 14px;
}
#access section.way ul li span:nth-of-type(2) {
	display: inline-block;
	font-size: 32px;
	margin: 0 6px;
}
#access section.way p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 14px 0 0;
}
#access section.way p a {
	color: #8d3f23;
}

@media screen and (max-width: 768px){
#access {}
#access h1 {}
#access h1::before {}
#access h1::after {}
#access h1 span {}
#access section.map {
	padding: 0;
}
#access section.map iframe {
	height: 116vw;
}
#access section.way {
	padding: 12vw 0 9.5vw;
}
#access section.way >div {
	padding: 0 0 11vw;
}
#access section.way h2 {
	font-size: 4vw;
	padding-left: 7vw;
	background-size: 5vw auto;
	background-position: left top;
}
#access section.way .car h2 {}
#access section.way .taxi h2 {}
#access section.way .train h2 {}
#access section.way .bus h2 {}
#access section.way h2 span {
	margin: 1vw 0 0 -3vw;
	font-size: 3.25vw;
}
#access section.way .car h2 span {}
#access section.way h2 span b {}
#access section.way picture {
	margin: 4vw 0 0;
}
#access section.way picture img {}
#access section.way ul {
	padding: 10vw 0 2vw;
	white-space: nowrap;
}
#access section.way ul li {
	margin: 0;
	padding: 0;
	font-size: 3vw;
	border-right: none;
	margin-right: 4.5vw;
}
#access section.way ul li:last-of-type {
	padding: 0;
}
#access section.way ul li span:nth-of-type(1) {
	display: block;
	width: fit-content;
	font-size: 3.5vw;
	padding: 1.5vw 4vw 1vw;
	margin: 0 0 0.5vw;
}
#access section.way ul li span:nth-of-type(1)::before {
	top: -4.5vw;
	left: -1vw;
	font-size: 3.2vw;
}
#access section.way ul li span:nth-of-type(2) {
	font-size: 5.5vw;
	margin: 0 0.1vw;
}
#access section.way p {
	font-size: 3.5vw;
	letter-spacing: 0;
	margin: 4vw 0 0;
}
}


#inquiry {}
#inquiry h1 {}
#inquiry h1::before {}
#inquiry h1::after {
	background-image: url(/assets/images/inquiry/h1.png);
}
#inquiry h1 span {}
#inquiry section.lead {
	width: calc(100% - 16vw);
	max-width: 1100px;
	margin: 0 auto;
	padding: 145px 0 0;
}
#inquiry section.lead p {
	font-size: 17px;
	line-height: 2.1;
	margin: 0 0 34px;
}
#inquiry section.lead p b {
	font-weight: 600;
}
#inquiry section.lead hr {
	border-top: solid 1px #BABABA;
	margin: 0 0 26px;
}
#inquiry section.privacy {
	width: calc(100% - 16vw);
	max-width: 1100px;
	margin: 0 auto;
	padding: 55px 0 70px;
}
#inquiry section.privacy h2 {font-size: 31px;font-weight: 300;margin: 0 auto 32px;width: fit-content;border-bottom: solid 1px #524036;padding: 0 7px 15px;}
#inquiry section.privacy p {
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 30px;
}
#inquiry section.privacy p:first-line {
	font-weight: 600;
}

@media screen and (max-width: 768px){
#inquiry {}
#inquiry h1 {}
#inquiry h1::before {}
#inquiry h1::after {}
#inquiry h1 span {}
#inquiry section.lead {
	padding: 1vw 0 0;
}
#inquiry section.lead p {
	font-size: 3.5vw;
	line-height: 1.9;
	margin: 0 0 9vw;
}
#inquiry section.lead p b {}
#inquiry section.lead hr {
	margin: 0 0 9vw;
}
#inquiry section.privacy {
	padding: 1vw 0 16vw;
}
#inquiry section.privacy h2 {
	font-size: 4.5vw;
	padding: 0 2vw 3vw;
	margin-bottom: 9vw;
}
#inquiry section.privacy p {
	font-size: 3.6vw;
	line-height: 1.8;
	margin: 0 0 7vw;
}
#inquiry section.privacy p:first-line {}
}


#news {}
#news h1 {}
#news h1::before {}
#news h1::after {
	background-image: url(/assets/images/news/h1.png);
}
#news h1 span {}
#news section {
	padding: 170px 0 135px;
}
#news section .wrap {
	margin: 0 auto;
	width: calc(100% - 16vw);
	max-width: 1140px;
	position: relative;
	padding-left: 70px;
}
#news section h2 {
	font-size: 30px;
	line-height: 1;
	letter-spacing: 10px;
	writing-mode: vertical-rl;
	position: absolute;
	top: -24px;
	left: 20px;
}
#news section .list {
	padding-left: 254px;
	width: 840px;
	max-width: 100%;
	border-top: solid 1px #BABABA;
	display: inline-block;
	vertical-align: top;
}
#news section .list ul {}
#news section .list ul li {
	position: relative;
	border-bottom: solid 1px #BABABA;
}
#news section .list ul li::before {
	position: absolute;
	top: 50%;
	left: -136px;
	width: 124px;
	text-align: center;
	font-size: 15px;
	color: white;
	padding: 4px 0 5px;
	transform: translate(0, -50%);
}
#news section .list ul li.news::before {
	background: #BC6C24;
	content: 'NEWS';
}
#news section .list ul li.event::before {
	background: #5F6C38;
	content: 'EVENT';
}
#news section .list ul li.info::before {
	background: #8D3F23;
	content: '清水焼の郷会館';
}
#news section .list ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 29px 102px 29px 22px;
}
#news section .list ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 29px;
	width: 64px;
	height: 6px;
	background: #000000;
	mask: url(/assets/images/common/arrow.svg) no-repeat center / contain;
	transform: translate(0, -50%);
	transition: right 0.8s;
}
#news section .list ul li a:hover::after {
	right: 15px;
}
#news section .list ul li a span {
	font-size: 15px;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
	position: relative;
}
#news section .pager_area {
	margin: 80px 0 80px;
	text-align: center;
	position: relative;
}
#news section .pager_area ul {
	border: none;
}
#news section .pager_area ul li {
	display: inline-block;
	vertical-align: middle;
	border: none;
	font-size: 16px;
	position: static;
}
#news section .pager_area ul li a {
	padding: 0;
	font-size: 16px;
	margin: 0 15px;
	width: auto;
}
#news section .pager_area ul li a::after {
	display: none;
}
#news section .pager_area ul li a.first {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 56px;
	aspect-ratio: 1 / 1;
	background: url(../images/news/pager_arrow.png) no-repeat left center / auto 100%;
	margin: 0;
	transform: translate(0, -50%);
}
#news section .pager_area ul li a.last {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	width: 56px;
	aspect-ratio: 1 / 1;
	background: url(../images/news/pager_arrow.png) no-repeat right center / auto 100%;
	margin: 0;
	transform: translate(0, -50%);
}
#news section .pager_area ul li span {
	font-size: 16px;
	margin: 0 15px;
	display: block;
}
#news section .contents {
	padding-left: 64px;
	width: 840px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
#news section .contents .cat_date {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 2px;
	margin-top: 22px;
	padding-bottom: 24px;
	border-bottom: solid 1px #BABABA;
}
#news section .contents .cat_date::before {
	display: block;
	width: 130px;
	text-align: center;
	font-size: 15px;
	color: white;
	padding: 4px 0 5px;
	margin-bottom: 36px;
}
#news section .contents .cat_date.news::before {
	background: #BC6C24;
	content: 'NEWS';
}
#news section .contents .cat_date.event::before {
	background: #5F6C38;
	content: 'EVENT';
}
#news section .contents .cat_date.info::before {
	background: #8D3F23;
	content: '清水焼の郷会館';
}
#news section .contents .title {
	font-size: 20px;
	margin: 30px 0 90px;
}
#news section .contents p {
	font-size: 18px;
	margin: 20px 0 0;
}
#news section .contents h2 {
	position: static;
	writing-mode: unset;
	font-size: 24px;
}
#news section .archive {
	width: 230px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 55px;
}
#news section .archive h3 {
	font-size: 20px;
	padding-bottom: 16px;
}
#news section .archive div {
	margin: 0 0 50px;
}
#news section .archive div a {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	display: block;
	border: solid 1px #222222;
	margin: 0 0 16px;
	padding: 16px 0 14px;
}
#news section .archive >a {
	font-size: 15px;
	display: block;
	width: fit-content;
	margin: 0 0 14px 12px;
}

@media screen and (max-width: 768px){
#news {}
#news h1 {}
#news h1::before {}
#news h1::after {}
#news h1 span {}
#news section {
	padding: 0 0 11vw;
}
#news section .wrap {
	padding-left: 0;
}
#news section h2 {
	font-size: 4.5vw;
	letter-spacing: 7px;
	top: -3vw;
	left: 0;
}
#news section .list {
	margin-left: 9vw;
	width: calc(100% - 9vw);
	padding: 0;
}
#news section .list ul {
	padding: 0;
	border-top: solid 1px #BABABA;
}
#news section .list ul li {}
#news section .list ul li::before {
	left: 0;
	width: 23vw;
	font-size: 2.75vw;
	padding: 1vw 0 1vw;
	top: 5vw;
	transform: none;
}
#news section .list ul li.news::before {}
#news section .list ul li.event::before {}
#news section .list ul li.info::before {}
#news section .list ul li a {
	font-size: 4vw;
	line-height: 1.4;
	padding: 6.5vw 15vw 5vw 0;
}
#news section .list ul li a::after {
	top: 16vw;
	right: 4vw;
	width: 9vw;
	height: 1.5vw;
	transform: none;
}
#news section .list ul li a:hover::after {
	right: 4vw;
}
#news section .list ul li a span {
	font-size: 3vw;
	margin: 0 0 3vw 25vw;
}
#news section .pager_area {
	margin: 13vw 0 15vw;
}
#news section .pager_area ul {}
#news section .pager_area ul li {}
#news section .pager_area ul li a {
	font-size: 3.5vw;
	margin: 0 2vw;
}
#news section .pager_area ul li a::after {}
#news section .pager_area ul li a.first {
	width: 8vw;
}
#news section .pager_area ul li a.last {
	width: 8vw;
}
#news section .pager_area ul li span {
	font-size: 3.5vw;
	margin: 0 2vw;
}
#news section .archive {
	width: 100%;
	padding: 0 0 0 20vw;
}
#news section .archive h3 {
	font-size: 3.5vw;
	margin-left: -20vw;
	display: inline-block;
	vertical-align: top;
	width: 21vw;
	padding: 0 0 0;
}
#news section .archive div {
	display: inline-block;
	vertical-align: top;
	margin: -1.5vw 0 2vw;
}
#news section .archive div a {
	display: inline-block;
	vertical-align: top;
	font-size: 2.5vw;
	padding: 1.5vw 2vw;
	margin-left: 2vw;
	min-width: 17vw;
}
#news section .archive >a {
	font-size: 3.5vw;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5vw 5vw;
}
#news section .archive >a:first-of-type {
	margin-left: 4vw;
}
}


#member {}
#member h1 {}
#member h1::before {}
#member h1::after {
	background-image: url(/assets/images/member/h1.png);
}
#member h1 span {}
#member section.search {
	margin: 150px 0 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
#member section.search p {
	font-size: 18px;
	line-height: 1.6;
}
#member section.search div.genre {
	margin: 58px 0 60px;
}
#member section.search div.genre span.genre {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	aspect-ratio: 1 / 1;
	cursor: pointer;
	margin: 0 15px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
#member section.search div.genre span[data-genre="store"] {
	background-image: url(/assets/images/member/genre_store.png);
}
#member section.search div.genre span[data-genre="tour"] {
	background-image: url(/assets/images/member/genre_tour.png);
}
#member section.search div.genre span[data-genre="twist"] {
	background-image: url(/assets/images/member/genre_twist.png);
}
#member section.search div.genre span[data-genre="picture"] {
	background-image: url(/assets/images/member/genre_picture.png);
}
#member section.search div.genre span[data-genre="other"] {
	background-image: url(/assets/images/member/genre_other.png);
}
#member section.search div.genre span[data-genre="reserve"] {
	background-image: url(/assets/images/member/genre_reserve.png);
}
#member section.search div.genre span.on {
	background-position: center top;
}
#member section.search div.genre span.clear {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 80px;
	width: 80px;
	background: white;
	border-radius: 50%;
	margin: 0 10px 0 30px;
	cursor: pointer;
}
#member section.search a.submit {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1;
	width: 120px;
	background: white;
	border-radius: 24px;
	padding: 8px 0;
	cursor: pointer;
	border: none;
}
#member section.list {
	margin: 116px auto 220px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 65px;
	row-gap: 70px;
	width: calc(100% - 16vw);
	max-width: 1100px;
}
#member section.list a {
	background: white;
	width: calc(33% - 40px);
	padding-bottom: 22px;
	position: relative;
}
#member section.list a::before {
	content: attr(data-category);
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	background: #734233;
	color: white;
	padding: 4px 14px 6px;
	position: absolute;
	top: 6px;
	left: 6px;
}
#member section.list a figure {
	width: 100%;
	margin: 0;
	aspect-ratio: 1 / 0.73;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#member section.list a div.genre {
	margin: 20px 30px 0;
}
#member section.list a div.genre .genre {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	aspect-ratio: 1 / 1;
	cursor: pointer;
	margin: 0 3px 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
#member section.list a div.genre .genre_store {
	background-image: url(/assets/images/member/genre_store_s.png);
}
#member section.list a div.genre .genre_tour {
	background-image: url(/assets/images/member/genre_tour_s.png);
}
#member section.list a div.genre .genre_twist {
	background-image: url(/assets/images/member/genre_twist_s.png);
}
#member section.list a div.genre .genre_picture {
	background-image: url(/assets/images/member/genre_picture_s.png);
}
#member section.list a div.genre .genre_other {
	background-image: url(/assets/images/member/genre_other_s.png);
}
#member section.list a div.genre .genre_reserve {
	background-image: url(/assets/images/member/genre_reserve_s.png);
}
#member section.list a div.genre .on {
	background-position: center top;
}
#member section.list a div.on {}
#member section.list a h3 {
	margin: 16px 30px 0;
	font-size: 24px;
	line-height: 1.6;
}
#member section.list a p {
	margin: 0px 30px 0;
	font-size: 14px;
	line-height: 2.2;
}
#member section.detail {
	margin: 120px 0 0;
	background: white;
}
#member section.detail .wrap {
	width: calc(100% - 16vw);
	max-width: 1100px;
	margin: 0 auto;
	padding: 100px 0 100px;
	position: relative;
	min-height: 360px;
	box-sizing: content-box;
}
#member section.detail .genre {
	position: absolute;
	top: -10px;
	left: 0;
}
#member section.detail .genre span {
	display: inline-block;
	vertical-align: middle;
	width: 66px;
	aspect-ratio: 1 / 1;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
#member section.detail .genre span.genre_store {
	background-image: url(/assets/images/member/genre_store.png);
}
#member section.detail .genre span.genre_tour {
	background-image: url(/assets/images/member/genre_tour.png);
}
#member section.detail .genre span.genre_twist {
	background-image: url(/assets/images/member/genre_twist.png);
}
#member section.detail .genre span.genre_picture {
	background-image: url(/assets/images/member/genre_picture.png);
}
#member section.detail .genre span.genre_other {
	background-image: url(/assets/images/member/genre_other.png);
}
#member section.detail .genre span.genre_reserve {
	background-image: url(/assets/images/member/genre_reserve.png);
}
#member section.detail .info {
	position: relative;
	padding: 0 0 0 260px;
	max-width: 620px;
	min-height: 160px;
}
#member section.detail .info figure {
	position: absolute;
	top: 20px;
	left: 70px;
	z-index: 1;
	width: 150px;
	aspect-ratio: 1 / 1;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}
#member section.detail .info h2 {
	font-size: 30px;
	line-height: 1.6;
	margin: 15px 0 0;
	border-bottom: solid 1px #734233;
	width: fit-content;
	padding: 0 0 5px;
}
#member section.detail .info h2 span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	background: #734233;
	color: white;
	padding: 4px 14px 6px;
	margin-right: 6px;
}
#member section.detail .info p {
	font-size: 18px;
	line-height: 2;
	margin: 26px 0 0;
}
#member section.detail .other {
	padding: 36px 0 0 70px;
	max-width: 620px;
	min-height: 160px;
}
#member section.detail .other p {
	font-size: 18px;
	line-height: 2;
}
#member section.detail .other p a {
	color: #006AB7;
}
#member section.detail .wrap >figure {
	position: absolute;
	top: 100px;
	right: 80px;
	width: calc(100% - 740px);
	aspect-ratio: 1 / 1;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#member section.detail .bigPhoto {
	text-align: center;
}
#member section.detail .bigPhoto figure {
	display: inline-block;
	width: 290px;
	aspect-ratio: 290 / 400;
	margin: 50px 20px 0;
	background-color: #F5F3ED;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#member section.gallery {
	width: calc(100% - 16vw);
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0 0;
}
#member section.gallery h3 {
	font-size: 24px;
	color: #8D3F23;
	border-bottom: solid 2px #8D3F23;
	width: fit-content;
	padding: 0 0 10px;
}
#member section.gallery .wrap {
	margin: 30px 0 0;
	display: flex;
	column-gap: 45px;
	row-gap: 45px;
	flex-wrap: wrap;
}
#member section.gallery .wrap div {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	cursor: pointer;
}
#member section.gallery .wrap div figure {
	margin: 0;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#member section.gallery .wrap div .title {
	font-size: 16px;
	line-height: 1.7;
	margin: 20px 0 0;
}
#member section.gallery .wrap div .text {
	display: none;
}
#member section.datas {
	padding: 90px 0 0;
	text-align: center;
}
#member section.datas .business {
	text-align: left;
	width: calc(100% - 16vw);
	max-width: 1100px;
	margin: 0 auto;
	padding: 12px 0 50px;
}
#member section.datas .business h3 {
	font-size: 24px;
	color: #8D3F23;
	border-bottom: solid 2px #8D3F23;
	width: fit-content;
	padding: 0 0 10px;
}
#member section.datas .business p {
	font-size: 18px;
	line-height: 1.8;
	margin: 30px 0 0;
}
#member section.datas .history {
	display: inline-block;
	vertical-align: top;
	width: 600px;
	text-align: left;
	position: relative;
	padding: 34px 0 0 90px;
	margin-right: 60px;
}
#member section.datas .history h3 {
	font-size: 24px;
	color: #8D3F23;
	border-bottom: solid 2px #8D3F23;
	width: fit-content;
	padding: 0 0 10px;
	position: absolute;
	top: 14px;
	left: 6px;
}
#member section.datas .history dl {
	width: 500px;
}
#member section.datas .history dl dt {
	font-size: 17px;
	line-height: 1.6;
	display: inline-block;
	vertical-align: top;
	width: 120px;
}
#member section.datas .history dl dd {
	font-size: 17px;
	line-height: 1.6;
	display: inline-block;
	vertical-align: top;
	width: 380px;
	padding: 0 0 26px 60px;
	position: relative;
}
#member section.datas .history dl dd::before,
#member section.datas .history dl dd::after {
	content: '';
	position: absolute;
}
#member section.datas .history dl dd::before {
	top: 4px;
	left: 0;
	z-index: 2;
	width: 19px;
	aspect-ratio: 1 / 1;
	border: solid 1px #8D3F23;
	border-radius: 50%;
	background: #f5f3ed;
}
#member section.datas .history dl dd::after {
	top: 11px;
	left: 9px;
	animation: 1;
	width: 1px;
	height: 100%;
	background: #8D3F23;
}
#member section.datas .history dl dd:last-of-type::after {
	display: none;
}
#member section.datas .group {
	display: inline-block;
	vertical-align: top;
	width: 440px;
	text-align: left;
	padding: 12px 0 0 50px;
}
#member section.datas .group h3 {
	font-size: 24px;
	color: #8D3F23;
	border-bottom: solid 2px #8D3F23;
	width: fit-content;
	padding: 0 0 10px;
}
#member section.datas .group p {
	font-size: 18px;
	line-height: 1.8;
	margin: 30px 0 0;
}
#member section.datas .movie {
	margin: 86px 0 0;
}
#member section.datas .movie iframe {
	width: 636px;
	aspect-ratio: 16 / 10;
}
#member.detail section.search {
	margin: 112px 0 144px;
}
#member.detail section.search a.return {
	display: block;
	font-size: 16px;
	line-height: 1;
	width: 180px;
	background: white;
	border-radius: 24px;
	padding: 14px 0;
	cursor: pointer;
	border: none;
	margin: 0 auto;
}
#member.detail section.search hr {
	margin: 40px auto 38px;
	width: calc(100% - 16vw);
	max-width: 760px;
	border: none;
	border-top: dashed 1px #524036;
}
#member.detail section.search p {
	font-size: 16px;
}
#member.detail section.search .genre {
	margin: 30px 0 40px;
}
#member.detail section.search .genre span.genre {
	width: 74px;
	margin: 0 10px;
}
#member.detail section.search .genre span.clear {
	line-height: 60px;
	width: 60px;
	margin: 0 10px 0 20px;
}
#member.detail section.search a.submit {}
#member.detail #modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: #5e565161;
}
#member.detail #modal .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 630px;
	background: white;
	padding: 0 0 40px;
}
#member.detail #modal figure {
	height: 520px;
	display: block;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#member.detail #modal p.title {
	text-align: center;
	font-size: 21px;
	line-height: 1.5;
	margin: 40px 0 0;
	display: block;
}
#member.detail #modal p.text {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	margin: 10px 0 0;
	display: block;
}

@media screen and (max-width: 768px){
#member {}
#member h1 {}
#member h1::before {}
#member h1::after {}
#member h1 span {}
#member section.search {
	margin: 0;
	position: relative;
}
#member section.search p {
	font-size: 3.5vw;
}
#member section.search div.genre {
	margin: 5vw 0 0;
	padding: 0 10vw;
}
#member section.search div.genre span.genre {
	width: 19vw;
	margin: 0 1.5vw 2vw;
}
#member section.search div.genre span[data-genre="store"] {}
#member section.search div.genre span[data-genre="tour"] {}
#member section.search div.genre span[data-genre="twist"] {}
#member section.search div.genre span[data-genre="picture"] {}
#member section.search div.genre span[data-genre="other"] {}
#member section.search div.genre span[data-genre="reserve"] {}
#member section.search div.genre span.on {}
#member section.search div.genre span.clear {
	position: absolute;
	width: 1em;
	font-size: 3.5vw;
	line-height: 1.2;
	bottom: 12vw;
	left: 8vw;
	padding: 4vw 2vw;
	box-sizing: content-box;
	margin: 0;
	border-radius: 24px;
}
#member section.search a.submit {
	position: absolute;
	width: 1em;
	font-size: 3.5vw;
	line-height: 1.6;
	bottom: 12vw;
	right: 8vw;
	padding: 4vw 2vw;
	box-sizing: content-box;
}
#member section.list {
	margin: 13.5vw auto 20vw;
	width: calc(100% - 10vw);
	column-gap: 6vw;
	row-gap: 6vw;
}
#member section.list a {
	width: 42vw;
	padding-bottom: 4vw;
}
#member section.list a::before {
	font-size: 3vw;
	padding: 1vw 3vw;
	top: 1.5vw;
	left: 1.5vw;
}
#member section.list a figure {
	aspect-ratio: auto;
	height: 39vw;
}
#member section.list a div.genre {
	margin: 4vw 0 0;
	text-align: center;
}
#member section.list a div.genre .genre {
	width: 4.5vw;
	margin: 0 1vw 0 0;
}
#member section.list a div.genre .genre_store {}
#member section.list a div.genre .genre_tour {}
#member section.list a div.genre .genre_twist {}
#member section.list a div.genre .genre_picture {}
#member section.list a div.genre .genre_other {}
#member section.list a div.genre .genre_reserve {}
#member section.list a div.genre .on {}
#member section.list a div.on {}
#member section.list a h3 {
	margin: 2.5vw 5vw 0;
	font-size: 4vw;
	line-height: 1.4;
}
#member section.list a p {
	margin: 2.5vw 5vw 0;
	font-size: 3vw;
	line-height: 1.4;
}
#member section.detail {
	margin: 0;
}
#member section.detail .wrap {
	padding: 58vw 0 10vw;
	min-height: auto;
}
#member section.detail .genre {
	top: -2vw;
	left: 2vw;
}
#member section.detail .genre span {
	width: 11.5vw;
	margin-right: 2.5vw;
}
#member section.detail .genre span.genre_store {}
#member section.detail .genre span.genre_tour {}
#member section.detail .genre span.genre_twist {}
#member section.detail .genre span.genre_picture {}
#member section.detail .genre span.genre_other {}
#member section.detail .genre span.genre_reserve {}
#member section.detail .info {
	padding: 0 0 0 26vw;
	min-height: 25vw;
}
#member section.detail .info figure {
	top: 5vw;
	left: 0;
	width: 21vw;
}
#member section.detail .info h2 {
	font-size: 4.5vw;
	line-height: 1.6;
	margin: 7vw 0 0;
	padding: 0 0 1vw;
}
#member section.detail .info h2 span{
	font-size: 3vw;
	padding: 1vw 2.5vw 1vw;
	margin-right: 2vw;
	vertical-align: top;
	margin-top: 1.25vw;
}
#member section.detail .info p {
	font-size: 3.5vw;
	line-height: 1.6;
	margin: 2.5vw 0 0;
}
#member section.detail .other {
	padding: 4vw 0 0;
	min-height: auto;
}
#member section.detail .other p {
	font-size: 3.5vw;
	line-height: 1.6;
}
#member section.detail .other p a {}
#member section.detail .wrap >figure {
	top: 16vw;
	right: 0;
	width: 100%;
	height: 42vw;
	background-size: contain;
}
#member section.detail .bigPhoto {
	margin: 0 -2vw;
}
#member section.detail .bigPhoto figure {
	width: 40vw;
	margin: 5vw 2vw 0;
}
#member section.gallery {
	padding: 9vw 0 0;
}
#member section.gallery h3 {
	font-size: 4.5vw;
	padding-bottom: 1.5vw;
}
#member section.gallery .wrap {
	margin: 5vw 0 0;
	column-gap: 6vw;
	row-gap: 6vw;
}
#member section.gallery .wrap div {
	width: 39vw;
}
#member section.gallery .wrap div figure {}
#member section.gallery .wrap div .title {
	font-size: 3vw;
	line-height: 1.6;
	margin: 1vw 0 0;
}
#member section.gallery .wrap div .text {}
#member section.datas {
	padding: 9vw 8vw 0;
}
#member section.datas .business {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 5vw;
}
#member section.datas .business h3 {
	position: static;
	font-size: 4.5vw;
	padding-bottom: 1.5vw;
	display: inline-block;
	vertical-align: middle;
}
#member section.datas .business p {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.5vw;
	margin: 4vw 0 0;
}
#member section.datas .history {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
#member section.datas .history h3 {
	position: static;
	font-size: 4.5vw;
	padding-bottom: 1.5vw;
}
#member section.datas .history dl {
	width: 100%;
	margin: 4vw 0 0;
}
#member section.datas .history dl dt {
	font-size: 3.5vw;
	width: 18vw;
}
#member section.datas .history dl dd {
	font-size: 3.5vw;
	width: 66vw;
	padding: 0 0 4vw 6vw;
}
#member section.datas .history dl dd::before,
#member section.datas .history dl dd::after {}
#member section.datas .history dl dd::before {
	width: 3vw;
	top: 1vw;
}
#member section.datas .history dl dd::after {
	top: 2vw;
	left: 1.5vw;
}
#member section.datas .history dl dd:last-of-type::after {}
#member section.datas .group {
	display: block;
	width: 100%;
	padding: 0;
	margin: 5vw 0 0;
}
#member section.datas .group h3 {
	position: static;
	font-size: 4.5vw;
	padding-bottom: 1.5vw;
	display: inline-block;
	vertical-align: middle;
}
#member section.datas .group p {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.5vw;
	margin: 0 0 0 3vw;
}
#member section.datas .movie {
	margin: 11vw 0 0;
}
#member section.datas .movie iframe {
	width: 100%;
}
#member.detail section.search {
	margin: 12vw 0 16vw;
}
#member.detail section.search a.return {
	font-size: 3.5vw;
	width: 30vw;
	padding: 2vw 0;
}
#member.detail section.search hr {
	margin: 5vw auto;
}
#member.detail section.search p {
	font-size: 3.5vw;
}
#member.detail section.search .genre {
	margin: 15vw 0 0;
	padding: 0;
	position: relative;
}
#member.detail section.search .genre span.genre {
	width: 12.5vw;
	margin: 0 1vw;
}
#member.detail section.search .genre span.clear {
	line-height: 1;
	width: auto;
	margin: 0;
	padding: 1vw 3vw;
	top: -10vw;
	bottom: auto;
	left: calc(50% - 8.5vw);
}
#member.detail section.search a.submit {
	position: static;
	width: auto;
	padding: 1vw 5vw;
	line-height: 1;
	margin: 4vw 0 0;
}
#member.detail #modal {}
#member.detail #modal .wrap {
	width: 88vw;
	padding: 0 0 8vw;
}
#member.detail #modal figure {
	height: 88vw;
}
#member.detail #modal p.title {
	font-size: 3.5vw;
	margin: 3vw 0 0;
}
#member.detail #modal p.text {
	font-size: 3.5vw;
	margin: 3vw 0 0;
}
}


#outline {}
#outline h1 {}
#outline h1::before {}
#outline h1::after {
	background-image: url(/assets/images/outline/h1.png);
}
#outline h1 span {}
#outline section.greeting {
	padding: 204px 0 0;
	margin: 0 auto;
	width: calc(100% - 16vw);
	max-width: 1100px;
	position: relative;
}
#outline section.greeting h2 {
	font-size: 28px;
	font-weight: 300;
	margin: 0 auto;
	width: fit-content;
	border-bottom: solid 1px #524036;
	padding: 0 7px 12px;
}
#outline section.greeting p {
	font-size: 18px;
	line-height: 1.65;
	padding: 44px 0 0;
	width: 490px;
	display: inline-block;
	vertical-align: top;
}
#outline section.greeting p span:first-of-type {
	font-size: 22px;
	line-height: 1.8;
	font-weight: 600;
	letter-spacing: 2px;
	display: block;
	margin: 0 0 32px;
}
#outline section.greeting p span:last-of-type {
	display: block;
	text-align: right;
	letter-spacing: 2px;
	margin: 36px 0 0;
}
#outline section.greeting figure {
	margin: 44px 0 0 80px;
	width: 530px;
	height: 360px;
	display: inline-block;
	vertical-align: top;
	background: url(/assets/images/outline/greeting.png) no-repeat center / contain;
}
#outline section.info {
	background: white;
	margin: 140px auto 0;
	width: calc(100% - 16vw);
	max-width: 900px;
	padding: 52px 0 32px;
	position: relative;
	border-radius: 210px;
}
#outline section.info::before {
	content: '';
	background: url(/assets/images/outline/info.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: -48px;
	z-index: 2;
	width: 124px;
	height: 118px;
}
#outline section.info h2 {
	font-size: 28px;
	font-weight: 300;
	margin: 0 auto 50px;
	width: fit-content;
	border-bottom: solid 1px #524036;
	padding: 0 7px 12px;
}
#outline section.info div {
	margin: 0 0 26px 120px;
}
#outline section.info div:first-of-type h3 {
	background-image: url(/assets/images/outline/icon_access.png);
	background-position: left 4px top;
}
#outline section.info div:last-of-type h3 {
	background-image: url(/assets/images/outline/icon_tel.png);
	background-size: auto 82%;
}
#outline section.info div h3 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	letter-spacing: 4px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
}
#outline section.info div p {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 1px;
	padding-right: 40px;
}
#outline section.info div a {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 1px;
	color: #8d3f23;
}
#outline section.links {
	padding: 138px 0 216px;
	width: calc(100% - 16vw);
	max-width: 1100px;
	margin: 0 auto;
}
#outline section.links h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 auto;
	width: 120px;
	aspect-ratio: 1 / 1;
	position: relative;
	text-align: center;
	background: #8d3f23;
	color: white;
	border-radius: 50%;
	padding: 48px 0 0;
}
#outline section.links h2::after {
	content: 'click';
	position: absolute;
	color: #8d3f23;
	bottom: -30px;
	left: 0;
	width: 100%;
	font-size: 20px;
}
#outline section.links p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	line-height: 2.2;
	margin: 30px 0 0;
}
#outline section.links p a {
	text-decoration: underline;
}
#outline section.links ul {
	-moz-column-count: 4;
	column-count: 4;
	-moz-column-width: 24%;
	column-width: 24%;
	margin: 46px 0 0;
}
#outline section.links ul li {
	margin: 0 0 23px;
}
#outline section.links ul li a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	text-decoration: underline;
}

@media screen and (max-width: 768px){
#outline {}
#outline h1 {}
#outline h1::before {}
#outline h1::after {}
#outline h1 span {}
#outline section.greeting {
	padding: 7vw 0 0;
}
#outline section.greeting h2 {
	font-size: 5vw;
	padding: 0 1vw 1vw;
}
#outline section.greeting p {
	font-size: 3.35vw;
	line-height: 1.65;
	padding: 67vw 0 0;
	width: 100%;
}
#outline section.greeting p span:first-of-type {
	font-size: 4vw;
	line-height: 1.6;
	letter-spacing: 1px;
	margin: 0 0 2vw;
}
#outline section.greeting p span:last-of-type {
	letter-spacing: 0px;
	margin: 4vw 0 0;
}
#outline section.greeting figure {
	position: absolute;
	top: 20vw;
	left: 0;
	margin: 0;
	width: 100%;
	height: 57vw;
}
#outline section.info {
	margin: 12vw auto 0;
	padding: 5vw 0 4vw;
	border-radius: 15vw;
}
#outline section.info::before {
	bottom: -4vw;
	left: -4vw;
	z-index: 2;
	width: 23vw;
	height: 21vw;
}
#outline section.info h2 {
	font-size: 5vw;
	padding: 0 1vw 1vw;
	margin: 0 auto 8vw;
}
#outline section.info div {
	margin: 0 0 7vw;
	text-align: center;
}
#outline section.info div:first-of-type {}
#outline section.info div:last-of-type {}
#outline section.info div h3 {
	display: inline-block;
	width: auto;
	font-size: 4vw;
	padding-left: 8vw;
}
#outline section.info div p {
	display: block;
	font-size: 3.75vw;
	padding: 2vw 0 3vw;
}
#outline section.info div a {
	font-size: 3.5vw;
}
#outline section.links {
	padding: 10vw 0 26vw;
}
#outline section.links h2 {
	font-size: 3.5vw;
	width: 15vw;
	padding: 6vw 0 0;
}
#outline section.links h2::after {
	bottom: -5vw;
	font-size: 3vw;
}
#outline section.links p {
	font-size: 3vw;
	line-height: 1.7;
	margin: 5vw 0 0;
}
#outline section.links p a {}
#outline section.links ul {
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-width: 49%;
	column-width: 49%;
	margin: 5vw 0 0;
}
#outline section.links ul li {
	margin: 0 0 3.75vw;
}
#outline section.links ul li a {
	font-size: 3vw;
	line-height: 1.2;
}
}