@charset "UTF-8";
/*----------------------------------------------------
	☆Uniq Common Rules
	
bgColor #FFFFF3
theme color #FFFFF3
sub color #FFFFF3
color #333
title color #7A99B2
link color #448EE3

masking layer color #fcfff0;

transition:.2s;
	
	
----------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	/*font-family: 游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN W3, ヒラギノ明朝 Pro W3, HiraMinProN-W3, HG明朝E, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ヒラギノ明朝 Pro W6, ＭＳ Ｐ明朝, MS PMincho, MS 明朝, serif;*/
	color: #333;
	line-height: 100%;
	min-width: 320px;
}
/*.gosi {
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}*/
.en {
	/*font-family: 'Poppins', "Times New Roman", Times, sans-serif;*/
	font-family: 'Josefin Sans', "Times New Roman", Times, sans-serif;
}
a {
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}
a:link {
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
#contents p {
	line-height: 1.7;
}
ul, ol {
	list-style-type: none;
}
ul li, ol li, dl {
	line-height: 1.7;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.7;
}
::selection {
	background-color: #888;
	color: #FFFFF3; /* Safari */
}
::-moz-selection {
background-color: #888;
color: #FFFFF3; /* Firefox */
}
h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	font-size: 100%;
}
/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* for IE 6/7 only */
}
/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
br.clear_all {
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie {
	display: block!important;
	content: " ";
}
}
div.clear_noie {
	clear: both;
	line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/


#topcontrol {
	z-index: 100;
}
#topcontrol a {
	background: url(../cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	font-size: 0;
	display: block;
	height: 60px;
	width: 60px;
	background-size: 50px 50px;
	opacity: 0.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#topcontrol a:hover {
	background-size: 60px 60px;
	opacity: 1;
}
/*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/

#contents {
	max-width: 1260px;
	margin: 0 auto;
	padding-bottom: 100px;
	padding-top: 30px;
}
figure {
	line-height: 0;
}
img {
	max-width: 100%;
}
.spEle {
	display: none;
}
.inrBox {
	max-width: 1220px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}
.shadow {
	box-shadow: 0 4px 6px -3px rgba(0, 0, 0, 0.3);
	position: relative;
}
.shadow:before {
	box-shadow: 0 15px 10px #a2a2a2;
	left: 5px;
	transform: rotate(-5deg);
}
.shadow:before, .shadow:after {
	bottom: 15px;
	content: "";
	height: 10px;
	position: absolute;
	width: 30%;
	z-index: -1;
}
.shadow:after {
	box-shadow: 0 15px 10px #a2a2a2;
	right: 5px;
	transform: rotate(5deg);
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/


header .header-inr-box {
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px 10px;
	border-bottom: 3px solid #ddd;
}
header .header-ul01 {
	float: left;
	width: 80%;
}
header .header-ul01 > li {
	float: left;
	margin-right: 5%;
	position: relative;
}
header .header-ul01 > li:last-child {
	margin-right: 0;
}
header .header-ul01 > li > a {
	display: block;
	padding: 0.3em 0.3em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}
header .header-ul01 > li > a.current {
	color: #FF0004;
}

header .header-ul01 > li.li02 > a.current{color:#ffcd00;}
header .header-ul01 > li.li03 > a.current{color:#007fff;}
header .header-ul01 > li.li04 > a.current{color:#ff65a7;}
header .header-ul01 > li.li05 > a.current{color:#ff0000;}
header .header-ul01 > li.li06 > a.current{color:#ff7f00;}
header .header-ul01 > li.li07 > a.current{color:#a95f97;}
header .header-ul01 > li.li08 > a.current{color:#00b653;}



header .header-ul01 > li.li02 > a:hover{color:#ffcd00;}
header .header-ul01 > li.li03 > a:hover{color:#007fff;}
header .header-ul01 > li.li04 > a:hover{color:#ff65a7;}
header .header-ul01 > li.li05 > a:hover{color:#ff0000;}
header .header-ul01 > li.li06 > a:hover{color:#ff7f00;}
header .header-ul01 > li.li07 > a:hover{color:#a95f97;}
header .header-ul01 > li.li08 > a:hover{color:#00b653;}




header .header-ul01 > li .header-ul01-sub {
	position: absolute;
	left: -10px;
	width: 130px;
	padding-top: 10px;
}
header .header-ul01 > li .header-ul01-sub a {
	text-decoration: none;
	display: block;
	background-color: rgba(0,0,0,0.40);
	border-bottom: 1px solid #FFFFFF;
	box-sizing: border-box;
	padding: 0.4em 0 0.4em 1em;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

header .header-ul01 > li.li04 .header-ul01-sub a {
	background-color:rgba(255,101,167,0.70);
	}

header .header-ul01 > li.li05 .header-ul01-sub a {
	background-color:rgba(255,0,0,0.70);
	}	


header .header-ul01 > li .header-ul01-sub a:hover {
	background-color: #fff;
	color: #fff;
}


header .header-ul01 > li.li04 .header-ul01-sub a:hover {
	background-color:rgba(255,101,167,1.00);
	}

header .header-ul01 > li.li05 .header-ul01-sub a:hover {
	background-color:rgba(255,0,0,1.00);
	}	


header .header-ul02 {
	float: right;
	width: 20%;
}
header .header-ul02 li {
	float: right;
	margin-left: 15%;
}
header .header-ul02 li:last-child {
	margin-left: 0;
}
header .header-ul02 li a {
	display: block;
	padding: 0.3em 0.3em 0.3em 1em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	position: relative;
}
header .header-ul02 li a:before {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid red;
	border-bottom: 6px solid transparent;
	left: 0;
	top: 50%;
	margin-top: -6px;
	content: "";
}

.sp-header-mark {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.sp-header-mark a {
	display: block;
	text-decoration: none;
	color: #5d1063;
}
.sp-header-mark span {
	display: block;
	font-size: 12px;
}
/*-- スマホメニュー --*/


