@media only screen and (max-width: 750px) {

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;
}

a:hover {
	color: #EC6D74;
}

#top {
	position: relative;
}

#md-site {
    overflow: hidden;
}

.container-inner {
	width: auto;
}
	
	.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{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:65px;
	z-index:3000;
    transition-duration: 0.3s;
}

#header.mdnav {
	position:fixed;
	background-color: rgba(255,255,255,0.9);
}

#header .container-inner {
	padding:10px 110px 10px 18px;
}
    
.h-logo{
    display: flex;
    align-items: center;
	min-height: 45px;
    margin-bottom: 0;
}
.h-logo .inner{
	display: inline-block;
    color: #603813;
    font-size: min( 5.3vw, 125% ); /* 20px */
    font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", '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{
	display:none;
}



/* 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: 50%;
	margin-top: -46px;
	padding-top: 46px;
	background-image: url("../images/common/f-bg01_sp.png");
	background-position: right bottom -2px;
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: absolute;
	top: 0;
}
#footer:before{
	left: 0;
}
#footer:after{
	right: 0;
	transform: scale(-1, 1);
}

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

#footer a{
	color: #603813;
}

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

#footer .f-name{
	display:block;
	margin-bottom: 17px;
	text-align: center;
}
#footer .f-name a{
    font-size: 6.93vw; /* 26px */
    font-size: min( 6.93vw, 162.5% ); /* 26px */
    font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", 'Noto Sans JP', sans-serif;
	font-weight:bold;
	line-height: 1.2;
	text-decoration:none;
}
#footer .f-name .subtext{
	display: inline-block;
	margin-top: 0.5em;
    font-size: 76.923%; /* 20px */
	line-height: 1.65;
}
#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: block;
	margin-bottom: 5px;
}
	#footer .f-btn{
		margin-bottom: 20px;
	}
	#footer .fbtn-list{
		display: flex;
		flex-direction: column;
		align-items: center;
		/* margin-bottom: 0; */
	}
	#footer .fbtn-list > li{
		text-align: center;
		min-width: 320px;
	}
	#footer .fbtn-list > li:not(:last-child){
		margin-bottom: 10px;
	}
	#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, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", '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;
	}
#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 */

#nav{
    display: none;
}

#sp-menu {
	position: fixed;
	top: 12px;
	right: 12px;
	z-index: 9999;
	margin-bottom:0;
}

#sp-menu a {
}

#sp-menu .menu {
	float: right;
	width: 70px;
	height: 55px;
}

#sp-menu .menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ec6d74;
	text-decoration: none;
	position:relative;
}
#sp-menu.show .menu a:not(.close){
    background-color: rgba(255,255,255,0.85);
}

	#sp-menu .menu a .icon{
		display: block;
		position: absolute;
		top:10px;
		right:0;
		left:0;
		margin:auto;
		width: 60px;
		height: 16px;
	}
	#sp-menu .menu a .icon:before,
	#sp-menu .menu a .icon:after{
		display: block;
		content: "";
		position: absolute;
		height: 3px;
		background-color: #ec6d74;
		border-radius: 3px;
		transition: .3s;
	}
	#sp-menu .menu a .icon:before{
		width: 60px;
		top: 0;
		left: 0;
	}
	#sp-menu .menu a .icon:after{
		width: 35px;
		right: 0;
		bottom: 0;
	}
	#sp-menu .menu a.close .icon:before,
	#sp-menu .menu a.close .icon:after{
		width: 62px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	#sp-menu .menu a.close .icon:before{
		transform: rotate(-12deg);
	}
	#sp-menu .menu a.close .icon:after{
		transform: rotate(12deg);
	}
	#sp-menu .menu a .text{
        display: block;
        color: #603813;
		font-size: 81.25%; /* 13px */
    font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", 'Noto Sans JP', sans-serif;
        font-weight: bold;
        line-height: 1.2;
        position: absolute;
        bottom: 7px;
        right: 5px;
	}



#md-nav {
	position:fixed;
	top:65px;
	right:0;
	bottom:0;
	left:0;
	overflow:auto;
	margin:auto;
	z-index: 9000;
	display:none;
	background-color: rgba(255,255,255,0.9);
}

.nav-list{
    margin-bottom: 0;
	padding: 20px;
	position: relative;
}
	.nav-list:last-child{
		margin-bottom: 60px;
	}
.nav-list > li{
	margin-bottom: 15px;
	position: relative;
}

.nav-list li > a{
    display: block;
	color: #603813;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", 'Noto Sans JP', sans-serif;
    line-height: 1.5;
	text-decoration:none;
    position: relative;
}
.nav-list li > a:before{
    content: "";
    display: inline-block;
    position: absolute;
    transition-duration: 0.3s;
}
.nav-list > li > a{
	display: block;
	padding: 5px 70px 7px 0;
    font-size: 125%; /* 20px */
	font-weight: 700;
}
	.nav-list > li > a:hover,
	.nav-list > li.on > a{
		color: #ec6d74;
	}
    .nav-list .pagelist > li{
        margin-bottom: 7px;
        line-height: 1.5;
    }
