@charset "utf-8";
/*=============================================================

	Date: 2021-11-05
	CSS Document ： SAANA JA OLLI
	
=============================================================*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP:wght@400;500&display=swap');

#maincontent {
	position: relative;
}

img {
  height: auto;
  max-width: 100%;
}

div#head-menu_so {
	background: #928077;
	position: relative;
	z-index: 10;
}

div#head-menu_so .head-menu-wrap_so {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}

div#head-menu_so .head-menu_so {
	width: 184px;
	/*width: 25%;*/
}

div#head-menu_so .head-menu_so:nth-of-type(4) {
	width: 260px;
	/*width: 25%;*/
}

div#head-menu_so .head-menu_so > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	color: #fff;
	font-family: clarendon-urw, serif;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	height: 36px;
	width: 100%;
	text-decoration: none;
	position: relative;
}

div#head-menu_so .head-menu_so:not(:last-child) > a::before {
	background: #fff;
	content: "";
	height: 20px;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

div#head-menu_so a.hasDropdown::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 2px 0 2px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	vertical-align: middle;
}

div#head-menu_so .head-menu_so:hover a.hasDropdown::after {
	border-width: 0 2px 3.5px 2px;
	border-color: transparent transparent #fff transparent;
	top: -3.5px;
}

div#head-menu_so .head-menu_so a.hasDropdown span {
	position: relative;
}

div#head-menu_so .head-menu_so:hover a.hasDropdown span::after {
	background: #ebedf1;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: auto;
}

/*内部*/
div#head-menu_so .head-menu-chidren_so {
	background: #e8e4e2;
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
font-size: 0.75rem;
}

div#head-menu_so .head-menu_so:hover .head-menu-chidren_so {
	width: 100%;
	padding: 35px 0;
	top: 36px;
	visibility: visible;
	opacity: 1;
}

div#head-menu_so .head-menu-chidren_so a {
	color: #000;
	text-decoration: none;
	position: relative;
}

div#head-menu_so .head-menu-item_so.head-cat_so {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 787px;
	width: 85.54347826%;
	max-width: 787px;
	margin: auto;
}

div#head-menu_so .head-menu-item_so.head-cat_so ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	/*width: 535px;*/
	/*width: 67.979669631%;*/
}

div#head-menu_so .head-menu-item_so.head-cat_so li {
	font-size: 0.875rem;
	width : calc(100% / 2);
}

div#head-menu_so .head-menu-item_so.head-cat_so li:nth-child(-n+6) {
	margin: 10px 0;
}

div#head-menu_so .head-menu-item_so.head-cat_so li a {
	padding: 0 0 0 10px;
}

div#head-menu_so .head-menu-item_so.head-cat_so li a:hover {
	text-decoration: underline;
}

div#head-menu_so .head-menu-item_so.head-cat_so li a::after {
	background: #000;
	border-radius: 50%;
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
}

div#head-menu_so .head-menu-item_so.head-word_so {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*
	width: 825px;
	width: 70.512820512%;
	*/
	margin: auto;
	max-width: 920px;
}

div#head-menu_so .head-menu-item_so.head-word_so ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

div#head-menu_so .head-menu-item_so.head-word_so .word-1_so {
	/*
	width: 455px;
	width: 55.151515151%;
	*/
	margin-right: 80px;
	max-width: 520px;
}

div#head-menu_so .head-menu-item_so.head-word_so .word-2_so {
	display: block;
	/*
	width: 320px;
	width: 38.787878787%;
	*/
}

div#head-menu_so .head-menu-item_so.head-word_so .word-1_so li {
	width: 150px;
	margin-bottom: 20px;
	margin-left: 20px;
}

div#head-menu_so .head-menu-item_so.head-word_so .word-1_so li p {
	font-size: 0.875rem;
	text-align: center;
	margin: 10px 0 0;
}

div#head-menu_so .head-menu-item_so.head-word_so .word-1_so li a:hover {
	opacity: 0.6;
}

div#head-menu_so .head-menu-item_so.head-word_so .word-2_so li {
	font-size: 0.875rem;
	line-height: 1.0;
	margin: 20px 0 0;
}

div#head-menu_so .head-menu-item_so.head-word_so .word-2_so li a {
	padding: 0 0 0 10px;
}

div#head-menu_so .head-menu-item_so.head-word_so .word-2_so li a:hover {
	text-decoration: underline;
}

div#head-menu_so .head-menu-item_so.head-word_so .word-2_so li a::after {
	background: #000;
	border-radius: 50%;
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
}

div#head-menu_so .head-menu-item_so.head-guide_so ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 100%;
}

