@media print, all and (min-width: 751px) {

body {
	font-size: 100%; /* 16pt */
	color: #603813;
	background: #ffffff;
	line-height: 2.0;
	word-break:break-word;
}

a,
span,
img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a, a:link, a:visited {
	color: #EC6D74;
	text-decoration:none;
}

a:hover {
	color: #EC6D74;
	text-decoration:underline;
}

.container {
	width: 100%;
    min-width: 1160px;
}

.container-inner {
	width: 960px;
	margin: 0 auto;
}

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}
	
	.fade-in {
		opacity : 0.0;
		-webkit-transform : translate(0, 50px);
		-moz-transform : translate(0, 50px);
		-o-transform : translate(0, 50px);
		-ms-transform : translate(0, 50px);
		transform : translate(0, 50px);
		-webkit-transition : all 500ms;
		-moz-transition : all 500ms;
		-o-transition : all 500ms;
		-ms-transition : all 500ms;
		transition : all 500ms;
	}
	.scroll-in {
		opacity : 1;
		-webkit-transform : translate(0, 0);
		-moz-transform : translate(0, 0);
		-o-transform : translate(0, 0);
		-ms-transform : translate(0, 0);
		transform : translate(0, 0);
	}

	



/* HEADER */

#header {
    height: 139px;
	margin:0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1000;
}

#header .container-inner {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    width: 100%;
    min-width: 1160px;
    max-width: 1280px;
    padding: 0;
}

#header .primary{
    padding: 30px 0 20px 30px;
}
.h-logo{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.h-logo .inner{
	display: inline-block;
    color: #603813;
    font-size: 30px;
    font-family: YuGothic, "���S�V�b�N��", "Yu Gothic Medium", "���S�V�b�N Medium", "Yu Gothic", "���S�V�b�N", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}
.h-logo a{
    color: #603813;
    text-decoration: none;
}
.h-logo a:hover{
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#header .secondary{
    flex: 1;
}
#header .h-nav{
    display: flex;
    justify-content: center;
    padding: 0 30px;
}
    

/* FIXEDMODE - HEADER */
#header.fixedmode{
    background: linear-gradient(0deg,rgba(254, 237, 178, 0) 0%, rgba(254, 237, 178, 1.0) 50%, rgba(254, 237, 178, 1.0) 100%);
    position: fixed;
}
#header.fixedmode .primary{
    display: none;
}
	




/* NAV */

.nav-list{
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	width: 100%;
	max-width: 818px;
    margin-bottom: 0;
	position: relative;
}
.nav-list > li{
	display:inline-block;
	vertical-align: top;
	min-height: 70px;
	position: relative;
}
.nav-list > li.sp_only{
    display: none;
}

.nav-list li > a{
	display: block;
	color: #603813;
    font-family: YuGothic, "���S�V�b�N��", "Yu Gothic Medium", "���S�V�b�N Medium", "Yu Gothic", "���S�V�b�N", 'Noto Sans JP', sans-serif;
    line-height: 1.5;
	text-decoration:none;
    position: relative;
    box-sizing: border-box;
}
.nav-list li > a:before{
    content: "";
    display: inline-block;
    position: absolute;
    transition-duration: 0.3s;
}
.nav-list > li > a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    width: 100%;
	height: 70px;
	font-weight: 700;
	text-align:center;
    transition-property: color;
    box-sizing: border-box;
}
.nav-list > li > a:hover,
.nav-list > li.on > a,
.nav-list > li.open_pc > a{
    color: #EC6D74;
}
.nav-list > li > a{
    font-size: 20px;
}
.nav-list > li > a:before{
    width: 4px;
    height: 0;
    background-color: #EC6D74;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.nav-list > li > a:hover:before,
.nav-list > li.on > a:before,
.nav-list > li.open_pc > a:before{
    height: 30px;
}
    .nav-list .pagelist > li{
        width: 100%;
        margin-bottom: 8px;
    }
.nav-list .pagelist > li > a{
    padding-left: 36px;
    font-size: 18px;
    font-weight: 700;
}
.nav-list .pagelist > li > a:not(:last-child){
    margin-bottom: 3px;
}
.nav-list .pagelist > li > a:before{
    width: 25px;
    height: 2px;
    background-color: #EC6D74;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.nav-list .pagelist > li > a:hover,
.nav-list .pagelist > li.on > a{
    color: #EC6D74;
}
    .nav-list .sublist > li{
        margin-bottom: 3px;
    }
.nav-list .sublist > li > a{
    padding-left: 16px;
    font-size: 16px;
}
.nav-list .sublist > li > a:before{
    width: 8px;
    height: 8px;
    background-color: #603813;
    top: 8px;
    left: 4px;
    border-radius: 50%;
}
.nav-list .sublist > li.on > a,
.nav-list .sublist > li > a:hover{
    font-weight: 700;
}
.nav-list .sublist > li.on > a:before,
.nav-list .sublist > li > a:hover:before{
    background-color: #EC6D74;
}
.nav-list > li .subbox{
	display: none;
    min-width: 310px;
    max-height: 375px;
	padding: 15px 30px 10px 0;
    background-color: rgba(255,255,255,0.9);
	white-space: nowrap;
	position: absolute;
	top: 80px;
    left: 0;
	box-sizing: border-box;
}
.nav-list > li.parent.open_pc > a:after{
    content: "";
    width: 100%;
    height: 10px;
	position: absolute;
	bottom: -10px;
    left: 0;
}
.nav-list > li:nth-last-child(-n+2) .subbox{
    right: -45px;
    left: auto;
}
.nav-list .subbox > .sublist{
    padding-left: 16px;
}
.nav-list .subbox .pagelist{
	/*
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	*/
    column-gap: 50px;
	column-count: 2;
	column-fill: auto;
    max-height: 345px;
}
.nav-list > li:nth-last-child(-n+2) .pagelist{
    align-items: flex-end;
}
.nav-list .subbox .sublist{
	display: block;
    margin-bottom: 0;
}
.nav-list .pagelist .sublist{
    padding-left: 36px;
}



/* FOOTER */

#footer {
	color: #603813;
	background: linear-gradient(90deg,rgba(233, 83, 119, 1) 0%, rgba(241, 156, 166, 1) 50%, rgba(253, 210, 62, 1) 100%);
	position: relative;
}
#footer:before,
#footer:after{
	content: "";
	display: block;
	width: calc( 50% - 144px );
	height: 49px;
	background-image: url("../images/common/title-bg01.png");
	background-position: right bottom -2px;
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: absolute;
	top: -49px;
}
#footer:before{
	left: 0;
}
#footer:after{
	right: 0;
	transform: scale(-1, 1);
}

