@charset "utf-8";
@import url("reset.css");

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

.pc {
	display: none;
}

.sp {
	display: block;
}

.container {
    width:86%;
    max-width: 960px;
    margin: 0 auto;
}

#wrapper {
	width:100vw;
	overflow: hidden;
	background: #FFF;
}

header {
	background: #FFF;
}

header > div:nth-of-type(1) {
	position: relative;
	padding-top:5.4vw;
}

header > div:nth-of-type(1) a {
	width:200px;
	display: block;
	box-sizing: border-box;
    padding: 15px;
}

header > div:nth-of-type(1) a img {
	display: block;
}

header h1 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
	color:#FFF;
	background:#330;
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	padding:0 6px;
	box-sizing: border-box;
	font-size:3vw;
	line-height: 5.4vw;
}

header .fixed_menu {
	display: table;
	width:100%;
	position: fixed;
	bottom:0;
	z-index: 94;
	box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.2);
}

header .fixed_menu a:hover {
	text-decoration: none;
}

header .fixed_menu a:nth-of-type(1) {
	/*background-image: linear-gradient(70deg, #640000 20%, #961402 );*/
	background: #066;
	font-family: "M PLUS 1p", "メイリオ", "Meiryo", sans-serif;
	text-decoration: none;
	color:#FFF;
	line-height: 1.1;
	font-size:3.5vw;
	width:50%;
	padding:1.4em 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

header .fixed_menu a:nth-of-type(1) i,
nav > div > a:nth-of-type(1) i {
	display: inline-block;
	vertical-align: baseline;
	width:1.4em;
	margin:0.1em 0.4em 0 0.1em;
}

header .fixed_menu a:nth-of-type(2) {
	background: #000;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding:2px 3vw 0;
	line-height: 1.35;
}

header .fixed_menu a:nth-of-type(2) img {
	width:95%;
	max-width:190px;
	margin:0 auto;
}

header .fixed_menu a:nth-of-type(2) span {
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	display: block;
	color:#FFF;
	padding-left:0.6em;
	font-size: 2.8vw;
}

nav {
	position: fixed;
	top:0;
	right:-280px;
	width:280px;
	padding:20px;
	box-sizing: border-box;
	background:#FFF;
	transition-duration: .3s;
	height:100vh;
	overflow-y:scroll;
	z-index: 99;
}

nav.active {
	right:0;
}

nav > div {
	padding-bottom:50px;
}

nav > div > a:nth-of-type(1) {
	background: #066;
	font-family: "M PLUS 1p", "メイリオ", "Meiryo", sans-serif;
	font-size:16px;
	width:100%;
	padding:1.4em 0;
	text-decoration: none;
	color:#FFF;
	line-height: 1.1;
	text-align: center;
	box-sizing: border-box;
	margin:1.5em 0;
}

nav > div > a:nth-of-type(2) {
	text-align: center;
	color:#000;
	line-height: 1.6;
}

nav > div > a:nth-of-type(2):hover {
	text-decoration: none;
}

nav > div > a:nth-of-type(2) > img {
	width:90%;
}

nav > div > a:nth-of-type(2) span {
	display: block;
	padding-left:0.8em;
	font-size:13px;
}

nav ul li a {
	display: block;
	color:#000;
	font-family: "M PLUS 1p", "メイリオ", "Meiryo", sans-serif;
	font-size:12px;
	padding:0.8em 0;
	border-bottom:dotted 1px #ccc;
	line-height:1.4;
}

nav ul li a:hover {
	text-decoration: none;
	cursor: pointer;
}

nav ul li:last-child a,
nav ul li:last-child p {
	border-bottom:none;
}

nav ul li a span {
	display: block;
	font-size:1.4em;
	font-family: "Marcellus", sans-serif;
}

a#menu_trigger {
	position: absolute;
	top:20px;
	right:14px;
	padding:5px;
	width:44px;
	height:44px;
	box-sizing: border-box;
	z-index: 99;
	background:#FFF;
}