div#head-menu_so .head-menu-item_so.head-guide_so li {
	font-family: clarendon-urw, serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	margin: 0 30px;
	position: relative;
}

div#head-menu_so .head-menu-item_so.head-guide_so li:not(:last-child)::after {
	background: #b3b3b3;
	content: "";
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	margin: auto;
}

div#head-menu_so .head-menu-item_so.head-guide_so li a {
	display: block;
	padding-left: 40px;
	position: relative;
}

div#head-menu_so .head-menu-item_so.head-guide_so li a:hover {
	opacity: 0.6;
}

div#head-menu_so .head-menu-item_so.head-guide_so li a::after {
	background: url("../images/icon_blank.svg") no-repeat;
	background-size: 100%;
	content: "";
	height: 20px;
	width: 20px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
}

div#head-menu_so .head-menu-item_so.head-guide_so li:nth-of-type(2) a::after {
	background: url("../images/icon_03.svg") no-repeat;
	background-size: 100%;
}

div#head-menu_so .head-menu-item_so.head-guide_so li:nth-of-type(3) a::after {
	background: url("../images/icon_04.svg") no-repeat;
	background-size: 100%;
}

div#head-menu_so .head-menu_so:hover {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

div.all-btn_so {
	text-align: center;
	width: 148px;
	width: 18.805590851%;
}

div.all-btn_so p {
	margin: 5px 0;
}

div.all-btn_so a {
	border: 1px solid #928077;
	display: block;
	font-family: clarendon-urw, serif;
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 1.0;
	padding: 12px 0;
	position: relative;
}

div.all-btn_so a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2px 0 2px 3.5px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	vertical-align: middle;
}

div.all-btn_so a:hover {
	background: #928077;
	color: #fff!important;
}

div.all-btn_so a:hover::after {
	border-color: transparent transparent transparent #fff;
}

div#header-sp-menu {
	display: none;
}