#footer .container-inner {
	padding: 40px 0;
}

#footer a{
	color: #603813;
}

#footer .f-sign{
    margin-bottom: 15px;
}

#footer .f-name{
	display:block;
	margin-bottom: 10px;
	text-align: center;
}
#footer .f-name a{
    font-size: 162.5%; /* 26px */
    font-family: YuGothic, "���S�V�b�N��", "Yu Gothic Medium", "���S�V�b�N Medium", "Yu Gothic", "���S�V�b�N", 'Noto Sans JP', sans-serif;
	font-weight:bold;
	line-height: 1.2;
	text-decoration:none;
}
#footer .f-name .subtext{
    font-size: 76.923%; /* 20px */
}
#footer .f-name a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#footer .f-address{
	margin-bottom: 5px;
    line-height: 1.5;
	text-align: center;
}
#footer .f-address .f-place,
#footer .f-address .f-tel,
#footer .f-address .f-mail{
    display: inline-block;
    vertical-align: middle;
}
#footer .f-address .f-place,
#footer .f-address .f-tel{
    margin-right: 1em;
}
	#footer .fbtn-list{
		display: flex;
		justify-content: center;
        flex-wrap: wrap;
		gap: 2px;
		margin-bottom: 2px;
	}
	#footer .fbtn-list > li a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-width: 220px;
		height: 100%;
		padding: 10px 15px;
		color: #603813;
        font-family: YuGothic, "���S�V�b�N��", "Yu Gothic Medium", "���S�V�b�N Medium", "Yu Gothic", "���S�V�b�N", 'Noto Sans JP', sans-serif;
		font-weight:bold;
		line-height: 1.2;
		text-decoration: none;
		text-align: center;
		background-color: #ffffff;
		box-sizing: border-box;
		font-size: 87.25%;
	}
#footer .fbtn-list a:hover{
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#footer .copyright {
	margin: 0;
	padding:10px 0;
	font-size: 87.5%;
	line-height: 1.5;
	text-align:center;
}



/* NAVIGATION */

#toggle {
	display: none;
}

.fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: -40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 9999;
}



/* TITLE */

#title{
	margin: 0;
    width: auto;
	height: 416px;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0.4) 0%, rgba(241, 156, 166, 0.4) 66%, rgba(253, 210, 62, 0.4) 100%);
	position: relative;
}
#title:before,
#title:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	background-position: center center;
	z-index: 1;
}
#title:before{
	height: 226px;
	top: 102px;
	background-image: url("../images/common/title-bg02.png");
	background-size: auto 100%;
	background-repeat: repeat-x;
}
#title:after{
	height: 160px;
	bottom: 0;
	background-image: url("../images/common/title-illust.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
}
#title .illust{
	display: flex;
	justify-content: space-between;
	column-gap: 288px;
	width: 100%;
	height: 51px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}
#title .illust:before,
#title .illust:after{
	content: "";
	display: block;
	flex: 1;
	height: 100%;
	background-image: url("../images/common/title-bg01.png");
	background-position: right bottom;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
#title .illust:after{
	transform: scale(-1, 1);
}

