/*
Theme Name: Fumidasu Hiroshima
Author: harukichiii
Description: This template for "studio lili" located in Hiroshima, JP.
License:
License URI:
Text Domain: Fumidasu Hiroshima
*/

/*--------------------------------------------------------------
>>> fonts:
----------------------------------------------------------------*/

@font-face {

	font-family: 'Noto Serif Japanese';

	font-style: normal;

	font-weight: 400;

	src: url('fonts/NotoSerifCJKjp-Regular.woff') format('woff');

}


:root {
	--bg-color: #fff;
	--bg-sub-color: #eeeeee;
	--font-color: #000;
	--font-sub-color: #bbb;
	--font-link-color: rgba(0, 0, 0, 0.3);
	--font-ja-sans: 'Noto Sans JP', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--font-ja-serif: 'Noto Serif Japanese', 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	--font-ja-serif2: 'A1 Mincho';
	--font-en: 'Cormorant', serif;
}





html {
	font-size: 16px;
}

*,
body {
	font-family: var(--font-ja-sans);
	color: var(--font-color);
	font-size: 100%;
	font-size: 1rem;
	line-height: 1.7rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: 300;
}




/*--------------------------------------------------------------
>>> TEXT:
--------------------------------------------------------------*/



a,
a:active,
a:link {
	text-decoration: none;
	-webkit-transition-duration: 1s;
	transition-duration: 0.2s;
}