.drawer-hamburger::before {
	background-color: rgba(255,255,255,0.50);
	content: "";
	height: 46px;
	left: 4px;
	position: absolute;
	top: 12px;
	width: 46px;
}
.drawer-hamburger::after {
	bottom: 2px;
	color: #000;
	content: "メニュー";
	font-size: 9px;
	font-weight: bold;
	left: 0;
	letter-spacing: -0.02em;
	position: absolute;
	text-align: center;
	width: 100%;
}
#drawer-menu-btn {
	display: none !important;
}
.menu-zone .menu-ul01 > li > a {
	display: block;
	box-sizing: border-box;
	padding: 0.8em 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #a95f97;
	border-bottom: 1px solid #fff;
}


/*.menu-zone .menu-ul01 > li:nth-child(1) > a{background-color:#5d1063;}

.menu-zone .menu-ul01 > li:nth-child(3) > a{background-color:#ffcd00;}
.menu-zone .menu-ul01 > li:nth-child(4) > a{background-color:#007fff;}
.menu-zone .menu-ul01 > li:nth-child(5) > a{background-color:#ff65a7;}
.menu-zone .menu-ul01 > li:nth-child(6) > a{background-color:#ff0000;}
.menu-zone .menu-ul01 > li:nth-child(7) > a{background-color:#ff7f00;}
.menu-zone .menu-ul01 > li:nth-child(8) > a{background-color:#a95f97;}
.menu-zone .menu-ul01 > li:nth-child(2) > a{background-color:#00b653;}
*/


.menu-zone .menu-ul01-sub a {
	display: block;
	box-sizing: border-box;
	padding: 0.8em 10px 0.8em 30px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background-color: #a95f97;
	border-bottom: 1px solid #fff;
}


/*.menu-zone .menu-ul01 > li:nth-child(5) .menu-ul01-sub a{
	background-color:#ff65a7 !important;
	}
.menu-zone .menu-ul01 > li:nth-child(6) .menu-ul01-sub a{
	background-color:#ff0000 !important;
	}	*/
	


.menu-zone .menu-ul02 a {
	display: block;
	box-sizing: border-box;
	padding: 0.8em 10px 0.8em 30px;
	text-decoration: none;
	position: relative;
	color: #000000;
	font-size: 15px;
}
.menu-zone .menu-ul02 a:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid red;
	border-bottom: 6px solid transparent;
}
/*-- FOOTER --*/

footer {
	text-align: center;
	padding: 20px;
}
footer .copy-right {
	font-size: 12px;
	color: #000;
}
/*-- 各ボタン --*/



/*-- 各UL --*/

.clm03-ul {
	margin: 0 auto;
}
.clm03-ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.clm03-ul li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width:1200px) {
header .header-ul01 li {
	margin-right: 4%;
}
}

@media screen and (max-width:960px) {
/*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/

	
#contents {
	padding-top: 40px;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/


/*-- FOOTER --*/


/*-- 各ボタン --*/




}

@media screen and (max-width:760px) {
/*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/



.spEle {
	display: block;
}
br.spEle {
	display: inline-block;
}
.pcEle {
	display: none;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/


/*-- スマホメニュー --*/
#drawer-menu-btn {
	display: block !important;
}
/*-- FOOTER --*/


/*-- 各ボタン --*/

/*-- 各UL --*/


	/*-- 各UL --*/

.clm03-ul {
	margin: 0 auto;
}
.clm03-ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.clm03-ul li:nth-child(3n) {
	margin-right: 2%;
}
.clm03-ul li:nth-child(2n) {
	margin-right: 0;
}
}