@media not all and (min-width: 768px) {
	div#header-sp-menu {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
	}
	
	div#header-sp-menu h2 {
		text-align: center;
		margin: 0 0 50px;
	}
	
	div#header-sp-menu h2 span {
		display: block;
		font-family: dnp-shuei-mincho-pr6n, sans-serif;
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 1.6;
		margin: 8.2% 0 0;
	}
	
	div#header-sp-menu h2 img {
		display: block;
	height: auto;
		width: 30%;
		margin: auto;
	}
	
	div#header-sp-menu nav {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		background: #e8e4e2;
		display: block;
		letter-spacing: 0.1em;
		position: fixed;
		top: 0;
		right: -100%;
		height: 100%;
		width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		padding: 20% 0;
		z-index: 1;
	}
	
	.open nav {
		right: 0!important;
	}
	
	div.head-menu-item_so {
		width: 93.33333333%;
		margin: 0 auto 50px;
	}
	
	div.head-menu-item_so h3 {
		border-bottom: 1px solid #000;
		font-family: futura-pt, sans-serif;
		font-size: 1.1875rem;
		font-weight: 400;
		padding: 4.5%;
		position: relative;
	}

	div.head-menu-item_so h3 a {
    display: block;
	}

	div.head-menu-item_so h3 a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9%;
    margin: auto;
    vertical-align: middle;
	}
	
	div.head-menu-item_so li a {
		color: #000;
		display: block;
		font-family: Hiragino Kaku Gothic W3 JIS2004;
		font-size: 0.875rem;
		line-height: 1.0;
		text-decoration: none;
		position: relative;
	}
	
	div.head-menu-item_so.head-cat_so li {
		border-bottom: 1px solid #c6c6c6;
	}
	
	div.head-menu-item_so.head-cat_so li a {
		padding: 32px;
	}
	
	div.head-menu-item_so.head-cat_so li a::after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 6px;
		border-color: transparent transparent transparent #000;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 9%;
		margin: auto;
		vertical-align: middle;
	}
	
	div.head-menu-item_so.head-word_so ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 89.1428571428571%;
		margin: auto;
	}

	div.head-menu-item_so.head-word_so .word-1_so {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 30px;
	}

	div.head-menu-item_so.head-word_so .word-1_so li {
		width: 48.0769230769231%;
		margin: 18px 0 0;
	}

	div.head-menu-item_so.head-word_so .word-2_so {
		border-top: 1px solid #c6c6c6;
		display: block;
		width: 100%;
	}

	div.head-menu-item_so.head-word_so .word-2_so li {
		border-bottom: 1px solid #c6c6c6;
	}
	
	div.head-menu-item_so.head-word_so .word-2_so li a {
		padding: 32px;
		position: relative;
	}

	div.head-menu-item_so.head-word_so .word-2_so li a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9%;
    margin: auto;
    vertical-align: middle;
	}
	
	div.head-menu-item_so.head-word_so ul li p {
		font-size: 0.875rem;
		text-align: center;
		margin: 15px 0 0;
	}
	
	div.head-menu-item_so.head-guide_so ul li {
		border-bottom: 1px solid #c6c6c6;
		font-family: clarendon-urw, serif;
		width: 100%;
		position: relative;
	}
	
	div.head-menu-item_so.head-guide_so ul li:not(:last-child) {
		width: 100%;
	}
	
	div.head-menu-item_so.head-guide_so ul li a {
		display: block;
		font-family: clarendon-urw, serif;
		font-weight: 300;
		font-size: 0.875rem;
		line-height: 1.0;
		padding: 32px;
	}
	
	div.head-menu-item_so.head-guide_so ul li a::before {
		background: url("../images/icon_blank.svg") no-repeat;
		background-size: 100%;
		content: "";
		height: 20px;
		width: 20px;
		position: absolute;
		bottom: 0;
		top: 0;
		right: 20px;
		margin: auto;
	}
	
	div.head-menu-item_so.head-guide_so ul li:nth-of-type(2) a::before {
		background: url("../images/icon_03.svg") no-repeat;
		background-size: 100%;
	}
	
	div.head-menu-item_so.head-guide_so ul li:nth-of-type(3) a::before {
		background: url("../images/icon_04.svg") no-repeat;
		background-size: 100%;
	}
	
	div.all-btn_so {
		text-align: center;
		width: 71.428571428%;
		margin: 50px auto 0;
	}
	
	div.all-btn_so a {
		border: 2px solid #000;
		color: #000;
		display: block;
		font-family: clarendon-urw, serif;
		font-size: 0.875rem;
		font-weight: 300;
		line-height: 1.0;
		padding: 17px 0;
		position: relative;
	}
	
	div.all-btn_so a::after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6.9px;
		border-color: transparent transparent transparent #000;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 7.5%;
		margin: auto;
		vertical-align: middle;
	}
	
	.toggle_btn {
		background: #fff;
		border-top: 1px solid #eaeaea;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 40px;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		cursor: pointer;
	}
	
	.toggle_btn .toggle-open {
		font-size: 1.125rem;
		height: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.toggle_btn span {
		display: block;
		position: absolute;
		right: 10px;
		width: 20px;
		height: 1px;
		background: #5f5f5f;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		margin: auto;
	}
	
	.toggle_btn span:nth-child(1) {
		top: 16px;
	}
	
	.toggle_btn span:nth-child(2) {
		display: none;
	}
	
	.toggle_btn span:nth-child(3) {
		bottom: 16px;
	}
	
	.open .toggle_btn {
		/*background: #928077;*/
		display: none;
	}
	
	.open .toggle_btn span {
		background: #fff;
	}
	
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(4px) rotate(-45deg);
		-ms-transform: translateY(4px) rotate(-45deg);
		    transform: translateY(4px) rotate(-45deg);
	}
	
	.open .toggle_btn span:nth-child(2) {
		display: none;
	}
		
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-3px) rotate(45deg);
		-ms-transform: translateY(-3px) rotate(45deg);
		    transform: translateY(-3px) rotate(45deg);
	}
	
	.lock {
		/*height: auto;*/
		overflow: hidden;
	}
	
	.close_so {
		height: 46px;
		margin: auto;
		position: relative;
		width: 46px;
	}

	.close1_so {
		position: absolute;
		right: 15px;
		top: 60px;
	}
	
	.close_so::after {
		background: #000;
		content: "";
		height: 1px;
		width: 49px;
		-webkit-transform: rotate(-35deg);
		-ms-transform: rotate(-35deg);
		    transform: rotate(-35deg);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
	}
	
	.close_so::before {
		background: #000;
		content: "";
		height: 1px;
		width: 49px;
		-webkit-transform: rotate(35deg);
		-ms-transform: rotate(35deg);
		    transform: rotate(35deg);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
	}

	.header-menu_so {
		display: none;
	}

	.hasDropdown::before,
	.hasDropdown::after {
		background-color: #000;
		content: "";
		height: 12px;
		margin: auto;
		position: absolute;
		bottom: 0;
		top: 0;
		right: 34px;
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		width: 1px;
	}

	.hasDropdown::before {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
	}

	.selected.hasDropdown::before {
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
				transform: rotate(270deg);
	}
	
	.selected.hasDropdown::after {
		display: none;
	}

	.selected .head-menu_so {
		display: block;
	}

	div#head-menu_so {
		display: none;
	}
}