a:hover,
a:link:hover {
	color: var(--font-link-color);
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {
	letter-spacing: 0.1rem;
	line-height: 2rem;
}

b {
	font-weight: 500;
}

hr {
	margin: auto;
	border: 0.5px solid #ddd;
}

address {
	font-style: normal;
}

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

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

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

.red {
	color: #ff006a;
}

.small {
	font-size: 80% !important;
	line-height: 1.6 !important;
}

.big {
	font-size: 120% !important;
}

.bold1 {
	font-weight: 400;
}

.bold2 {
	font-weight: 600;
}

.en {
	font-family: var(--font-en);
	letter-spacing: 0.1rem;
}

.ja_serif {
	font-family: var(--font-ja-serif);
}

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

/*--------------------------------------------------------------
>>> COMMON CSS:
--------------------------------------------------------------*/

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

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

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

.site-wrapper {
	overflow: hidden;
	position: relative;
	min-height: 100vh;

}

.content-wrapper {
	padding: 3% 5% 5% 5%;
}

.table {
	margin-top: 12px;
	margin-top: 2rem;
	margin-bottom: 18px;
	margin-bottom: 3rem;
	width: 100%;
	background-color: #fff;
	border-radius: 0.2rem;
	border: 1px solid #eee;
}

.table tr th,
.table tr td {
	padding: 16px 16px;
	padding: 1rem;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}

.table tr:last-child th,
.table tr:last-child td {
	border-bottom: none;
}

.table tr th {
	font-weight: 500;
	width: 20%;
	margin: 0;
	font-size: 0.8rem;
	letter-spacing: 0.15rem;
}

.table tr td {
	font-weight: 400;
	width: 80%;
	margin: 0;
	font-size: 0.95rem;
}

.table tr td *,
.table tr th * {
	font-weight: inherit;
}

.table tr td ul {
	padding: 0 1rem;
	list-style: circle;
	margin: 0.5rem 0;
}

.table tr td ul li {
	font-size: 0.9rem;
	padding: 0.25rem 0;
}

.table tr td ul li * {
	font-size: 0.9rem;
}

button,
input[type="submit"] {
	background-color: #000;
	color: #fff;
	border-radius: 0.15rem;
	border: 2px #000 solid;
	padding: 0.5rem 3rem;
	margin: 1rem;
	letter-spacing: 0.1rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;

}

button *,
button a,
button a:visited,
button a:focus,
input[type="submit"] *,
input[type="submit"] a,
input[type="submit"] a:visited,
input[type="submit"] a:focus {
	color: #fff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	outline: none;
	vertical-align: inherit;
	font-family: var(--font-ja-serif);
	font-family: var(--font-en);
}

button:hover,
input[type="submit"]:hover {
	background-color: #fff;
	border: 2px #000 solid;
	color: #000;
}

button:hover *,
button:hover a,
button:hover a:visited,
button:hover a:focus,
input[type="submit"]:hover *,
input[type="submit"]:hover a,
input[type="submit"]:hover a:visited,
input[type="submit"]:hover a:focus {
	color: #000;
	outline: none;
}

button.btn_s * {
	font-size: 0.8rem;
}

button.btn_s,
input.btn_s[type="submit"] {
	padding: 0.2rem 1.25rem;
}

figure.banner {
	margin: 0.8rem;
}


.block {
	display: block;
	width: 100%;
}

.inline {
	display: inline-block;
}

.tag {
	background-color: #FFF;
	color: #000;
	padding: 0rem 0.5rem;
	font-size: 0.8rem;
	display: inline-block;
	border-radius: 0.2rem;
	vertical-align: text-bottom;
	letter-spacing: 0.1rem;
}

.video {
	position: relative;
	width: 100%;
}

.video:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
>>> margin padding:
----------------------------------------------------------------*/
.mt0 {
	margin-top: 0px;
}

.mb0 {
	margin-bottom: 0px;
}

.mr0 {
	margin-right: 0px;
}

.ml0 {
	margin-left: 0px;
}


.mt5 {
	margin-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mr5 {
	margin-right: 5px;
}

.ml5 {
	margin-left: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mr20 {
	margin-right: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mr30 {
	margin-right: 30px;
}

.ml30 {
	margin-left: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mr40 {
	margin-right: 40px;
}

.ml40 {
	margin-left: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.mr50 {
	margin-right: 50px;
}

.ml50 {
	margin-left: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mb60 {
	margin-bottom: 60px;
}

.mr60 {
	margin-right: 60px;
}

.ml70 {
	margin-left: 70px;
}

.mt70 {
	margin-top: 70px;
}

.mb70 {
	margin-bottom: 70px;
}

.mr70 {
	margin-right: 70px;
}

.ml70 {
	margin-left: 70px;
}


.mt100 {
	margin-top: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.mr100 {
	margin-right: 100px;
}

.ml100 {
	margin-left: 100px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pr30 {
	padding-right: 30px;
}

.pl30 {
	padding-left: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.pr40 {
	padding-right: 40px;
}

.pl40 {
	padding-left: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.pr50 {
	padding-right: 50px;
}

.pl50 {
	padding-left: 50px;
}

.pt70 {
	padding-top: 70px;
}

.pb70 {
	padding-bottom: 70px;
}

.pr70 {
	padding-right: 70px;
}

.pl70 {
	padding-left: 70px;
}


/*--------------------------------------------------------------
>>> basic body:
----------------------------------------------------------------*/

html {
	height: 100%;
	position: relative;
}

body {
	/*padding: 30px;*/
	margin: 0 auto;
	height: 100%;
	width: 100%;
}


/*--------------------------------------------------------------
>>> header:
----------------------------------------------------------------*/
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1rem 0;
}

.header_logo {
	margin: 0;
	text-decoration: none;
	line-height: 0;
}

.header_logo img {
	width: 16rem;
	padding: 0.5rem 3rem;
	position: absolute;
	z-index: 100;
	mix-blend-mode: luminosity;
}

.header_nav {
	right: 0;
	text-align: right;
	margin: 0 5rem 0 auto;
}

.header_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header_nav ul li {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin: 0 1rem 0 1rem;
}

.header_nav ul li a {
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 0.15rem;
	font-family: var(--font-ja-serif2);
	font-family: var(--font-en);
	text-transform: uppercase;
	font-size: 1.1rem;
}

.header_nav ul li a:hover:after {
	content: ' ';
	background-color: #ddd;
	width: 100%;
	height: 3px;
	border-radius: 1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header_nav ul li a:after {
	content: ' ';
	background-color: rgba(0, 0, 0, 0.0);
	width: 0%;
	height: 3px;
	border-radius: 1px;
	display: block;
}





/*--------------------------------------------------------------
>>> common:
----------------------------------------------------------------*/



.section-wrapper > section > * {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}


.section-wrapper section h2 {
	font-size: 2.5rem;
	margin-bottom: 2rem;
}



.section-wrapper section h2,
.section-wrapper section h2 > * {
	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height: normal;
	font-family: var(--font-ja-serif);
}

.section-wrapper section h3 {
	font-size: 1.4rem;
	margin: 0 0 1rem 0;
}

.section-wrapper section h3,
.section-wrapper section h3 > * {
	font-weight: normal;
	letter-spacing: 0.25rem;
	line-height: normal;
	font-family: var(--font-ja-serif);
}


/*--------------------------------------------------------------
>>> footer:
----------------------------------------------------------------*/
footer a:hover {
	text-decoration: none;
	color: #000;
}

.footer-wrapper {
	position: inherit;
	bottom: 0;
	padding: 3%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
}

.footer-wrapper > * {
	letter-spacing: 0.1rem;
}

.footer-wrapper * {
	color: #FFF;
	font-family: var(--font-ja-serif2);
	font-family: var(--font-en);
	line-height: normal;
	line-height: 1.8rem;
	letter-spacing: 0.15rem;
	font-weight: normal;
}


.footer-wrapper .logo {
	width: 20%;
	text-align: center;
}

.footer-wrapper .logo img {
	width: 5rem;
	display: inline;
}

.footer-wrapper .info {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}




.footer-wrapper .info .contact {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.footer-wrapper .info .contact a:hover {
	color: darkgrey;
}

.footer-wrapper .info tel {
	font-size: 1.25rem;
}

.footer-wrapper .info tel i {
	margin: auto 0.5rem;
}

.footer-wrapper .info mail button {
	background-color: #a6adaf;
	color: #fff;
	border-radius: 0.15rem;
	border: 2px solid #fff;
	padding: 0.1rem 1rem;
	margin: 0.5rem 0rem;
	letter-spacing: 0.1rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}


.footer-wrapper .info mail button:hover {
	background-color: #000;
}

.footer-wrapper .info mail button:hover a,
.footer-wrapper .info mail button:hover i {
	color: #fff;
}

.footer-wrapper .info .map {
	padding: 0rem 0.5rem;
}

.footer-wrapper .info .map a {
	font-weight: bold;
}

.footer-wrapper .info .insta {
	padding: 0 0.75rem;
	vertical-align: middle;
}

.footer-wrapper .info .copy {
	font-size: 0.6rem;
	letter-spacing: 0.1rem;
	-ms-flex-preferred-size: 300px;
	flex-basis: 100%;
}

.footer-wrapper .info .copy * {
	font-size: 0.6rem;
	color: #fff;
}

/*--------------------------------------------------------------
>>> front page
----------------------------------------------------------------*/

.home .content-wrapper,
.home .section-wrapper #map {
	padding: 0;
}

.home .top_slider,
.home .section-wrapper section {
	padding: 0 5%;
}

.home .section-wrapper > section > * {
	width: 100%;
}


/*--concept--*/
.home .section-wrapper #concept {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.home .section-wrapper #concept > div {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-ms-flex-pack: distribute;
	-webkit-box-pack: justify;
	justify-content: space-between;
}



.home .section-wrapper #concept div h2 {
	font-size: 3rem;
	color: var(--font-color);
	text-align: left;
	line-height: 6rem;
}

.home .section-wrapper #concept div:first-of-type {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;

}

.home .section-wrapper #concept div h2.pc_only {
	margin: 0rem 0rem 0rem 2rem;

}

.home .section-wrapper #concept div h2.pc_only img {
	min-width: 15rem;
}

.home .section-wrapper #concept div h4 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: var(--font-ja-serif);
	font-size: 1.3rem;
	line-height: 3rem;
	padding-left: 1.3rem;
}


@-moz-document url-prefix() {

	/* ここに書く */
	.home .section-wrapper #concept div:first-of-type {
		width: 100%;

	}

	.home .section-wrapper #concept div:first-of-type h2 {
		width: 45%;
	}

	.home .section-wrapper #concept div:first-of-type h4 {
		width: 35%;

	}
}



/*--recomend--*/
.home .section-wrapper .recomend .title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem;
}

.home .section-wrapper .recomend .title h2 {
	margin: 0;
	padding: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.home .section-wrapper .recomend .title span {
	font-size: 1.5rem;
}

.home .section-wrapper .recomend .title div {
	text-align: end;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 2rem auto;
	padding: 2rem 1rem 3rem 1rem;
	background-color: none;
	border-top: 1px solid;
	border-bottom: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	display: inline-block;

}

.home .section-wrapper .recomend .title div a {
	font-size: 1.8rem;
}

.home .section-wrapper .recomend .title div:hover {
	-webkit-transform: translateY(2rem);
	transform: translateY(2rem);
}

.home .section-wrapper .recomend .title div:before {
	content: " ";
	width: 100%;
	height: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	z-index: -10;
}

.home .section-wrapper .recomend .title div:hover:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 105%;
}

.home .section-wrapper .recomend .title div:after {
	content: " ";
	width: 2rem;
	height: 2rem;
	border-bottom: 1px solid;
	border-right: 1px solid;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 45%;
	left: 45%;
	margin: 0.5rem auto;
	padding: 0;
}

.home .section-wrapper .recomend {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3% 5% 5% 5%;
}

.home .section-wrapper .recomend .title {
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
}

.home .section-wrapper .recomend .title h2 {
	font-size: 2.5rem;
	color: var(--fonts-color);
	text-align: left;
}

.home .section-wrapper .recomend .rec_01 {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}

.home .section-wrapper .recomend .rec_02 {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}


.home .section-wrapper section.recomend:nth-last-of-type(2n+1) .title {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}



.home .section-wrapper .recomend div article {
	padding: 1rem 1.5rem;
}

.home .section-wrapper .recomend div article button {
	margin: 0 0 0 auto;
	float: right;
}

#rec_west {

	background-color: rgba(212, 211, 202, 0.3);
}


