﻿@media screen and (max-width: 1400px) {
.content11 .img{
	position: absolute;
	right: 0;
	width: 80%;
	top: 5%;
}
}
@media all and (max-width: 1300px) {
.content8 p.txt2{
	position: absolute;
	top: 200px;
	right: 30px;
	background: #fff;
	border-radius: 50%;
	padding: 20px;
	text-align: center;
}

}
@media all and (max-width: 1200px) {
.content2 .img{
	position: absolute;
	right: 0;
	top:130px;
	bottom:0px;
	z-index: 1000;
	width: 50%;
}
.content6 .inner .txt{
	position: absolute;
	top: 50px;
	left: 5%;
	color: #67b5b6;
	font-size: 22px;
	text-shadow: 2px 2px 1px #fff;
}
.content6-2 .inner .txt {
    color: #f093a1;
	}
.content11 .img{
	position: absolute;
	right: 0;
	width: 80%;
	top: 10%;
}
.content14 .bg .txt .box{
	position: absolute;
	right: 10%;
	top: 30px;
	text-align: center;
}
.content14 .bg2 .txt .box{
	position: absolute;
	left: 10%;
	top: 30px;
	text-align: center;
}
.content14 .bg .txt .box .txt2{
	font-size: 30px;
}
.content14 .bg2 .txt .box .txt2{
	font-size: 30px;
}

}
@media all and (max-width: 1100px) {
.content11 .img{
	position: absolute;
	right: 0;
	width: 80%;
	top: 15%;
}
}

@media all and (max-width: 1080px) {
.content3 ul li{
	width: 600px;
	float: none;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	min-height: auto;
	margin-bottom: 20px;
}

}

@media all and (max-width: 1000px) {
.content11 .img{
	position: absolute;
	right: 0;
	width: 80%;
	top: 18%;
}
.content19 .cont .left{
	/* width: 60%; */
	float: left;
}
.content19 .img{
	margin-top: 50px;
	float: right;
	width: 35%;
}
}

