@charset "utf-8";


/*	Reset【normalize.css】必要な箇所だけ書く
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li { margin: 0; padding: 0; }
ul, ol { list-style: none; }



/*	Common
------------------------------------------------------------ */
body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, arial, sans-serif;
	line-height: 1.5;
	font-size: 14px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	border-top: 10px solid #ff004e;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

table {
	width:100%;
}

/*　その他　*/
.img-center{
	text-align: center;
}

.img-right{
	padding: 5px 0 5px 10px;
	float: right;
}

.img-left{
	padding: 5px 10px 5px 0;
	float: left;
}

.text_right{
	text-align: right;
}

.clear-right{
	clear: right;
}

.clear-left{
	clear: left;
}

.clear{
	clear: both;
}

.small{
	font-size: 70%;
}

a:hover img.opac{
	filter : alpha(opacity = 70);
	-moz-opacity : 0.70;
	opacity : 0.70;
}

.opac a:hover img{
	filter : alpha(opacity = 70);
	-moz-opacity : 0.70;
	opacity : 0.70;
}

div.dotline{
	margin: 15px 5px;
	padding-bottom: 15px;
	border-top: 1px dotted #999;
}

div.line{
	margin: 15px 5px;
	padding-bottom: 15px;
	border-top: 1px solid #999;
}

.index_title{
	max-width: 480px;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/* ---------- link ---------- */
a{
	text-decoration: none;
}

.btn-index a, .btn-sublink a{
	display: block;
	text-decoration: none;
	color: #fff;
}


/*	button
------------------------------------------------------------ */
.btn-main a {
	box-sizing: border-box;
	margin: 2rem auto 0;
	width: 40%;
	border: 1px solid #aaa;
	padding: 1rem;
	font-size: 22px;
	font-family: 'Josefin Slab', serif;
	font-weight: normal;

	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.btn-main a:hover {
	background-color: #333;
	color: #fff;
}



/* Breakpoint
/* ===================================================================

	SP	～740px
	PC	741px～

=================================================================== */



/*	lower visual
------------------------------------------------------------ */

#main{
	position: relative;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* --- SP ---------- */
@media screen and (max-width: 740px) {

	#main{
		background: url(../img_sp/slide/main03.jpg) center top no-repeat;
	}

	#main.knowledge-bkcover{
		background: url(../img_sp/slide/main05.jpg) center top no-repeat;
	}

	.pc_contents{
		display: none;
	}
	p{
		font-size: 90%;
	}

	div#side-btn{
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 999;
		display: flex;
		display: -webit-flex;
	}
}

/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#main{
		background: url(../img/slide/main04.jpg) center top no-repeat;
	}

	#main.knowledge-bkcover{
		background: url(../img/slide/main05.jpg) center top no-repeat;
	}

	.sp_contents{
		display: none;
	}

	div#side-btn{
		width: 50px;
		position: fixed;
		top: 200px;
		right: 0;
		z-index: 9998;
	}
}



#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}