.nav-list .pagelist > li > a{
	display: inline-block;
    padding-left: 36px;
    font-size: 112.5%; /* 18px */
    font-weight: bold;
}
.nav-list .pagelist > li > a:not(:last-child){
    margin-bottom: 1px;
}
.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 .pagelist > li > a:hover:before,
.nav-list .pagelist > li.on > a:before{
    height: 2px;
}
.nav-list > li .subbox{
	display: none;
}
    .nav-list .sublist > li{
        margin-bottom: 2px;
		line-height: 1.5;
    }
.nav-list .sublist > li > a{
	display: inline-block;
    padding-left: 16px;
}
.nav-list .sublist > li > a:before{
    width: 8px;
    height: 8px;
    background-color: #603813;
    top: 9px;
    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 .subbox .sublist{
	display: block;
    margin-bottom: 0;
}
.nav-list .pagelist .sublist{
    margin-bottom: 10px;
    padding-left: 36px;
}
    
	.nav-list > li > .switch{
		display: block;
		width: 60px;
		height: 60px;
		padding: 0 10px;
		position: absolute;
		top: -10px;
		right: -10px;
		margin: auto;
		cursor: pointer;
		z-index: 2;
	}
	.nav-list > li > .switch:before,
	.nav-list > li > .switch:after{
		content: "";
		display: block;
		width: 40px;
		height: 2px;
		background-color: #ec6d74;
		border-radius: 2px;
		transition-duration: 0.3s;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.nav-list > li > .switch:before{
		transform: rotate(-90deg);
	}
	.nav-list > li > .switch:after{
	}
	.nav-list > li.open > .switch:before{
		transform: rotate(0deg);
	}
	.nav-list > li.open > .switch:after{
		opacity: 0;
	}












/* TITLE */

#title {
	margin: 0;
    padding-top: 285px;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0.4) 11%, rgba(241, 156, 166, 0.4) 73%, 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;
	background-size: auto 100%;
	z-index: 1;
}
#title:before{
	margin-top: 60px;
	padding-top: 155px;
	top: 0;
	background-image: url("../images/common/title-bg02_sp.png");
	background-repeat: repeat-x;
}
#title:after{
	padding-top: 82px;
	bottom: 0;
	background-image: url("../images/common/title-illust_sp.png");
	background-repeat: no-repeat;
}
#title .illust{
	display: flex;
	justify-content: space-between;
	column-gap: 142px;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}
#title .illust:before,
#title .illust:after{
	content: "";
	display: block;
	flex: 1;
	width: calc( 50% - 71px );
	padding-top: 33px;
	background-image: url("../images/common/title-bg01_sp.png");
	background-position: right bottom;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
#title .illust:after{
	transform: scale(-1, 1);
}

#title .container-inner {
	padding: 0 0 10px 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	display: flex;
    align-items: center;
	justify-content: center;
}

#title .title-box {
	display: inline-block;
	padding: 15px;
	text-align: center;
}

#title .level01 {
	margin-bottom: 0;
	color:#ec6d74;
	font-size: min( 4.8vw, 112.5% ); /* 18px */
    font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", '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: min( 6.666667vw, 156.25% ); /* 25px */
    font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", 'Noto Sans JP', sans-serif;
	font-weight:bold;
	line-height:1.5;
}


/* CONTENT */

#content .container-inner {
	padding: 15px 30px;
}

#c-wrapper > .container-inner:first-child,
#c-wrapper > .container:first-child > .container-inner:first-child{
	padding-top: 10px;
}
#c-wrapper > .container-inner:last-child,
#c-wrapper > .container:last-child > .container-inner:last-child{
	padding-bottom: 60px;
}

	#breadcrumb{
		margin: 0 -10px 30px;
	}
#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;
}

#c-wrapper {
}

#main {
	margin-bottom:50px;
}

#side {
	padding:10px;
}

#content #side #snav {
	padding:0 10px;
}

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

.section {
	margin-bottom: 50px;
}

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

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

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

.pagetop {
	position:fixed;
	bottom:3px;
	right:3px;
	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:-65px;
	padding-top:65px;
}


/* SNAV */


/* SUBNAV */
	
	
	.subnav-wrapbox{
        margin-bottom: 30px;
	}
	.subnav-box{
		position: relative;
	}
	.subnav-box:not(:last-child){
		margin-bottom: 10px;
	}
	.subnav-box .image{
		margin: 0 auto 10px;
		line-height: 0;
		text-align: center;
	}
	.subnav-box .subnav-list{
		margin-bottom: 0;
		padding: 10px;
	}
	.subnav-box .subnav-list > li:not(:last-child){
		margin-bottom: 15px;
	}
	.subnav-box .subnav-list > li a{
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		padding-right: 10px;
		padding-left: 30px;
	}
	.subnav-box .subnav-list > li.on > a{
		color: #ec6d74;
		background-color: #fce9ea;
	}
	.subnav-wrapbox .inner-list{
		display: flex;
		gap: 2px 40px;
		flex-wrap: wrap;
		margin-bottom: 0;
		padding: 5px 10px;
	}
	.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: 3px;
		height: 100%;
		position: fixed;
		z-index: 9999;
	}
	.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: 3px;
		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;
	}





}