#rec_west .title h2 span {
	color: rgba(212, 211, 202, 1);
}

#rec_east {
	background-color: rgba(162, 184, 207, 0.3);
}

#rec_east .title h2 span {
	color: rgba(162, 184, 207, 1);
}

#rec_center {
	background-color: rgba(220, 198, 95, 0.3);
}

#rec_center .title span {
	color: rgba(220, 198, 95, 1);
}

#rec_south {
	background-color: rgba(231, 175, 156, 0.3);
}

#rec_south .title span {
	color: rgba(231, 175, 156, 1);
}

/*---ticket cat----*/
#ticket .cat div {
	text-align: center;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

#ticket .cat div img {
	opacity: 0.2;
	width: 80%;
}

#ticket .cat div * {
	color: #fff;
	font-family: var(--font-ja-serif);
}

#ticket .cat div h4 {
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
	margin: 1.5rem 0.8rem 0rem 0.8rem;
}

#ticket .cat div:nth-of-type(1) {
	background-color: rgba(162, 112, 123, 1);
}

#ticket .cat div:nth-of-type(2) {
	background-color: rgba(193, 139, 78, 1);
}

#ticket .cat div:nth-of-type(3) {
	background-color: rgba(140, 142, 67, 1);
}

#ticket .cat div:nth-of-type(4) {
	background-color: rgba(88, 142, 168, 1);
}