a#menu_close {
	position: fixed;
	top:18px;
	left:18px;
	width:34px;
	height:34px;
	z-index: 98;
	display: none;
}

.bg_pink {
	background: #966;
	color:#FFF;
}

.bg_beige {
	background: #EBE8E8;
}

main section {
	clear: both;
}

main section h2 {
	color:#966;
	line-height: 1.2;
	text-align: center;
	font-family: "Sawarabi Mincho", serif;
	letter-spacing: 0.07em;
	font-size: 3.6vw;
	padding:2em 0 1em;
	display: block;
}

main section h2 span {
	font-family: "Bodoni Moda", serif;
	font-weight: 500;
	display: inline-block;
	font-size:8vw;
	position: relative;
	letter-spacing: 0.03em;
}

main section h2 span:before,
main section h2 span:after {
	content:'';
	position: absolute;
	top:50%;
	width:1.4em;
	border-top:solid 1px #966;
}

main section h2 span:before {
	left:-1.7em;
}

main section h2 span:after {
	right:-1.7em;
}

main section h3 {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size:4.6vw;
	letter-spacing: 0.1em;
	padding-left:0.1em;
	color:#330;
}

main section h3 span {
	display: inline-block;
}

.title_area {
	position: relative;
	color:#FFF;
	width:100vw;
	height:45.5vw;
}

.title_area > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
	text-align: center;
}

