@charset "utf-8";
#content {
	background: url(../images/bg_top.png) repeat-x center top;
	background-size: contain;
}
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
}
#mainArea .slider {
	text-align: center;
	position: relative;
}
#mainArea .slider img {
	display: block;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}
#mainArea .txt {
	margin-top: 50px;
}
#mainArea .txt h1 {
	font-family: "ソフトゴシック L",Soft Gothic Light !important;
	font-size: 34px;
	font-size: 3.4rem;
	color: #99001F;
	text-align: center;
}
#mainArea .txt p {
	margin-top: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
}
#mainArea .slider .slick-dots {
    bottom: -30px;
}
#mainArea .slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#mainArea .slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 14px;
    outline: 0;
    border-radius: 8px;
    transition-duration: 0.3s;
}
#mainArea .slider .slick-dots li button:before {
    content: none;
}
#mainArea .slider .slick-dots li:nth-child(1) button {
    background: #f5d1c3;
}
#mainArea .slider .slick-dots li:nth-child(2) button {
    background: #a9b7ba;
}
#mainArea .slider .slick-dots li:nth-child(3) button {
    background: #c4d7d1;
}

#mainArea .slider  .slick-dots li button:hover,
#mainArea .slider  .slick-dots li.slick-active button {
    border-radius: 0px;
    width: 16px;
    height: 16px;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 40px;
}

#secondaryArea .contBox {
	display: flex;
	flex-wrap: wrap;
}
#secondaryArea #cont01,
#secondaryArea #cont02,
#secondaryArea #cont03,
#secondaryArea #cont04,
#secondaryArea #cont05,
#secondaryArea #cont06 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 50%;
	position: relative;
}
#secondaryArea #cont03,
#secondaryArea #cont04 {
	flex-direction: row-reverse;
}

#secondaryArea #cont01,
#secondaryArea #cont05 {
	background: #E6E2DF;
}
#secondaryArea #cont02,
#secondaryArea #cont06 {
	background: #D3D5CB;
}
#secondaryArea #cont03 {
	background: #E6E2DF;
}
#secondaryArea #cont04 {
	background: #CDC6C5;
}
#secondaryArea .pic {
	width: 66.6%;
	width: calc(200% / 3);
	text-align: center;
}
#secondaryArea .pic img {
}
#secondaryArea .txt{
	width: 33.3%;
	width: calc(100% / 3);
	padding: 30px 20px;
	position: relative;
}
#secondaryArea .txt h1 {
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
#secondaryArea .txt p {
	margin-top: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}
#secondaryArea .txt a {
	background:#F4A4A6;
	text-align: center;
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	font-family: "ソフトゴシック DB",Soft Gothic DemiBold !important;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	padding-top: 25px;
	bottom: 10px;
}
#secondaryArea #cont01 .txt a,
#secondaryArea #cont02 .txt a,
#secondaryArea #cont05 .txt a,
#secondaryArea #cont06 .txt a {
	left: -40px;
}
#secondaryArea #cont03 .txt a,
#secondaryArea #cont04 .txt a {
	right: -40px;
}
#secondaryArea .txt a::after {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-top: 10px;
	margin-left: -9px;
}
#secondaryArea #cont01 .txt a {
	background: #F4A4A6;
}
#secondaryArea #cont02 .txt a,
#secondaryArea #cont06 .txt a {
	background: #83BB89;
}
#secondaryArea #cont03 .txt a {
	background: #9ECFDB;
}
#secondaryArea #cont04 .txt a {
	background: #BAA58C;
}
/*----------------------------------
OTHER CONTENTS
------------------------------------
#otherContents {
	background: #F3F3F3;
	padding: 30px 0;
	text-align: center;
	margin-top: 30px;
}
#otherContents h1 span::before {
	content: "";
	position: absolute;
	top: 1em;
	left: -3px;
	right: -3px;
	border-bottom: 1px solid #fff;
	padding: 0;
}
#otherContents h1 span::after {
	content: "recommend";
	display: block;
	margin-top: 10px;
	font-size: 11px;
	font-size: 1.1rem;
	text-decoration: none;
	font-family: "ソフトゴシック DB",Soft Gothic DemiBold !important;
}
#otherContents .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 30px;
}
#otherContents ul {
	text-align: center;
}
#otherContents .bx-pager {
	display: none;
}
#otherContents .bx-wrapper {
	margin-bottom: 0;
}
#otherContents .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    left: 0;
}
#otherContents ul li {
}
#otherContents .bx-wrapper .bx-prev {
	width: 16px;
	height: 16px;
	border-top: 4px solid #7E7A77;
	border-right: 4px solid #7E7A77;
	-webkit-transform: rotate(45deg);
	transform: rotate(-135deg);
	top: 50%;
	margin-top: -4px;
    left: -20px;
}
#otherContents .bx-wrapper .bx-next {
	width: 16px;
	height: 16px;
	border-top: 4px solid #7E7A77;
	border-right: 4px solid #7E7A77;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -4px;
    right: -20px;
}*/