/*---tab----*/
.tab-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0;
}

.tab-label {
	color: White;
	background: LightGray;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding: 10px .5em;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	letter-spacing: 0.4rem;
}

.tab-label:not(:last-of-type) {
	margin-right: 5px;
}

.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.tab-switch + .tab-label:nth-of-type(1) {
	background: rgba(162, 112, 123, 0.5);
}

.tab-switch:checked + .tab-label:nth-of-type(1) {
	background: rgba(162, 112, 123, 1);
}

.tab-switch + .tab-label:nth-of-type(2) {
	background: rgba(193, 139, 78, 0.5);
}

.tab-switch:checked + .tab-label:nth-of-type(2) {
	background: rgba(193, 139, 78, 1);
}

.tab-switch + .tab-label:nth-of-type(3) {
	background: rgba(140, 142, 67, 0.5);
}

.tab-switch:checked + .tab-label:nth-of-type(3) {
	background: rgba(140, 142, 67, 1);
}

.tab-switch + .tab-label:nth-of-type(4) {
	background: rgba(88, 142, 168, 0.5);
}

.tab-switch:checked + .tab-label:nth-of-type(4) {
	background: rgba(88, 142, 168, 1);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	overflow: auto;
	padding: 1rem 2rem;
	;
	opacity: 1;
	-webkit-transition: .5s opacity;
	transition: .5s opacity;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	background-color: #F4F1ED;
}

.tab-switch {
	display: none;
}

/*---dl----*/



.tab-content div {
	font-size: 1.4rem;
	letter-spacing: 0.3rem;
	padding-top: 1rem;
	/*font-family: var(--font-ja-serif);
	font-weight: 400;*/
}

.tab-content div:before {
	content: '\f103';
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	font-weight: 900;
	font-size: 1.1rem;
	margin-right: 0.5rem;
}

#tab01 + label + .tab-content div {
	color: rgba(162, 112, 123, 1);

}

#tab02 + label + .tab-content div {
	color: rgba(193, 139, 78, 1);

}

#tab03 + label + .tab-content div {
	color: rgba(140, 142, 67, 1);

}

#tab04 + label + .tab-content div {
	color: rgba(88, 142, 168, 1);

}

.tab-wrap dl dt,
.tab-wrap dl dd {
	margin: 0;
	padding: 0;
}

.tab-wrap dl dd,
.tab-wrap dl dl {
	display: inline-block;
	margin-right: 1rem;
}

.tab-wrap dl dt * {
	font-weight: 400;
	font-size: 1.1rem;
}

.tab-wrap dl dd i {
	font-size: 0.9rem;
	color: var(--font-link-color);
}