#title .container-inner {
	padding-bottom: 16px;
	height: 416px;
	display: -webkit-flex;
	display: flex;
    align-items: center;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
}

#title .title-box {
	display: inline-block;
	padding: 15px 0;
}

#title .level01 {
	margin-bottom: 0;
	color:#ec6d74;
	font-size: 150%; /* 24px */
    font-family: YuGothic, "���S�V�b�N��", "Yu Gothic Medium", "���S�V�b�N Medium", "Yu Gothic", "���S�V�b�N", 'Noto Sans JP', sans-serif;
	font-weight:bold;
	line-height:1.5;
}
#title .level01 strong {
	font-weight: bold;
}

#title .title {
	margin-bottom:0;
	color:#ec6d74;
	font-size: 212.5%; /* 34px */
    font-family: YuGothic, "���S�V�b�N��", "Yu Gothic Medium", "���S�V�b�N Medium", "Yu Gothic", "���S�V�b�N", 'Noto Sans JP', sans-serif;
	font-weight:bold;
	line-height:1.5;
}


/* CONTENT */

#content a{
    text-decoration:underline;
}
	
#c-wrapper > .container-inner:first-child,
#c-wrapper > .container:first-child > .container-inner:first-child{
	padding-top: 25px;
}
#c-wrapper > .container-inner:last-child,
#c-wrapper > .container:last-child > .container-inner:last-child{
	padding-bottom: 100px;
}

	#breadcrumb{
		margin-bottom: 50px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size: 87.5%;
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#ec6d74;
	font-weight:bold;
}

#main{
	float: left;
	width: 710px;
}

#side{
	float: right;
	width: 200px;
}

.section-l {
	margin-bottom: 80px;
}

.section {
	margin-bottom: 50px;
}

.section-s {
	margin-bottom: 30px;
}

.section-ss {
	margin-bottom: 15px;
}

.pagetop {
	position:fixed;
	bottom:4px;
	right:4px;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 50px;
	height: 50px;
	line-height:0;
	text-decoration:none;
	background-color: #27b7bc;
	position: relative;
}

.pagetop a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
.pagetop a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inlink{
	margin-top:-70px;
	padding-top:70px;
}


/* SNAV */


/* SUBNAV */
	
	
    .subnav-wrapbox{
        margin-bottom: 70px;
    }
	.subnav-box{
		display: flex;
		align-items: flex-start;
		position: relative;
	}
	.subnav-box:not(:last-child){
		margin-bottom: 8px;
	}
	.subnav-box .image{
		margin: 0 25px 0 0;
		line-height: 0;
	}
	.subnav-box .subnav-list{
		flex: 1;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
		align-self: center;
		margin-bottom: 0;
	}
	.subnav-box .subnav-list > li a{
		display: block;
		padding-right: 10px;
		padding-left: 30px;
		font-size: 100%;
	}
	.subnav-box .subnav-list > li.on > a{
		color: #ec6d74;
		background-color: #fce9ea;
	}
	.subnav-wrapbox .inner-list{
		display: flex;
		gap: 3px 48px;
		flex-wrap: wrap;
		margin-bottom: 0;
		padding: 10px 10px 0;
	}
	.subnav-wrapbox .inner-list > li a{
		display: inline-block;
		padding-left: 12px;
		color: #603813;
		text-decoration: none !important;
		position: relative;
		transition-duration: 0s;
	}
	.subnav-wrapbox .inner-list > li a:before{
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		background-color: #603813;
		position: absolute;
		top: 12px;
		left: 0;
		border-radius: 50%;
		transition-duration: 0.3s;
	}
	.subnav-wrapbox .inner-list > li.on a,
	.subnav-wrapbox .inner-list > li a:hover{
		font-weight: bold;
	}
	.subnav-wrapbox .inner-list > li.on a:before,
	.subnav-wrapbox .inner-list > li a:hover:before{
		background-color: #ec6d74;
	}
	
	
	.ln_wrapper:before,
	.ln_wrapper:after{
		content: "";
		display: block;
		width: 4px;
		height: 100%;
		position: fixed;
		z-index: 9000;
	}
	.ln_wrapper:before{
		background-color: #A9D06B;
		bottom: 0;
		left: 0;
	}
	.ln_wrapper:after{
		background-color: #e95377;
		top: 0;
		right: 0;
	}
	.ln_wrapper .ln_inner:before,
	.ln_wrapper .ln_inner:after{
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background: linear-gradient(90deg,rgba(169, 208, 107, 1) 0%, rgba(253, 210, 62, 1) 25%, rgba(241, 156, 166, 1) 50%, rgba(233, 83, 119, 1) 100%);
		position: fixed;
		z-index: 9000;
	}
	.ln_wrapper .ln_inner:before{
		top: 0;
		left: 0;
	}
	.ln_wrapper .ln_inner:after{
		right: 0;
		bottom: 0;
	}


}