.title_area > div p {
	font-family: "M PLUS 1p", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 0.2em;
	font-weight:700;
	line-height: 1.2;
	font-size: 4vw;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.title_area > div h1 {
	font-family: "M PLUS 1p", "メイリオ", "Meiryo", sans-serif;
	font-weight:400;
	line-height: 1.3;
	font-size: 4vw;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.title_area > div h1 span {
	font-family: "Marcellus", sans-serif;
	display: block;
	font-size:2.6em;
	letter-spacing: 0.03em;
}

.breadcrumb {
	width:90%;
	max-width: 1080px;
	display: block;
	margin:0 auto;
	padding:1em 0;
	font-size:12px;
}

.breadcrumb li {
	display: inline;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}

.breadcrumb li + li {
	margin-left:0.5em;
	padding-left:1.9em;
	position: relative;
}

.breadcrumb li + li:before {
	content:'';
	position: absolute;
	top:50%;
	left:0;
	width:0.6em;
	height:0.6em;
	border-top:solid 1px #444;
	border-right:solid 1px #444;
	transform: rotate(45deg);
	margin-top:-0.35em;
}

.breadcrumb li a {
	color:#000;
}

a.to_pagetop {
	display: none;
}

.overlay {
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 97;
	display: none;
}

a.link_btn {
	font-family: "M PLUS 1p", "メイリオ", "Meiryo", sans-serif;
	background: #966;
	color:#FFF;
	display: inline-block;
	padding:0.7em 2.5em 0.7em 1.5em;
	position: relative;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: 400;
}

a.link_btn:before {
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:solid 1px #FFF;
	border-right:solid 1px #FFF;
	transform: rotate(45deg);
	position: absolute;
	top:50%;
	right:1.5em;
	margin-top:-5px;
}

a.link_btn:hover {
	text-decoration: none;
}

a.link_btn span {
	display: inline-block;
}

.bg_pink a.link_btn {
	background: #FFF;
	color: #330;
}

.bg_pink a.link_btn:before {
	border-top:solid 1px #330;
	border-right:solid 1px #330;
}

.footer_top {
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: url('../images/common/footer_bg_top.jpg') repeat-y;
	background-size: 100%;
	padding:3em 0;
	color:#FFF;
	text-align: center;
}

.footer_top h4 {
	text-align: center;
	font-size:1.4em;
}

.footer_top h4 + p {
	font-size: 1.1em;
	padding: 1em 0 2em;
    text-align: justify;
    display: inline-block;
}

.footer_top ul li {
	width:100%;
	max-width:310px;
	text-align: left;
	margin:0 auto;
}

.footer_top ul li {
	margin-bottom:3em;
}

.footer_top ul li p {
	font-size: 12px;
	line-height: 1.4;
	text-align: justify;
	clear:left;
}

.footer_top ul li p.f_area {
	font-family: "Sawarabi Mincho", serif;
	background: #FFF;
	color:#330;
	text-align: center;
	display: block;
	font-size:1.2em;
	padding:0.5em;
	line-height: 1.0;
}

.footer_top ul li h5 {
	padding:1em 0 0.5em;
	float:left;
}

.footer_top ul li img {
	float:right;
	width:37%;
	margin:1em 0 1em 5%;
}

.footer_top ul li a {
	font-family: "M PLUS 1p", "メイリオ", "Meiryo", sans-serif;
	font-size:13px;
	font-weight:500;
	color:#FFF;
	line-height: 1.25;
	background: #966;
	padding:0.7em 3em 0.7em 1em;
	outline:solid 1px #FFF;
	outline-offset:-5px;
	position: relative;
	display: block;
	clear: both;
    margin:1em auto 0;
    width:13em;
}

.footer_top ul li a:before {
	content:"";
	display: block;
	width:12px;
	height:12px;
	border-right:solid 2px #FFF;
	border-top:solid 2px #FFF;
	transform: rotate(45deg);
	position: absolute;
	top:50%;
	right:14px;
	margin-top:-7px;
}

.footer_top ul li:nth-of-type(4) a {
	background: #066;
}

.footer_top > .container > a {
	background: #066;
    font-family: "M PLUS 1p", "メイリオ", "Meiryo", sans-serif;
    text-decoration: none;
    color: #FFF;
    line-height: 1.4;
    padding:0.5em 1em;
    display: block;
    text-align: center;
    font-size: 3.8vw;
    margin:0 auto;
}

.footer_top > .container > a span {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.15em;
	text-align: center;
	display: block;
	width:4.5em;
	padding-left:0.15em;
	margin:0 auto;
	position: relative;
	z-index: 0;
}

.footer_top > .container > a span:before {
	content:"";
	display: block;
	position: absolute;
	top:50%;
	left: -165%;
    width: 430%;
	border-top:solid 1px #FFF;
	z-index: -1;
}

.footer_top > .container > a span:after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: #066;
    z-index: -1;
}

.footer_top ul li a:hover {
	text-decoration: none;
}

.footer_bottom {
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: url('../images/common/footer_bg_bottom.jpg') top center repeat-y;
	background-size: cover;
	padding:3em 0;
	color:#000;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.footer_bottom:before {
	content: "";
    position: absolute;
    top: -100%;
    left: -1%;
    width: 102%;
    height: 300%;
    background: radial-gradient(transparent 50%, rgba(0,0,0,0.2) 100%);
    z-index: 0;
}

.footer_bottom .container {
	position: relative;
	z-index: 1;
}

.footer_bottom .container > a {
	width:60%;
	max-width:230px;
	display: block;
	margin:0 auto;
}

.footer_bottom .container > a + p {
	margin:1em auto 2em;
	line-height: 1.4;
	font-size: 13px;
}

.footer_bottom .container > a + p span {
	display: inline-block;
}

.footer_bottom address {
	font-size: 13px;
}

.footer_bottom address + p {
	font-size: 12px;
}

.footer_bottom address + p img {
	width:auto;
	height:0.9em;
	display: inline-block;
    vertical-align: top;
    margin-top: 0.3em;
}

footer small {
	background: #330;
	display: block;
	font-size: 11px;
	color:#FFF;
	text-align: center;
	padding:1em 1em calc(50px + 1em);
	font-family: Arial, Helvetica, sans-serif;
}



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

header > div:nth-of-type(1) {
	padding-top:20px;
}

header h1 {
	font-size:11px;
	line-height: 20px;
}

footer small {
	padding:1em 1em calc(14vw + 1em);
}

}


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

header .fixed_menu a:nth-of-type(1) {
	font-size: 15px;
}