.tab-wrap dl {
	padding: 0.5rem 0 1rem 0;
	border-bottom: 1px solid #e4e0da;
}


/*--------------------------------------------------------------
>>> index page　各エリアページ
----------------------------------------------------------------*/

.archive .content-wrapper h2 {
	text-align: right;
	margin: 3rem 0 0 0;
}

.archive .content-wrapper h2 * {
	font-family: var(--font-ja-serif);
	font-size: 4rem;
}

.archive .content-wrapper h2 + p {
	font-family: var(--font-ja-serif);
	color: var(--font-link-color);
}

.archive .place-box .info .furigana {
	font-family: var(--font-en);
	text-transform: capitalize;
	letter-spacing: 0.1rem;
	font-size: 1.3rem;
}

.archive .place-box .info ul {
	padding-left: 0;
}

.archive .place-box {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: space-around;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.archive .place-box .info {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.archive .place-box .slider {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	margin: 0rem 2rem;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.archive .place-box:nth-of-type(2n+1) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.archive .place-box .info h3 {
	font-family: var(--font-ja-serif);
	font-size: 2rem;
	margin: 0rem auto 1rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
}

.archive .place-box .info address:before {
	content: attr(title);
	/*color:rgba(0 0 0 / 0.2);*/
	font-family: var(--font-en);
	text-transform: uppercase;
	margin-right: 1rem;
	padding-right: 1rem;
	letter-spacing: 0.1rem;
	border-right: 1px solid;
}

.archive .place-box .info address {
	font-size: 0.9rem;
	border-top: 1px solid;
}

/*--西エリア--*/
.archive.term-west .content-wrapper {
	background-color: rgba(212, 211, 202, 0.3);
}

.archive.term-west .content-wrapper h2 * {
	color: rgba(212, 211, 202, 1);
}

.archive.term-west .place-box .info .furigana {
	color: rgba(212, 211, 202, 1);
}

/*--東エリア--*/
.archive.term-east .content-wrapper {
	background-color: rgba(162, 184, 207, 0.3);
}

.archive.term-east .content-wrapper h2 * {
	color: rgba(162, 184, 207, 1);
}

.archive.term-east .place-box .info .furigana {
	color: rgba(162, 184, 207, 1);
}

/*--南エリア--*/

.archive.term-south .content-wrapper {
	background-color: rgba(231, 175, 156, 0.3);
}

.archive.term-south .content-wrapper h2 * {
	color: rgba(231, 175, 156, 1);
}

.archive.term-south .place-box .info .furigana {
	color: rgba(231, 175, 156, 1);
}

/*--中区エリア--*/
.archive.term-center .content-wrapper {
	background-color: rgba(220, 198, 95, 0.3);
}

.archive.term-center .content-wrapper h2 * {
	color: rgba(220, 198, 95, 1);
}

.archive.term-center .place-box .info .furigana {
	color: rgba(220, 198, 95, 1);
}



/*--------------------------------------------------------------
>>> about page　
----------------------------------------------------------------*/

.page-template-default .content-wrapper h2 {
	text-align: right;
	font-family: var(--font-ja-serif2);
	font-family: var(--font-en);
	text-transform: uppercase;
	font-size: 4rem;
	color: rgba(0, 0, 0, 0.2);
}



.staff-box dl {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.staff-box .staff {
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
}

.staff-box .staff dt {
	text-align: center;
	font-family: var(--font-ja-serif);
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
}

.staff-box .staff dt span {
	color: var(--font-link-color);
}

.staff-box .staff dd {
	font-size: 0.9rem;
	margin: 1rem;
	text-align: justify;
}

.staff-box .staff dd a:before {
	font-family: FontAwesome;
	content: "\f101";
	margin-right: 0.5rem;
}

.staff-box .staff dd a {
	color: var(--font-link-color);
	font-size: 0.8rem;
}

.staff-box .staff dd a:hover {
	color: rgba(0, 0, 0, 1);
}

.staff-box .staff dd span {
	text-align: center;
	margin-bottom: 1rem;
	font-size: 0.8rem;
	letter-spacing: 0.15rem;
}

.staff-box .staff dd span:before {
	content: ' ';
	display: block;
	height: 3px;
	width: 20%;
	background-color: #000;
	margin: 0 auto 1rem auto;
	padding: 0;
}

.corp-box {
	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;
	-webkit-box-align: center;;
	-ms-flex-align: center;;
	align-items: center;;
	-ms-flex-line-pack: distribute;
	align-content: space-around;


}

.corp-box .big {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}

.corp-box .middle {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.corp-box .small {
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
}
