@charset "utf-8";
/* CSS Document */

#main {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	word-break: normal;
	width: 100%;
	height: 100%;
	_display: inline;
	_zoom: 1;
	-webkit-text-size-adjust: none;
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
}

.pc {
	display:block;
}
.sp {
	display:none;
}

.content {
    width: 1024px;
	margin:1em auto 0;
	padding:1em 0;
}
h2 {
	margin:0 auto;
	padding:0;
	text-align:center;
}
h2 img {
    max-width: 100%;
	height:auto;
}

.index_area {
	margin:6em 0 0;
	padding:0;
}
.index_area h3 {
	margin:0 auto;
	padding:0;
	text-align:center;
	background:url(../img/index_ttl_img.png) repeat-x center;
}
.index_area h3 span {
	display: inline-block;
	position: relative;
	height: 40px;/*リボンの高さ*/
	line-height: 40px;/*リボンの高さ*/
	text-align: center;
	padding: 0 90px;/*横の大きさ*/
	font-size: 18px;/*文字の大きさ*/
	background: #d1454b;/*塗りつぶし色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
}
.index_area h3 span:before, .index_area h3 span:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.index_area h3 span:before {
	top: 0;
	left: 0;
	border-width: 20px 0px 20px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
.index_area h3 span:after {
	top: 0;
	right: 0;
	border-width: 20px 15px 20px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}

.index_area ul {
	margin:1em 0 0;
	padding:0 2em;
	list-style:none;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_area ul li {
	margin:1em 0 0;
	padding:0;
	width:48%;
}
.index_area ul li a {
	display:block;
    background: #FFF;
    position: relative;
    margin: 0 auto;
    padding: 13px 25px;
    color: #99854c;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	font-size:1em;
	border-radius:5px;
	border:#99854c 2px solid;
}
.index_area ul li a:after {	
	content: '';
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-left: 8px;
	border-top: 2px solid #99854c;
	border-right: 2px solid #99854c;
    position: absolute;
	display:inline-block;
	margin: auto 0;
    right: 1em;
	top:0;
	bottom:0;
    transition: 0.3s ease-in-out;
}

.theme_area {
	margin:6em 0 0;
	padding:0;
}
.theme_area .theme {
	margin:0;
	padding:3em 0;
	text-align:center;
}
#theme_01,
#theme_02,
#theme_03,
#theme_04,
#theme_05 {
	scroll-margin-top: 55px;
}
.theme_area .theme:nth-child(odd) {
	background-color:#f7f4eb;
}
.theme_area .theme:before {
	content: "";
    display: inline-block;
    width: 240px;
    height: 45px;
    background-position: center;
    background-size: 100%;
}
.theme_area .theme:nth-child(odd):before {
    background-image: url(../img/theme_ttl_img_a.png);
}
.theme_area .theme:nth-child(even):before {
    background-image: url(../img/theme_ttl_img_b.png);
}

.theme_area .theme h3 {
	margin:1em 0 0 ;
	padding:0 ;
	font-size:1.4em;
	font-weight:bold;
	color:#99854c;
	line-height:1.5;
}
.theme_area .theme .txt {
	margin:2em 2em 0 ;
	padding:0 ;
}
.theme_area .shohin {
	margin:2em 2em 0;
	padding:0;
	list-style:none;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}
.theme_area .shohin li {
	margin:0 0.5em;
	padding:0;
	width:300px;
}
.theme_area .shohin li .image img {
	max-width:100%;
}
.theme_area .theme .btn {
	margin:2em auto 0;
	padding:0;
}
.theme_area .theme .btn a {
	display:block;
    background: #FFF;
	border:#e84b8b 1px solid;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    width: 450px;
    padding: 12px 25px;
    color: #e84b8b;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	font-size:1em;
}
.theme_area .theme .btn a:hover {
    background: #e84b8b;
    color: #FFF;
}
.theme_area .theme .btn a:after {
    content: '→';
    position: absolute;
	display:inline-block;
	margin: auto 0;
	top:50%;
	transform:translate(-50%,-50%);
    right: 10px;
    transition: 0.3s ease-in-out;
}

.btn_all {
	margin:6em auto 0;
	padding:0;
	text-align:center;
}
.btn_all a {
	display: inline-block;
	width: 60%;
	padding: 12px;
	margin: 0;
	font-size: 1.4em;
	font-weight:bold;
	border-radius: 7px;
	background-color: #E84B8B;
	color: #fff;
}



@media screen and (max-width: 768px) {
.section {
    width: 100%;
	margin:1em auto 0;
	padding:1em 0 7em;
	box-sizing:border-box;
	font-size: 14px;
}
.pc {
	display:none;
}
.sp {
	display:block;
}
.content {
    width: 100%;
	margin:0;
	padding:1em 0;
}
.index_area {
	margin:3em 0 0;
}
.index_area h3 span {
	height: 36px;/*リボンの高さ*/
	line-height: 36px;/*リボンの高さ*/
	padding: 0 50px;/*横の大きさ*/
	font-size: 0.9em;/*文字の大きさ*/
}
.index_area h3 span:before {
	border-width: 18px 0px 18px 15px;
}
.index_area h3 span:after {
	border-width: 18px 15px 18px 0px;
}

.index_area ul {
	padding:0 1em;
	display: block;
}
.index_area ul li {
	width:100%;
	max-width:400px;
	margin:0.6em auto 0;
}
.index_area ul li a {
    padding: 13px 25px 13px 13px;
	font-size:0.8em;
}

.theme_area {
	margin:3em 0 0;
}
#theme_01,
#theme_02,
#theme_03,
#theme_04,
#theme_05 {
	scroll-margin-top: 45px;
}

.theme_area .theme {
	padding:2em 0;
}
.theme_area .theme:before {
    width: 192px;
    height: 36px;
}
.theme_area .theme h3 {
	font-size:1.1em;
}
.theme_area .theme .txt {
	margin:1em 1em 0;
	text-align:left;
	font-size:0.9em;
}
.theme_area .shohin {
	margin:1em 1em 0;
}
.theme_area .shohin li {
	width:45%;
	max-width:200px;
}
.theme_area .theme .btn {
	margin:1em auto 0;
}
.theme_area .theme .btn a {
    width: 80%;
	max-width:400px;
    padding: 10px 20px;
	font-size:0.8em;
}

.btn_all {
	margin:3em auto 0;
}
.btn_all a {
	width: 90%;
	padding: 8px;
	font-size: 1em;
}
}