header .fixed_menu a:nth-of-type(2) {
	line-height: 1.5;
}

header .fixed_menu a:nth-of-type(2) span {
	font-size: 12px;
	padding-left:0.8em;
}

.footer_top ul li {
	max-width: 466px;
	display: grid;
    grid-template-columns: 49% 1fr;
    grid-template-rows: 14% 16% 48% 1fr;
    gap: 0 4%;
}

.footer_top ul li p.f_area {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	padding:0.6em 0;
}

.footer_top ul li h5 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	padding:0.7em 0 0.3em;
	font-size:1.1em;
}

.footer_top ul li picture {
	grid-column: 2 / 3;
	grid-row: 1 / 5;
}

.footer_top ul li picture img {
	width:100%;
	float:none;
	margin:0;
}

.footer_top ul li picture + p {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
	line-height: 1.3;
}

.footer_top ul li a {
	grid-column: 1 / 2;
	grid-row: 4 / 5;
	font-size: 2.5vw;
    padding-right: 2em;
	width:100%;
	box-sizing: border-box;
	margin:0;
}

footer small {
	font-size: 12px;
	padding:1em 1em calc(60px + 1em);
}

}


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

main section h2 {
	font-size: 16px;
}

main section h2 span {
	font-size:2.8em;
}

main section h3 {
	font-size: 25px;
}

.title_area > div p {
	font-size: 22px;
	line-height: 48px;
}

.title_area > div h1 {
	font-size: 21px;
	line-height: 54px;
}

.title_area > div h1 span {
	font-size: 2.8em;
}

a.link_btn {
	font-size: 18px;
}

.footer_top > .container > a {
	font-size: 21px;
	width:20em;
}

.footer_top ul li {
	gap: 0 18px;
}

.footer_top ul li picture + p {
	line-height: 1.45;
}

.footer_top ul li a {
	font-size:13px;
}

}


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

header .fixed_menu a:nth-of-type(2) {
	padding:10px 0 8px;
}

main section h2 {
	font-size: 19px;
	padding:1em 0;
}

main section h2 span {
	font-weight: 400;
}

main section h2 span:before,
main section h2 span:after {
	border-top:solid 2px #966;
}

main section h3 {
	font-size: 30px;
}

.title_area > div p {
	font-size: 24px;
	line-height: 60px;
	text-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.title_area > div h1 {
	font-size: 23px;
	line-height: 70px;
	text-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.title_area > div h1 span {
	font-size: 3em;
}

a.link_btn {
	font-size: 21px;
}

a.link_btn:before {
	width:9px;
	height:9px;
	border-top:solid 2px #FFF;
	border-right:solid 2px #FFF;
	margin-top:-6px;
}

.bg_pink a.link_btn:before {
	border-top:solid 2px #330;
	border-right:solid 2px #330;
}

.footer_top h4 + p {
	padding:0.5em 0 1.5em;
}

.footer_top ul li {
	grid-template-rows: 13% 16% 49% 1fr;
}

.footer_top ul li p.f_area {
	font-size: 16px;
    padding: 0.5em;
}

.footer_top ul li picture + p {
	line-height: 1.4;
}

.footer_top ul li h5 {
	font-size: 15px;
	padding:0.7em 0 0 0;
}

.footer_top > .container > a {
	font-size: 25px;
}

.footer_bottom .container > a + p {
	font-size: 15px;
	margin:10px auto 2em;
}

}

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

.footer_top ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap:0 28px;
}

.footer_top ul li {
	margin-bottom: 2em;
	width: calc((100% - 28px)/2);
}

.footer_top ul li p.f_area {
	font-size: 15px;
}

.footer_top ul li picture + p {
	font-size: 11px;
}

.footer_top ul li a {
	font-size: 12px;
}

}


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

.pc {
	display: block;
}

.sp {
	display: none;
}

a {
	transition-duration: .2s;
}

a:hover,
nav ul li a:hover {
	opacity: 0.6;
}

.header_wrap {
	position: fixed;
	z-index: 3;
}