/* --- SP ---------- */
@media screen and (max-width: 740px) {

	body{
		border-top: 0;
	}

	#header {
		width: 100%;
	}

	#header::after {
		content: "";
		clear: both;
		display: block;
	}

	div.main_logo{
		position: fixed;
		width: 100%;
		height: 50px;
		background-color: rgba(255,141,176,0.9);
		top: 0;
		z-index: 100;
	}

	div.title_logo{
		max-width: 200px;
		position: fixed;
		top: -0.5rem;
		left: .5rem;
		z-index: 450 !important;
		margin-top: 10px;
	}

	div.title_logo .logo-left{
		width: 50%;
		float: left;
	}

	div.title_logo .logo-right{
		width: 49%;
		float: left;
	}

	#header h1 {
		margin: .3rem 0 0 1rem;
	}

	#menu-icon {
		border-radius: 0 0 0 10px; /*左下角丸*/
		color: #fff; /*アイコン（フォント）色*/
		cursor: pointer;
		display: block;
		font-size: 50px; /*アイコン（フォント）サイズ*/
		height: 50px; /*アイコン縦高さ*/
		line-height: 0; /*縦位置中央化*/
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 50px; /*アイコン横幅*/
		transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
		z-index: 1000;
	}

	#ham-menu {
		color: #fff;
		box-sizing: border-box;
		height: 100%;
		padding: 0;
		position: fixed;
		right: -300px;
		top: 0;
		transition: transform 0.3s linear 0s;
		width: 300px;
		z-index: 1000;
	}

	#menu-cb {
		display: none; /*チェックボックス本体は消しておく*/
	}

	#menu-cb ~ #menu-icon img:last-child {
		display:none;
	}
	#menu-cb:checked ~ #menu-icon img:first-child {
		display:none;
	}
	#menu-cb:checked ~ #menu-icon img:last-child {
		display:block;
	}

	#menu-cb:checked ~ #ham-menu,
	#menu-cb:checked ~ #menu-icon {
		transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
	}

	#menu-cb:checked ~ #ham-menu {
		overflow-y:auto;
	}
	#menu-cb:checked ~ #menu-background {
		opacity: 0.5;
		z-index: 999;
		position:fixed;
	}

	div.header_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	div#header.on .header_menu ul {
		visibility: visible;
		opacity: 1;
		z-index: 100;
		height: 100%;
		width: 100%;
		overflow-y: scroll;
		display: block;
		position: fixed;
		animation: keyframe-fade-in 0.2s linear 0s;
	}

	div.header_menu ul li{
		margin: 0;
	}

	div.header_menu ul li a{
		display: block;
		width: 100%;
		padding: 13px 10px;
		color: #fff;
		font-size: 110%;
		box-sizing: border-box;
	}

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

	div.header_menu ul li.main{
		background: rgba(235, 125, 150, 1.0); /*メニュー背景色*/
	}

	div.header_menu ul li ul.sub li{
		border-bottom: 1px dotted #fff;
		background: rgba(255, 141, 176, 0.9); /*メニュー背景色*/
	}

	div.header_menu ul li ul.sub li:first-child{
		border-top: 1px dotted #fff;
	}

	div.header_menu ul li ul.sub li:last-child{
		border-bottom: 0;
	}

	#ham-menu .pc-gnavi-fb {
		position: fixed;
		top: .5rem;
		right: 6.5rem;
	}

	#ham-menu .pc-gnavi-insta {
		position: fixed;
		top: .5rem;
		right: 3.5rem;
	}
}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#header {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 300;
		background: #ff8db0;
		height: 50px;
	}

	#header::after {
		content: "";
		clear: both;
		display: block;
	}

	div.title_logo{
		max-width: 280px;
		width: 22%;
		position: fixed;
		top: 0;
		left: 1rem;
		z-index: 500;
		margin-top: 10px;
	}

	div.title_logo .logo-left{
		float: left;
		width: 50%;
	}

	div.title_logo .logo-right{
		float: right;
		width: 49%;
	}

	#header{
		border-top: 8px solid #ff004e;
		height: 60px;
	}

	div.header_menu{
		width: 100%;
		line-height: 100%;
		position: relative;
	}

	div.header_menu #ham-menu{
		position: absolute;
		right: 135px;
	}

	div.header_menu ul li.main{
		display: inline-block;
		position: relative;

		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
	}

	div.header_menu ul li.main::before{
		content: "";
		position: absolute;
		z-index: -1;
		left: 50%;
		right: 50%;
		bottom: 0;
		background: #f0004a;
		height: 3px;
		-webkit-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}


	div.header_menu ul li.main:hover::before, div.header_menu ul li.main:focus::before, div.header_menu ul li.main:active::before{
		left: 0;
		right: 0;
	}

	div.header_menu ul li.main.sp_contents{
		display: none;
	}

	.header_menu{
		*zoom: 1;
	}

	.header_menu li.main a{
		display: inline-block;
		line-height: 1;
		color: #fff;
		height: 25px;
		vertical-align: middle;
		padding: 20px 15px 15px 15px;
	}

	.header_menu li.main ul{
		list-style: none;
		position: absolute;
		width: 200px;
		top: 100%;
		left: 0;
		right: 0;
		margin: auto;
		display: inline-block;
		padding: 0;
	}

	.header_menu li.main ul li{
		overflow: hidden;
		height: 0;
		color: #fff;
		-moz-transition: .2s;
		-webkit-transition: .2s;
		-o-transition: .2s;
		-ms-transition: .2s;
		transition: .2s;
	}

	.header_menu li.main ul li a{
		text-align:left;
		padding: 5%;
		color: #fff;
		display:block;
	}

	.header_menu li.main:hover ul li{
		overflow: visible;
		height: 38px;
		border-top: 1px dotted #eee;
		border-bottom: 1px dotted #eee;
		background: rgba(255, 141, 176, 0.9);
	}

	.header_menu li.main:hover ul li:first-child{
		border-top: 0;
	}

	.header_menu li.main:hover ul li:last-child{
		border-bottom: 0;
	}

	.header_menu li:nth-child(4).main ul, .header_menu li:nth-child(5).main ul{
		left: auto;
	}

	#ham-menu .pc-gnavi-fb {
		position: fixed;
		top: 1.2rem;
		right: 5rem;
	}

	#ham-menu .pc-gnavi-insta {
		position: fixed;
		top: 1.2rem;
		right: 1.2rem;
	}
}



