@charset "UTF-8";


@media screen and (min-width: 769px) {
	
/*=============================================================
sitemap
=============================================================*/
	
	section.sitemap .hd {
		box-sizing: border-box;
		margin: 0 0 0 max(2%,calc((100% - 1200px)/2));
		position: relative;
	}
	
	section.sitemap .hd::before {
		content: "";
		position: absolute;
		width: 80%;
		border-bottom: 1px solid #231815;
		bottom: 0;
		right: 0;
	}
	
	section.sitemap h2 {
		font-size:  clamp(2.4rem,2.4vw,3.6rem);
	}
	
	section.sitemap h2 span {
		display: block;
	}
	
	section.sitemap h2 .jp {
		font-size: clamp(1.8rem,1.8vw,2.2rem);
		font-weight: bold;
		padding-top: 1em;
		padding-bottom: clamp(2.4rem,2.8vw,3.2rem);
	}
	
	section.sitemap .inner {
		margin-top: min(3.6vw,75px);
	}
	
	section.sitemap .link_wrap {
		box-sizing: border-box;
		padding: 0 3em;
	}
	
	section.sitemap .link_wrap > li {
		padding-left: 1.25em;
		position: relative;
	}
	
	section.sitemap .link_wrap > li:not(:first-child) {
		margin-top: 1em;
	}
	
	section.sitemap .link_wrap > li::before {
		content: "";
		position: absolute;
		left: 0;
		top: .4em;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .4em 0 .4em .7em;
		border-color: transparent transparent transparent #d59f3e;
	}
	
	section.sitemap .link_wrap > li a {
		font-weight: bold;
		transition: color .2s ease;
	}
	
	section.sitemap .link_wrap > li a:hover {
		color: #d59f3e;
	}
	
	section.sitemap .link_wrap > li > ul {
		padding-left: 1em;
		margin-top: .5em;
		list-style-type: disc;
	}
	
	section.sitemap h2.link_single span {
		padding-left: 1.25em;
		position: relative;
	}
	
	section.sitemap h2.link_single span::before {
		content: "";
		position: absolute;
		left: 0;
		top: 1.2em;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .4em 0 .4em .7em;
		border-color: transparent transparent transparent #d59f3e;
	}
	
	section.sitemap h2.link_single span a {
		font-size: clamp(1.8rem,1.8vw,2.2rem);
		font-weight: bold;
		transition: color .2s ease;
	}
	
	section.sitemap h2.link_single span a:hover {
		color: #d59f3e;
	}
	
/*=============================================================
インスタBG調整
=============================================================*/
	
	#container.page_schedule section#ist {
		padding-top: min(7.2vw,150px);
		padding-bottom: min(7.2vw,150px);
		background-color: #fbf7ef;
	}
}

@media screen and (min-width: 521px) and (max-width: 768px) {
	
/*=============================================================
sitemap
=============================================================*/
	
	section.sitemap .hd {
		box-sizing: border-box;
		position: relative;
	}
	
	section.sitemap .hd::before {
		content: "";
		position: absolute;
		width: 80%;
		border-bottom: 1px solid #231815;
		bottom: 0;
		right: 0;
	}
	
	section.sitemap h2 {
		font-size:  2.2rem;
		box-sizing: border-box;
    	padding: 0 3%;
	}
	
	section.sitemap h2 span {
		display: block;
	}
	
	section.sitemap h2 .jp {
		font-size: 2.2rem;
		font-weight: bold;
		padding-top: 1em;
		padding-bottom: 2.2rem;
	}
	
	section.sitemap .inner {
		margin-top: 30px;
	}
	
	section.sitemap .link_wrap {
		box-sizing: border-box;
		padding: 0 3em;
	}
	
	section.sitemap .link_wrap > li {
		padding-left: 1.25em;
		position: relative;
	}
	
	section.sitemap .link_wrap > li:not(:first-child) {
		margin-top: 1em;
	}
	
	section.sitemap .link_wrap > li::before {
		content: "";
		position: absolute;
		left: 0;
		top: .4em;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .4em 0 .4em .7em;
		border-color: transparent transparent transparent #d59f3e;
	}
	
	section.sitemap .link_wrap > li a {
		font-weight: bold;
		transition: color .2s ease;
	}
	
	section.sitemap .link_wrap > li a:hover {
		color: #d59f3e;
	}
	
	section.sitemap .link_wrap > li > ul {
		padding-left: 1em;
		margin-top: .5em;
		list-style-type: disc;
	}
	
	section.sitemap h2.link_single span {
		padding-left: 1.25em;
		position: relative;
	}
	
	section.sitemap h2.link_single span::before {
		content: "";
		position: absolute;
		left: 0;
		top: 1.2em;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .4em 0 .4em .7em;
		border-color: transparent transparent transparent #d59f3e;
	}
	
	section.sitemap h2.link_single span a {
		font-size: 2.2rem;
		font-weight: bold;
		transition: color .2s ease;
	}
	
	section.sitemap h2.link_single span a:hover {
		color: #d59f3e;
	}
	
	
/*=============================================================
インスタBG調整
=============================================================*/
	
	#container.page_schedule section#ist {
		padding-top: 60px;
		padding-bottom: 60px;
		background-color: #fbf7ef;
	}
}

@media screen and (max-width: 520px) {
	
/*=============================================================
sitemap
=============================================================*/
	
	section.sitemap .hd {
		box-sizing: border-box;
		position: relative;
	}
	
	section.sitemap .hd::before {
		content: "";
		position: absolute;
		width: 88%;
		border-bottom: 1px solid #231815;
		bottom: 0;
		right: 0;
	}
	
	section.sitemap h2 {
		font-size:  2.125rem;
		box-sizing: border-box;
    	padding: 0 3%;
	}
	
	section.sitemap h2 span {
		display: block;
	}
	
	section.sitemap h2 .jp {
		font-size: 2.125rem;
		font-weight: bold;
		padding-top: 1em;
		padding-bottom: 2.125rem;
	}
	
	section.sitemap .inner {
		margin-top: 25px;
	}
	
	section.sitemap .link_wrap {
		box-sizing: border-box;
		padding: 0 3em;
	}
	
	section.sitemap .link_wrap > li {
		padding-left: 1.25em;
		position: relative;
	}
	
	section.sitemap .link_wrap > li:not(:first-child) {
		margin-top: 1em;
	}
	
	section.sitemap .link_wrap > li::before {
		content: "";
		position: absolute;
		left: 0;
		top: .4em;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .4em 0 .4em .7em;
		border-color: transparent transparent transparent #d59f3e;
	}
	
	section.sitemap .link_wrap > li a {
		font-weight: bold;
		transition: color .2s ease;
	}
	
	section.sitemap .link_wrap > li a:hover {
		color: #d59f3e;
	}
	
	section.sitemap .link_wrap > li > ul {
		padding-left: 1em;
		margin-top: .5em;
		list-style-type: disc;
	}
	
	section.sitemap h2.link_single span {
		padding-left: 1.25em;
		position: relative;
	}
	
	section.sitemap h2.link_single span::before {
		content: "";
		position: absolute;
		left: 0;
		top: 1.2em;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .4em 0 .4em .7em;
		border-color: transparent transparent transparent #d59f3e;
	}
	
	section.sitemap h2.link_single span a {
		font-size: 2.125rem;
		font-weight: bold;
		transition: color .2s ease;
	}
	
	section.sitemap h2.link_single span a:hover {
		color: #d59f3e;
	}
/*=============================================================
インスタBG調整
=============================================================*/
	
	#container.page_schedule section#ist {
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #fbf7ef;
	}
}