@media screen and (max-width: 1199px){
}
@media screen and (max-width: 1124px){
}
@media screen and (max-width: 1079px){
}
@media screen and (max-width: 959px){
}
@media screen and (max-width: 934px){
#secondaryArea .contBox {
	flex-direction: column;
}
#secondaryArea #cont01,
#secondaryArea #cont02,
#secondaryArea #cont03,
#secondaryArea #cont04,
#secondaryArea #cont05,
#secondaryArea #cont06 {
	width: 100%;
}
#secondaryArea #cont01,
#secondaryArea #cont03,
#secondaryArea #cont05 {
	flex-direction: row-reverse;
}
#secondaryArea #cont02,
#secondaryArea #cont04,
#secondaryArea #cont06 {
	flex-direction: row;
}
#secondaryArea .pic {
	width: 66.6%;
	width: calc(200% / 3);
	text-align: center;
}
#secondaryArea .pic img {
}
#secondaryArea .txt{
	width: 33.3%;
	width: calc(100% / 3);
	padding: 30px 20px;
	position: relative;
}
#secondaryArea #cont01 .txt a,
#secondaryArea #cont03 .txt a,
#secondaryArea #cont05 .txt a {
	bottom: 10px;
	left: auto;
	right: -40px;
}
#secondaryArea #cont02 .txt a,
#secondaryArea #cont04 .txt a,
#secondaryArea #cont06 .txt a {
	bottom: 10px;
	left: -40px;
	right: auto;
}
}
@media screen and (max-width: 767px){
#mainArea .txt {
	margin-top: 40px;
}
#mainArea .txt h1 {
	font-size: 22px;
	font-size: 2.2rem;
	padding: 0 20px;
}
#mainArea .txt p {
	margin-top: 20px;
	padding: 0 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 20px;
}
#secondaryArea .txt p {
	margin-top: 20px;
}
}
@media screen and (max-width: 540px){
	
#content {
	background: url(../images/bg_top_sp.png) repeat-y center top;
	background-size: contain;
}
	#mainArea .slider .slick-dots {
    bottom: -22px;
}	
#mainArea .slider .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    outline: 0;
    border-radius: 6px;
}
#mainArea .slider  .slick-dots li button:hover,
#mainArea .slider  .slick-dots li.slick-active button {
    border-radius: 0px;
    width: 12px;
    height: 12px;
}
#secondaryArea .contBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}	
#secondaryArea #cont01,
#secondaryArea #cont02,
#secondaryArea #cont03,
#secondaryArea #cont04,
#secondaryArea #cont05,
#secondaryArea #cont06 {
	align-content:flex-start;
	position: relative;
	width: 50%;
}
#secondaryArea .pic {
	width: 100%;
	text-align: center;
}
#secondaryArea .pic img {
	width: 100%;
}
#secondaryArea .txt{
	width: 100%;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
}
#secondaryArea .txt a {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	font-family: "ソフトゴシック DB",Soft Gothic DemiBold !important;
	font-size: 10px;
	font-size: 1.0rem;
	padding-top: 15px;
	bottom: 0px;
}
#secondaryArea #cont01 .txt a,
#secondaryArea #cont02 .txt a,
#secondaryArea #cont03 .txt a,
#secondaryArea #cont04 .txt a,
#secondaryArea #cont05 .txt a,
#secondaryArea #cont06 .txt a {
	top: -66px;
	left: auto;
	right: 10px;
	bottom: 0px;
}
#secondaryArea .txt a::after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-top: 5px;
	margin-left: -6px;
}

}
@media screen and (max-width: 484px){
}