/*	title
------------------------------------------------------------ */

/* --- SP ---------- */
@media screen and (max-width: 740px) {

	#title-wrap {
		position: relative;
		top: 160px;
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 450px;
		text-align: center;
	}

	#title-wrap h2 {
		margin: 0 1.5rem;
		padding: 2rem;
		text-shadow: #000 1px 0 12px;
		/*
		background: rgba(0, 0, 0, .1);
		*/
		font-family: "TsukuMinPr6-D";
		line-height: 1.2;
		color: #fff;
		font-size: 25px;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#title-wrap {
		position: relative;
		top: 260px;
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 600px;
		text-align: center;
	}

	#title-wrap h2 {
		padding: 2.1rem;
		text-shadow: #000 1px 0 12px;
		/*
		background: rgba(0, 0, 0, .1);
		*/
		font-family: "TsukuMinPr6-D";
		line-height: 1.2;
		color: #fff;
		font-size: 40px;
	}

	.s-navi {
		*zoom: 1;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.2);
		z-index: 100;
	}

	.s-navi::after {
		content: "";
		clear: both;
		display: block;
	}

	.s-navi li {
		position: relative;
		width: 25%;
		float: left;
		text-align: center;
	}

	.s-navi li a {
		display: block;
		padding: 1.2rem 0;
	}

	.s-navi li ul {
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 0;
	}

	.s-navi li ul li {
		width: 100%;
	}

	.s-navi li ul li:last-child {
		border-bottom: 1px solid #eee;
	}

	.s-navi li ul li a {
		padding: 0.8rem 1.2rem;
		border-top: 1px solid #eee;
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
		background: #fff;
	}

	.s-navi li:hover > a {
		background: #EFF9F5;
	}

	.s-navi li a:hover {
		background: #eff9f5;
	}

	.s-navi li ul {
	  visibility: hidden;
	  opacity: 0;
	  transition: 0s;
	}

	.s-navi li:hover ul {
	  visibility: visible;
	  opacity: 1;
	  width: 100%;
	}

	.s-navi li ul li a {
	  visibility: hidden;
	  opacity: 0;
	  transition: .5s;
	}

	.s-navi li:hover ul li a {
	  visibility: visible;
	  opacity: 1;
	}

	.s-navi li .ti-angle-right {
		display: none;
	}

}



/*	contents [bg:#fff;]
------------------------------------------------------------ */
#contents-bg-wrap {
	/* chrome, firefox, safari, ie10+ */
	background: url(../img/panel_bg.png) repeat, linear-gradient(#FAE1DA, #FAE1DA, #FBFCEB);

	/* ie8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0EC', endColorstr='#FFF9EC', GradientType=0)";
}


/* --- SP ---------- */
@media screen and (max-width: 740px) {

	#contents-bg-wrap {
		margin: 0 auto;
		padding: 1.7rem .8rem;
	}

	#contents-bg-wrap .contents-bg-box {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 2rem .5rem;
		background: #fff;
		text-align: center;
	}

	#contents-bg-wrap .contents-bg-box h3 {
		font-size: 30px;
	}

	#contents-bg-wrap .contents-bg-box + div {
		margin-top: 1.5rem;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#contents-bg-wrap {
		margin: -16rem auto;
		padding: 13rem 0 6rem;
		width: 1200px;
	}

	#contents-bg-wrap .contents-bg-box {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 5rem 1rem;
		max-width: 960px;
		background: #fff;
		text-align: center;
	}

	#contents-bg-wrap .contents-bg-box h3 {
		font-size: 35px;
	}

	#contents-bg-wrap .contents-bg-box + div {
		margin-top: 3rem;
	}

}