header > div:nth-of-type(1) {
	padding-top:1px;
}

header > div:nth-of-type(1) a {
	width:232px;
	padding:19px 0;
	height:60px;
	overflow: hidden;
	position: absolute;
	top:0;
	left:19px;
}

header h1 {
	position: relative;
	line-height:44px;
	font-size: 12px;
	padding:0 19px;
	margin-top:59px;
}

header .fixed_menu {
	position: absolute;
	top:0;
	right:0;
	bottom:auto;
	box-shadow: none;
	width:456px;
}

header .fixed_menu a:nth-of-type(1) {
	font-size:20px;
	width:auto;
	padding:19px 34px;
	box-sizing: border-box;
	height:60px;
	float: right;
	overflow: hidden;
}

header .fixed_menu a:nth-of-type(1) i {
	width:2.1em;
	margin: -5px 0.7em 0 0;
	vertical-align: middle;
}

header .fixed_menu a:nth-of-type(1) span {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.15em;
}

header .fixed_menu a:nth-of-type(1) span.pc {
	display: inline;
}

header .fixed_menu a:nth-of-type(2) {
	background: none;
	display: block;
	padding:14px 26px;
	box-sizing: border-box;
	float: right;
	height:44px;
}

header .fixed_menu a:nth-of-type(2) span {
    font-size: 13px;
    padding-left:24px;
    display: inline-block;
    vertical-align: top;
}

header .fixed_menu a:nth-of-type(2) img {
	width:172px;
}

nav {
	position:relative;
	height:auto;
	right:0;
	width:100vw;
	padding:0;
	transition-duration:0s;
	background: rgba(255,255,255,0.8);
}

nav > div {
	padding-bottom:0;
}

nav ul {
	display: flex;
	justify-content: space-between;
	max-width:960px;
	margin:0 auto;
}

nav ul li {
	width:100%;
}

nav ul li a {
	color:#330;
	border-bottom:none;
	text-align: center;
	font-size: 12px;
	padding:4px 0;
	height:48px;
	box-sizing: border-box;
	transition-duration: .2s;
}

nav ul li.active a {
	border-bottom:solid 3px #330;
}

nav ul li a span {
	font-size:1.4em;
}

main {
	margin-top:104px;
}

main section {
	margin-top:-152px;
	padding-top:152px;
}

a.link_btn {
	font-size: 23px;
}

a.to_pagetop {
	display: block;
	opacity: 0;
	position: fixed;
	bottom:30px;
	right:20px;
	width:60px;
	height:60px;
	background: rgba(0,0,0,0.7);
	border-radius: 100%;
	transition-duration: .5s;
}

a.to_pagetop.active {
	opacity: 1;
}

a.to_pagetop span {
	width:16px;
	height:16px;
	border-top:solid 2px #FFF;
	border-left:solid 2px #FFF;
	transform: rotate(45deg);
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-9px;
	margin-top:-4px;
}

.footer_top h4 {
	font-size: 23px;
}

.footer_top h4 + p {
	font-size: 18px;
}

.footer_top ul li {
	grid-template-rows: 14% 16% 48% 1fr;
}

.footer_top ul li p.f_area {
	font-size: 16px;
}

.footer_top ul li picture + p {
	font-size: 12px;
}

.footer_top ul li a {
	font-size: 13px;
}

footer small {
	padding:1em;
}

}


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

header .fixed_menu {
	top:0;
	right:calc(50% - (1080px / 2));
}

}


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

header > div:nth-of-type(1) a {
	left:calc(50% - (1080px / 2));
}

header h1 span {
	display: block;
	margin:0 auto;
    width: 1080px;
    box-sizing: border-box;
}

.footer_top ul li p.f_area {
	font-size: 17px;
}

.footer_top ul li picture + p {
	line-height: 1.45;
}

}


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

a.to_pagetop {
	left:calc(50vw + 560px);
}

}


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

.title_area {
	height:660px;
	background-size: cover;
}

}

