@charset "UTF-8";


body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}


/* サイト名 */
.site h1 a	{color: #000000;
	text-decoration: none;
	padding-bottom:0px;}

.site h1	{margin: 0;
	font-size: 30px;
	padding-bottom:0px;}

.site img	{border: none;
padding-bottom:0px;
margin-bottom:-13px;}


/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}

/* キャッチコピー */
.catch	{margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.4);
	font-size: 28px;
	color:#2A2929;
	}

/* ヘッダー画像にキャッチコピーを重ねる */
.flexslider	{position: relative}

.catch	{position: absolute;
	bottom: 6%;
	left: 9%}



/* 概要　 #ff6565が真ん中の問題色 */
.gaiyou a	{display: block;
	background-color: #f877aa;
	color: #ffffff;
	text-align: center;
	text-decoration: none}
	
	.gaiyou i.fi-laptop	{display: block;
	background-color: #ffdcea;
	color: #e53d76;
	text-align: center;
	text-decoration: none}


.gaiyou a:hover	{opacity: 0.4;
-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;

}

.gaiyou i	{display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 38px}

.gaiyou .fi-torsos-all-female	{background-color: #ffbbd6}

.gaiyou .fi-laptop	{background-color: #ffdcea}

.gaiyou .fi-mail	{background-color: #ffbbd6}

.gaiyou h1	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: normal}

.gaiyou p	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fbb4c4;
	font-size: 12px;
	color:#2A2929;}


/* お知らせ */
.news	{padding: 20px;
	border: solid 5px #f999c0}

.news h1	{margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #848181}

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

.news li a	{display: block;
	padding: 5px;
	border-bottom: dotted 2px #f999c0;
	color: #7c7979;
	font-size: 14px;
	text-decoration: none}

.news li a:hover	{background-color: #f9b0cd;
-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;

}

.news time	{color: #fbbed6;
	font-weight: bold}

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

.news time	{float: left;
	width: 60px}

.news .text	{float: none;
	width: auto;
	margin-left: 60px}


/* SNSメニュー */
.follow ul	{margin: 0;
	padding: 0;
	list-style: none}

.follow li a	{display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}
	
	.follow li a.follow-fb	{display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #e53d76;
	font-size: 14px;
	text-decoration: none}

.follow li a:hover	{opacity: 0.5;
-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;

}

.follow-tw	{background-color: #ffb4d2}
.follow-fb	{background-color: #ffdcea}
.follow-gp	{background-color: #ffb4d2}

.follow i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}


/* 補足説明　　「最新情報はコチラでも配信しています」 */
.follow-info	{margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fac4da;
	font-size: 14px;
	text-align: center;
	color:#2A2929;
	}

.follow-info {
	position: relative;
	background: #fac4da;
}
.follow-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #fac4da;
	border-width: 15px;
	margin-left: -15px;
}


/* コピーライト */
.copyright p	{margin: 0;
	color: #838181;
	font-size: 14px}


/* BOX5をバーの形にする  最底部のフッターの帯部分 */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	background-color: #faa9c9}


/* ボックスの左右 */
.boxA,.box3, .box4, .box5, .box6
	{padding-left: 15px;
	padding-right: 15px}


/* ボックスの上下 */
.boxA	{padding-top: 0px;
	padding-bottom: 0px;
	}

.box4	{padding-top: 20px;
	padding-bottom: 20px}

.box4-1	{padding-bottom: 20px}

.box6	{padding-top: 20px}

.box6-1, .box6-2, .box6-3
	{padding-bottom: 10px}


/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* サイト名 */
.site img	{width: 225px;
	height: auto}

}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px}

/* キャッチコピー */
.catch	{padding: 5px 10px;
	font-size: 12px}

}



/* ########### 767px以下 ########### */
@media (max-width: 767px) {

/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #FAA2BA;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #ffd0e3}

#menubtn:focus	{outline: none}

#menubtn i	{color: #FAA2BA;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

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

.menu li a	{display: block;
	padding: 5px;
	color: #faa9c9;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #ffdcea;
                 color:#Ff0066;
				/* -webkit-transition: 0.3s ease-in-out;*/
	/*-moz-transition: 0.3s ease-in-out;*/
	/*-o-transition: 0.3s ease-in-out;*/
	/*transition: 0.3s ease-in-out;*/

}

}


/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding:0px 0;
	list-style: none}

.menu li a	{display: block;
	padding: 8px 15px;
	color: #595757;
	font-size: 14px;
	text-decoration: none;
	
	}
.menu li:last-child{
	border-right:dotted #EFB9CC 1px;
}

.menu li a:hover{background-color: #ffdcea;
                 color:#Ff0066;
				 /*-webkit-transition: 0.3s ease-in-out;*/
	/*-moz-transition: 0.3s ease-in-out;*/
	/*-o-transition: 0.3s ease-in-out;*/
	/*transition: 0.3s ease-in-out;*/

}

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

.menu li	{float: left;
	width: auto;
	padding:0px 0px;
	border-left:dotted #faa9c9 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	margin-top:35px;
	}

/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: auto}

.box2	{float: right;
	width: auto}

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 70%;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 30%}


/* BOX6-1、BOX6-2、BOX6-3を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-2	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-3	{float: left;
	width: 32%}

}


/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.box3, .box4, .boxA-inner, .box5-inner, .box6
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}

/* BOX Aの下に罫線を挿入　　ヘッダー上部のピンク色の細い帯部分 */
.boxA	{margin-bottom: 0px;
	border-bottom: solid 30px #faa9c9;
	padding-bottom:0px;
	}
	
	

}