/*	contents [bg:#fff;]
------------------------------------------------------------ */
#contents-wrap {
	/* chrome, firefox, safari, ie10+ */
	background: url(../img/panel_bg.jpg) repeat, linear-gradient(#FAE1DA, #FAE1DA, #FBFCEB);

	/* ie8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAE1DA', endColorstr='#FBFCEB', GradientType=0)";
}

#contents-wrap .contents-box h3{
	color: #f896ac;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 95%;
}

#contents-wrap .contents-box h4{
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 90%;
}


/* --- SP ---------- */
@media screen and (max-width: 740px) {

	#contents-wrap {
		margin-top: 200px;
		padding: 1.7rem .8rem;
	}

	#contents-wrap .contents-box {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 2rem .5rem;
		background: #fff;
	}

	#contents-wrap .contents-box + div {
		margin-top: 1.5rem;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#contents-wrap {
		width: 100%;
		margin-top: 400px;
	}

	#contents-wrap .contents-box {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 50px 60px;
		max-width: 960px;
		background: #fff;
	}

	#contents-wrap .contents-box ul{
		margin: 15px 0;
		padding-left: 2em;
	}

	#contents-wrap .contents-box ul li{
		margin: 10px 0;
	}
}



/*	contents [bg:none]
------------------------------------------------------------ */

/* --- SP ---------- */
@media screen and (max-width: 740px) {

	.contents {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 2rem .6rem;
		max-width: 100%;
		text-align: center;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

	.contents {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 2.5rem 0;
		max-width: 1200px;
		text-align: center;
	}

}



/*	site map
------------------------------------------------------------ */
#sitemap-wrap {
	background: #ff8db0;
	color: #fff;
}

#sitemap-wrap a{
	color: #fff;
}

#sitemap-wrap .contents::before {
	display: none;
}

#sitemap-wrap .contents dl dt {
	font-size: 16px;
}

#sitemap-wrap .contents {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	 flex-wrap:  wrap;
}

#sitemap-wrap .contents dl{
	width: 24%;
	margin-right: .5%;
}
/* --- SP ---------- */
@media screen and (max-width: 740px) {


	#sitemap-wrap {
		display: none;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#sitemap-wrap .contents::after {
		content: "";
		clear: both;
		display: block;
	}

	#sitemap-wrap .contents dl {
		margin-bottom: 2rem;
	}

	#sitemap-wrap .contents a {
		display: inline-block;
		margin-bottom: .2rem;
		color: #fff;
	}

	#sitemap-wrap .contents a:hover {
		text-decoration: underline;
	}

}


/*	banner
------------------------------------------------------------ */
.contents .bnr-box{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	 flex-wrap:  wrap;
}

.contents .bnr-box::after {
	content: "";
	clear: both;
	display: block;
}

.contents .bnr-box li {
	margin: 0 0 10px .5rem;
}


/* --- SP ---------- */
@media screen and (max-width: 740px) {

	.contents .bnr-box li {
		width: 46.5%;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

	.contents .bnr-box li {
		width: 24%;
	}
}


/*	link
------------------------------------------------------------ */
.contents .panel-box a:hover,
.contents .bnr-box a img:hover,
#sitemap-wrap a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;

	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}



/*	link-wrap
------------------------------------------------------------ */
#link-wrap {
	background: url(../img/bg_stripe.png) center top repeat;
}

#link-wrap h2 {
	font-family: 'Josefin Slab', serif;
	font-weight: normal;
}

/* --- SP ---------- */
@media screen and (max-width: 740px) {

	#link-wrap h2 {
		margin: .4rem 0;
		font-size: 30px;
	}

}