@media all and (max-width: 960px) {

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6
pre,
form, fieldset,
p, blockquote,
th, td,a,span
{ 
	margin: 0;
	padding: 0;
font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height: 1.8em;
	color: #000;
	font-size: 20px;
}

.pc{
	display:none;
}
.sp{
	display:inherit;
}

.w95{
	width: 95%;
	margin: 0 auto;
}
.w90{
	width: 90%;
	margin: 0 auto;
}
.w80{
	width: 80%;
	margin: 0 auto;
}
.w70{
	width: 70%;
	margin: 0 auto;
}
.w60{
	width: 60%;
	margin: 0 auto;
}
.w50{
	width: 50%;
	margin: 0 auto;
}
.w40{
	width: 40%;
	margin: 0 auto;
}
.w30{
	width: 30%;
	margin: 0 auto;
}
.w20{
	width: 20%;
	margin: 0 auto;
}
.w10{
	width: 10%;
	margin: 0 auto;
}
.mt01{
	margin-top: 30px;
}


h1{
	text-align: center;
	margin: 20px 0;
	padding: 0 50px;
}
.content1{
	background: #fafafa;
	margin-top: 50px;
	padding-bottom: 20px;
}
.content1 .inner{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	background: url("../images/sp/rose1_01.png") no-repeat top left;
	background-size: 50% ;
	overflow: hidden;
}
.content1 .inner p{
	position:static;
	top: 0;
	left: -200px;
	z-index: 100;
}
.content1 .inner .txt{
	position:static;
	top: 80px;
	right: 0px;
	z-index: 1000;
}
.content1 .inner .txt dl{
	margin-left: 50%;
	padding-top: 20px;
}
.content1 .inner .txt dl dt{
	font-size: 26px;
	font-weight: bold;
	color: #a88f7b;
	line-height: 1.1em;
}
.content1 .inner .txt dl dd{
	font-size: 18px;
	margin-top: 20px;
}
.content1 .inner .txt ul{
	overflow: hidden;
	width: 310px;
	margin: 30px 8% 0 0;
	float: right;
}
.content1 .inner .txt ul li{
	margin-bottom: 10px;
	}
.content2{
	max-width: 1250px;
	margin: 10px auto 0;
	position: relative;
	min-height: 200px;
}

.content2 .ttl{
	font-size: 20px;
	font-weight: bold;
	color: #a88f7b;
	text-align: center;
}
.content2 ul{
	position: absolute;
	left: 0;
	top: 50px;
}
.content2 ul li {
	border-radius: 50%;
	color: #fff;
	line-height: 1em;
	text-align: center;
	height: 140px;
	width: 140px;
	position: absolute;
}
.content2 ul li span{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-top: 50px;
	display: block;
}
.content2 ul li.bg1{
	background: #67b5b6;
	left: 20px;
	top: 0;
}
.content2 ul li.bg2{
	background: #f093a1;
	left: 150px;
	top: 0;
}
.content2 .img{
	position: absolute;
	right: 0;
	top:50px;
	bottom:0px;
	z-index: 1000;
	width: 50%;
}
.content3 .ttl{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #a88f7b;
	padding-top: 30px;
	line-height: 1.2em;
}
.content3 .ttl span.big{
	font-size: 30px;
	color: #ea6a7d;
	letter-spacing: 0px;
	line-height: 1.2em;
}
.content3 .ttl span.clr{
	color: #ea6a7d;
	font-size: 20px;
}
.content3 .ttl span.size{
	color: #a88f7b;
	font-size: 20px;
}
.content3 ul{
	overflow: hidden;
	margin-top: 20px;
	padding: 0 20px;
}

.content3 ul li{
	width: 100%;
	float: none;
	background: #fff;
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 5px;
	min-height: auto;
	margin-bottom: 20px;
}
.content3 ul li p{
	font-size: 26px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.content3 ul li p.top{
	font-size: 22px;
	}

.content3 ul li p img{
	width: 15%;
	}

.content3 ul li.content3-1 p span{
	font-size: 36px;
	color: #67b5b6;
	line-height: 1.2em;
}
.content3 ul li.content3-2 p span{
	font-size: 36px;
	color: #f093a1;
	line-height: 1.2em;
}
.content4 h3{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}
.content4 h3 span{
	font-size: 35px;
	color: #fff;
	line-height: 1.2em;
	letter-spacing: 0px;
}
.content4{
	background: #a88f7b;
	padding: 20px 0;
	text-align: center;
}

.content5{
	margin-top: 30px;
}
.content5 .txt{
	text-align: center;
	font-size: 26px;
	color: #a88f7b;
	padding: 0 30px;
}
.content5 .inner{
	max-width: 1100px;
	min-height: 700px;
	margin: 0 auto;
	position: relative;
}
.content5 .inner .img1{
	position: static;
	top: 100px;
	left: 0px;
	z-index: 50;
}
.content5 .inner .img2{
	position: static;
	top: -20px;
	left: 0px;
	z-index: 200;
}

.content5 .inner .cont .btm{
	margin-top: 30px;
	background: #67b5b6;
	border-radius: 5px;
	position: relative;
	width: 400px;
	margin-left: 0px;
}
.content5 .inner .clr2 .btm{
	background: #f093a1;
}
	
	
@media all and (max-width: 800px) {
	
.content5 .inner .clr1{
	position:static;
	top: 0px;
	left: 0px;
	z-index: 100;
	max-width: 400px;
	margin: 30px auto 0;
}
.content5 .inner .clr2{
	position:static;
	top: 0px;
	right: 0px;
	z-index: 100;
	max-width: 400px;
	margin: 30px auto 0;
}
.content5 .inner .cont .btm{
	margin-top: 30px;
	background: #67b5b6;
	border-radius: 5px;
	position: relative;
	max-width: 400px;
	margin-left: 0px;
}
.content5 .inner .clr2 .btm{
	background: #f093a1;
}

}
	
.content6 .ttl{
	background: #67b5b6;
	font-size: 30px;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
.content6 .inner .img{
	position: static;
	top: -70px;
	right: 0;
}
.content6 .inner .txt{
	position: static;
	top: 50px;
	left: 15%;
	color: #67b5b6;
	font-size: 26px;
	text-align: center;
}
.content6 .inner{
	position: relative;
	background: #e1f0f0;
	min-height: auto;
}
.content6 .bg{
	background:url(../images/pc/bg.jpg) no-repeat center top;
	min-height: 100px;
	background-size: 70% 100px;
}
.content6-2 .bg{
	background:url(../images/pc/bg2.jpg) no-repeat center top;
	min-height: 100px;
	background-size: 70% 100px;
}
.content6 .bg p{
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
	padding-top: 10px;
}
.content6 .bg p span{
	font-size: 30px;
	color: #67b5b6;
	line-height: 1em;
}
.content7{
	width: 95%;
	margin: 0 auto 20px;
	background: #fafafa;
	padding: 20px 0;
	overflow: hidden;
}
.content7 .left{
	width: 55%;
	float: left;
	margin-left: 10px;
}
.content7 .img{
	width: 35%;
	float: right;
	margin-right: 10px;
}
.content7 .left img{
	width: 15%;
	margin-bottom: 0 !important;
	}

.content7 .left .ttl{
	font-size: 26px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.content7 .left .ttl span{
	font-size: 32px;
	color: #67b5b6;
	line-height: 1.2em;
}
.content8{
	background: #eeeae4;
	padding: 0px 0 0px;
	margin-top: 30px;
	position: relative;
}
.content8 p.txt1{
	position: absolute;
	top: 10px;
	left: 30%;
	background: #fff;
	border-radius: 50%;
	padding: 20px;
	text-align: center;
	font-size: 22px;
}
.content8 p.txt2{
	position: absolute;
	top: 200px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	padding: 20px;
	text-align: center;
	font-size: 22px;
}
.content6-2 .ttl{
	background: #f093a1;
}
.content6-2 .inner{
	background:#fce9ec;
	min-height: auto;
}
.content6-2 .inner .txt{
	color: #f093a1;
	width: 60%;
	margin:0  auto 0;
	padding: 20px 0 0;
}
.content6-2 .bg p span{
	color: #f093a1;
}
.content7-2 .left .ttl span{
	color: #ea6a7d;
}
.content8-2{
	background: #eeeae4;
	padding: 30px 0 30px;
	margin-top: 30px;
}
.content8-2 .inner{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	min-height: auto;
}
.content8-2 .inner p{
	position: static;
	top: 50px;
	right: 0;
}
.content8-2 .inner dl{
	position: static;
	top: 0px;
	left: 0;
	max-width: 90%;
	margin: 0 auto;
}
.content8-2 .inner dl dt{
	font-size: 16px;
	color: #a68d79;
	line-height: 1.2em;
	text-align: center;
}
.content8-2 .inner dl dt span{
	font-size: 20px;
	color: #ea6a7d;
}
.content8-2 .inner dl dd{
	max-width: 400px;
	margin-top: 20px;
}

.content9 .inner .ttl{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.content9 .inner .ttl span{
	color: #ea6a7d;
	font-size: 20px;
}
.content9 .inner .cont{
	overflow: hidden;
	margin-top: 10px;
}

.content9 .inner .cont .left{
	width: 90%;
	float: none;
	margin: 0 auto;
}
.content9 .inner .cont .right{
	width: 90%;
	float: none;
	margin:20px auto 0;
}
.content9 .inner .cont .right .lead{
	font-size: 20px;
	color: #a88f7b;
	margin-top: 30px;
	text-align: center;
}
.content9 .inner .cont .right .cacth{
	font-size: 30px;
	color: #a88f7b;
	line-height: 1.2em;
	background: linear-gradient(transparent 70%, #fce9ec 70%);
	text-align: center;
	width: 90%;
	margin: 0 auto;
	font-weight: bold;
}
.content9 .inner .cont .right .cacth span.clr1{
	font-size: 60px;
	color: #ea6a7d;
	line-height: 1.2em;
}
.content9 .inner .cont .right .cacth span.clr2{
	font-size: 40px;
	color: #ea6a7d;
	line-height: 1.2em;
}
	
.content10{
	margin-top: 30px;
}
.content10 .inner{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.content10 .inner .btn{
	position: static;
	top: -670px;
	left: 20%;
}
.content10 .inner dl{
	position: static;
	top: -250px;
	left: 0;
	max-width: 600px;
background: none;
	padding: 20px;
}
.content10 .inner dl dt{
	font-size: 16px;
	color: #000;
	text-align: center;
}
.content10 .inner dl dd{
	color: #000;
}

.content12{
	max-width: 1000px;
	margin: 0px auto 0;
	overflow: hidden;
}
.content12 p.img{
	width: 90%;
	float: none;
	margin: 0 auto;
}
.content12 dl{
	width: 90%;
	float: none;
	margin-top: 30px;
	margin: 30px auto 20px;
}
.content12 dl dt{
	font-size: 20px;
	text-align: center;
	color: #a88f7b;
	line-height: 1.2em;
}
.content12 dl dd{
	margin-top: 20px;
}
.content13{
	background: #eee9e5;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}
.content13 .ttl{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #a88f7b;
	padding-top: 30px;
}
.content13 .ttl span{
	font-size: 25px;
	font-weight: bold;
	color: #a88f7b;
}
.content13 .cont{
	max-width: 1000px;
	margin: 20px auto 0;
	overflow: hidden;
}

.content13 .cont dl{
	width: 90%;
	float: none;
	margin: 0 auto;
}
.content13 .cont dl dt{
	font-size: 20px;
	color: #a88f7b;
	line-height: 1.2em;
}
.content13 .cont dl dt span{
	font-size: 40px;
	color: #ea6a7d;
	line-height: 1.2em;
}
.content13 .cont dl dd{
	text-align: left;
	margin-top: 10px;
}
.content13 .cont p.img{
	width: 90%;
	float: none;
	margin: 20px auto 0;
}
.content13 .btn{
	position: static;
	left: 25%;
	bottom: -120px;
	width: 90%;
	margin: 20px auto 0;
}

.content14{
	margin-top: 30px;
}
.content14 .lead{
	color: #a88f7b;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.content14 .bg{
	background: #a88f7b;
	margin-top: 0px;
	overflow: hidden;
}
.content14 .bg .txt{
	float: none;
	width: 100%;
	position: relative;
	padding: 30px 0;
}
.content14 .bg .txt .box{
	position: static;
	right: 5%;
	top: 100px;
	text-align: center;
}
.content14 .bg .txt .box p{
	color: #fff;
	margin-bottom: 0px;
	font-size: 22px;
}
.content14 .bg .txt .box .txt1{
	font-size: 16px;
}
.content14 .bg .txt .box .txt2{
	font-size: 25px;
}
.content14 .bg .img{
	float: none;
	width: 100%;
}
.content14 .bg2{
	background: #a88f7b;
	overflow: hidden;
}
.content14 .bg2 .txt{
	float: right;
	width: 50%;
	position: relative;
}
.content14 .bg2 .txt .box{
	position: absolute;
	left: 5%;
	top: 100px;
	text-align: center;
}
.content14 .bg2 .txt .box p{
	color: #fff;
	margin-bottom: 20px;
	font-size: 22px;
}
.content14 .bg2 .txt .box .txt2{
	font-size: 40px;
}
.content14 .bg2 .img{
	float: left;
	width: 50%;
}
.content14 .bg3{
	background: #a88f7b;
	overflow: hidden;
	margin-top: 0;
}

.content15 .btn{
	position: static;
	bottom: -120px;
	width: 90%;
	margin: 20px auto 0;
	text-align: center;
}

.content16{
	max-width: 1000px;
	margin: 30px auto 0;
}
.content16 .ttl{
	color: #a88f7b;
	text-align: center;
	font-size: 20px;
}
.content16 .cont{
	overflow: hidden;
	margin-top: 30px;
	padding: 0 20px;
}
.content16 .cont .img{
	width: 40%;
	float: left;
}
.content16 .cont .txt{
	width: 55%;
	float: right;
	margin-top: 20px;
}

.content17{
	background: #a88f7b;
	padding: 20px 0;
	text-align: center;
	margin-top: 50px;
}
.content17 img{
	width: 40%;
	}
.content18 h3{
	font-size: 20px;
	color: #a88f7b;
	margin-top: 10px;
}

.content19 .ttl{
	background: #a88f7b;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
}
.content19 .ttl img{
	vertical-align: middle;
	padding-bottom: 5px;
}
.content19 .cont{
	overflow: hidden;
	padding: 0 20px;
}

.content19 .txt2{
	margin-top: 10px;
	font-size: 23px;
	font-weight: bold;
	color: #a88f7b;
	text-align: left;
}
.content19 .txt2 .clr1{
	font-size: 30px;
	color: #e9474d;
	line-height: 1.2em;
}
.content19 .txt2 .clr2{
	font-size: 23px;
	color: #e9474d;
	line-height: 1.2em;
}
.content19 .box{
	background: #eee9e5;
	padding: 10px 10px 20px;
	margin: auto;
	border-radius: 5px;
	width: 90%;
	overflow: hidden;
}
.content19 .box .top{
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
	color: #a88f7b;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 10px;
}
.content19 .box ul{
	width: 100%;
	float: left;
	margin-top: 0;
}
.content20 .ttl{
	font-size: 20px;
	color: #a88f7b;
}
.content20 .cont{
	overflow: hidden;
	max-width: 1000px;
	margin: 10px auto 0;
}
.content20 .cont .img{
	width: 90%;
	float: none;
	margin: 0 auto;
}
.content20 .cont .txt{
	width: 90%;
	float: none;
	margin: 20px auto 0;
	text-align: left;
}

.content21 .ttl{
	text-align: center;
	font-size: 20px;
	color: #a88f7b;
	line-height: 1.2em;
}
.content21 .ttl span{
	font-size: 30px;
	color: #a88f7b;
	background: linear-gradient(transparent 60%, #eee9e5 60%);
	line-height: 1.2em;
}

.content21 .cont{
	margin-top: 10px;
	overflow: hidden;
	padding: 0 20px;
}

.content21 .cont .txt{
	width: 100%;
	float: none;
}
.content21 .cont .txt img{
	display: block;
	margin: 20px auto 0;
}
.content21 .cont .img{
	width: 100%;
	float: none;
}

.content22 .inner .box{
	max-width: auto;
	padding: 0 20px;
	margin: 10px auto 0;
}
.content22 .inner .name{
	font-size: 30px;
}

}



@media all and (max-width: 480px) {
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6
pre,
form, fieldset,
p, blockquote,
th, td,a,span
{ 
	margin: 0;
	padding: 0;
font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height: 1.8em;
	color: #000;
	font-size: 14px;
}
h1{
	text-align: center;
	margin: 10px 0;
	padding: 0 50px;
}
.content1 .inner .txt dl dt{
	font-size: 18px;
	font-weight: bold;
	color: #a88f7b;
	line-height: 1.1em;
}
.content1 .inner .txt dl dd{
	font-size: 14px;
	margin-top: 20px;
}
.content1 .inner .txt ul{
	overflow: hidden;
	margin-top: 50px;
	width: 310px;
	margin: 30px auto 0;
	float: none;
	text-align: left;
}
.content2 .img{
	position: absolute;
	right: 0;
	top:130px;
	bottom:0px;
	z-index: 1000;
	width: 50%;
}
.content3 ul li p{
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.content3 ul li p.top{
	font-size: 22px;
}
.content3 ul li.content3-1 p span{
	font-size: 20px;
	color: #67b5b6;
	line-height: 1.2em;
}
.content3 ul li.content3-2 p span{
	font-size: 20px;
	color: #f093a1;
	line-height: 1.2em;
}
.content5 .inner .cont .c-top{
	padding-top: 20px;
	min-height: 320px;
}
.content5 .inner .clr1 .c-top{
	background: url("../images/pc/rose1_bg01.png") no-repeat;
	background-size: 320px 320px;
}
.content5 .inner .clr2 .c-top{
	background: url("../images/pc/rose1_bg02.png") no-repeat;
	background-size: 320px 320px;
}
.content5 .inner .cont .c-top p.comment{
	padding: 0 30px;
	text-align: center;
	color: #fff;
	height: 60px;
	font-size: 12px;
}
.content5 .inner .cont .c-top .circle li{
	color: #67b5b6;
	font-size: 14px;
}
.content5 .inner .clr1{
	position:static;
	top: 0px;
	left: 0px;
	z-index: 100;
	max-width: 320px;
	margin: 30px auto 0;
}
.content5 .inner .clr2{
	position:static;
	top: 0px;
	right: 0px;
	z-index: 100;
	max-width: 320px;
	margin: 30px auto 0;
}
.content5 .inner .cont .btm{
	margin-top: 30px;
	background: #67b5b6;
	border-radius: 5px;
	position: relative;
	max-width: 320px;
	margin-left: 0px;
}
.content5 .inner .clr2 .btm{
	background: #f093a1;
}
.content5 .inner .clr2 .c-top .circle li{
	color: #f093a1;
}

.content5 .txt{
	text-align: left;
	font-size: 16px;
	color: #a88f7b;
	padding: 0 30px;
}
.content6 .inner .txt{
	position: static;
	top: 50px;
	left: 15%;
	color: #67b5b6;
	font-size: 16px;
	text-align: left;
}
.content6-2 .inner .txt {
    color: #f093a1;
    width: 60%;
    margin: 0 auto 0;
    padding: 20px 0 0;
}
.content7 .left .ttl{
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.content7 .left .ttl span{
	font-size: 22px;
	color: #67b5b6;
	line-height: 1.2em;
}
.content7-2 .left .ttl span {
    color: #ea6a7d;
}
.content8 p.txt1{
	position: absolute;
	top: 10px;
	left: 30%;
	background: #fff;
	border-radius: 50%;
	padding: 30px 20px;
	text-align: center;
	font-size: 12px;
}
.content8 p.txt2{
	position: absolute;
	top: 100px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	padding: 35px 20px;
	text-align: center;
	font-size: 12px;
}

.content16 .cont .img{
	width: 100%;
	float: none;
}
.content16 .cont .txt{
	width: 100%;
	float: none;
	margin-top: 20px;
}
.content18{
	background: #eee9e5;
	padding: 30px 0 20px;
	margin-top: 0px;
	text-align: center;
}
.content19{
	max-width: 1000px;
	margin: 0px auto 0;
}
.content19 .cont .left{
	width: 100%;
	float: none;
}
.content19 .img{
	margin-top: 50px;
	float: none;
	width: 100%;
	text-align: center;
}

}