/* --- PC ---------- */
@media screen and (min-width: 741px) {

	#link-wrap h2 {
		margin: 1rem 0;
		font-size: 50px;
	}

}



/*	footer
------------------------------------------------------------ */
#footer {
	position: relative;
	border: 1px solid #ddd;
	padding: 2rem 0 3rem;
	font-size: 12px;
	text-align: center;
	background: #fff;
}

#footer::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 0px;
}

#footer p{
	max-width: 249px;
	width: 50%;
	margin: 0 auto;
}

#footer p + p {
	margin-top: 1rem;
}

/* --- SP ---------- */
@media screen and (max-width: 740px) {

}


/* --- PC ---------- */
@media screen and (min-width: 741px) {

}

/**
 *	背景画像のリサイズ用
 */
.background-size-cover {
	background-size: cover !important;
}

/* --- SPマップ ---------- */
@media screen and (max-width: 740px) {
	#map_canvas0 {
		width: 100%;
		height: 300px;
	}
	#map_canvas1 {
		width: 100%;
		height: 300px;
	}
	#map_canvas2 {
		width: 100%;
		height: 300px;
	}
}

/* --- PCマップ ---------- */
@media screen and (min-width: 741px) {
	#map_canvas0 {
		width: 100%;
		height: 650px;
	}
	#map_canvas1 {
		width: 100%;
		height: 320px;
	}
	#map_canvas2 {
		width: 100%;
		height: 320px;
	}
}

/*	btn
------------------------------------------------------------ */
/* --- SP ---------- */
@media screen and (max-width: 740px) {
	.sp_btn_box{
		width:100%;
		position:fixed;
		display:block;
		z-index:500;
		bottom:0px;
		display:table;
	}
	.form_btn_pamph{
		width:50%;
		display:table-cell;
	}
	.form_btn_yoyaku{
		width:50%;
		display:table-cell;
	}

	.btn01{
		background: #ff8db0;
		border-radius: 8px;
	}

	.btn01 a{
		color: #fff;
		text-align: center;
		display: block;
		padding: 10px;
		box-sizing: border-box;
	}
	.btn01 a,
	.btn02 a,
	.btn03 a{
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	.btn01 a:hover{
		background: #ffc08d;
	}

	.btn02{
		background: #fae58f;
		border-radius: 8px;
	}

	.btn02 a:hover{
		background: #f7b7c6;
	}

	.btn03 a:hover{
		background: #e0994c;
	}

	.btn02 a{
		color: #000;
		text-align: center;
		display: block;
		padding: 10px;
		box-sizing: border-box;
	}

	.btn03{
		background: #896f6f;
		border-radius: 8px;
	}

	.btn03 a{
		color: #fff;
		text-align: center;
		display: block;
		padding: 10px;
		box-sizing: border-box;
	}
}

/* ---PC---------- */
@media screen and (min-width: 741px) {
	.form_btn{
		position:fixed;
		display:block;
		z-index:500;
		width:75px;
	}
	.form_btn_pamph{
		right:-1px;
		bottom:260px;
	}
	.form_btn_yoyaku{
		right:-1px;
		bottom:80px;
	}

	.btn01{
		background: #ff8db0;
		border-radius: 8px;
	}

	.btn01 a{
		color: #fff;
		text-align: center;
		display: block;
		padding: 10px;
		box-sizing: border-box;
	}
	.btn01 a,
	.btn02 a,
	.btn03 a{
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	.btn01 a:hover{
		background: #ffc08d;
	}

	.btn02{
		background: #fae58f;
		border-radius: 8px;
	}

	.btn02 a:hover{
		background: #f7b7c6;
	}

	.btn03 a:hover{
		background: #e0994c;
	}

	.btn02 a{
		color: #000;
		text-align: center;
		display: block;
		padding: 10px;
		box-sizing: border-box;
	}

	.btn03{
		background: #896f6f;
		border-radius: 8px;
	}

	.btn03 a{
		color: #fff;
		text-align: center;
		display: block;
		padding: 10px;
		box-sizing: border-box;
	}
}

/** コレクション（タイプ・色）へのリンクを非表示*/
#colle-s-navi ul li.type,
#colle-s-navi ul li.color {
	display:none;
}
