@charset "utf-8";

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Noto Sans JP', sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #333;
	min-width: 320px;
}
body.active {
	overflow: hidden;
}
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
}
img{
	margin: auto;
	max-width: 100%;
	height: auto;
	width:auto;
	-webkit-backface-visibility: hidden;
}

input,
textarea{
}
input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
small {
	font-size: 75%;
}
.onlysp,
.spOnly{
	display: none;
}
.none{
	display:none;
}
.container {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.fo-future {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: .7;
}
_::-webkit-full-page-media, _:future, :root .fo-future {
	font-weight: 400;
}
article > section {
	padding: 60px 0;
}
/*header---------------------------------*/
.menuIcon,.spNav,.spLogo {
	display: none;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: url("../img/header_bg.png") left top repeat;
	z-index: 9999;
	transition: .2s;
}
#header.headerColor {
	box-shadow: 0px 10px 5px -10px rgba(0,0,0,.2);
}
.header {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
.hLogo {
	padding: 18px 0 15px;
}
.hLogo img {
	display: block;
	margin: 0;
	max-height: 20px;
}
.hNav {
	width: 80%;
	max-width: 540px;
}
.hNav li {
	width: 33.3333333%;
}
.hNav a {
	font-size: 13px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	padding: 12px 5px;
	background: #e0968f;
	transition: .1s;
}
.hNav li:nth-of-type(2) a {background: #b8616d;}
.hNav li:nth-of-type(3) a {background: #4d4d4d;}
.hNav li:last-of-type a {background: #063968;}
.hNav a:hover { background: #BF7C76;}
.hNav li:nth-of-type(2) a:hover {background: #A3404E;}
.hNav li:nth-of-type(3) a:hover {background: #1a1a1a;}
.hNav li:last-of-type a:hover {background: #225B90;}

img[src*="btn_avantia.png"] {
	max-height: 27px;
	margin: 0;
}
.hNav small {
	display: block;
	font-size: 90%;
}
#nav {
	background: #fff;
}
.nav {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
.nav > li {
	width: 20%;
}
.nav a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	font-size: 14px;
	transition: .1s;
}
.nav a:hover {
	background-color: #ffe7e6;
}
.nav li a > p {
	border-right: 1px solid #c9cbc3;
}
.nav li:last-of-type a > p {
	border-right: none;
}
.nav a small {
	font-size: 11px;
	display: block;
	padding-top: 2px;
}


.btns .btn {
	width: 49%;
}
.btns .btn:last-of-type a {
	background-color: #b8616d;
}
.btn a {
	display: block;
	background: #e0968f url("../img/btn_arrow.png") right 10px center no-repeat;
	background-size: auto 20px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 20px 5px;
}
.btn a span,.btn a small {
	display: block;
	line-height: 1.1;
}
.btn a small {
	padding-top: 5px;
	font-size: 12px;
}

#topInformation {
	background: url("../img/info_bg.png") left top repeat;
	padding: 60px 0 85px;
}
#topInformation h1 {
	font-size: 30px;
	margin-bottom: 30px;
}
#topInformation h1 small {
	display: block;
	font-size: 16px;
}
.topInfoWrap li {
	width: 49%;
}
.links {
	padding: 75px 0;
}
.linkBnr li {
	max-width: 320px;
}
.linkBnr li:nth-of-type(2) {
	margin: 0 2%;
}
.linkBnr a {
	font-size: 24px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	transition: .1s;
}
.linkBnr a:hover { background-color: #BF7C76;}
.linkBnr li:nth-of-type(2) a:hover {background-color: #A3404E;}

.linkBnr * {
	display: block;
	width: 100%;
}
.linkBnr a p {
	font-size: 17px;
}
.linkBnr a small {
	font-size: 15px;
}

/*top-----------------------------*/
.mvBotTxt img {
	max-height: 25px;
	display: block;
	margin-right: 30px;
}
.mvBotCont {
	background: #e0968f;
	padding: 30px 0;
}
.mvBotCont li {
	border-right: 1px solid #fff;
	color: #fff;
	font-weight: 800;
	width: 25%;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 32px;
}
.mvBotCont li:last-of-type {
	border-right: none;
}
.mvBotCont span,.mvBotCont small {
	display: block;
	width: 100%;
	font-weight: 500;
}
.mvBotCont span {
	font-size: 20px;
	line-height: 1.2;
}
.mvBotCont small {
	font-size: 10px;
}
.contTopBox {
	width: 49%;
	text-align: left;
}
#about {
	padding: 60px 0 0;
}
img[src*="/logo.png"] {
	max-height: 62px;
}
.contTopBox h2 {
	font-size: 30px;
	font-weight: 800;
	line-height: 2;
	letter-spacing: .3em;
	margin-bottom: 50px;
}
.txtBorder {
	background: url("../img/border.png") left bottom repeat-x;
	padding-bottom: 5px;
}
.contTop {
	padding: 10px 0 80px;
	position: relative;
}
.contTop figure {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: -75px;
}
.contBot {
	padding-top: 20px;
	background: url("../img/contbot_bg.png") top left repeat;
}
.contBotBox > p {
	width: 50%;
	text-align: left;
	line-height: 2;
	padding-top: 125px;
}
.contBotBox > figure {
	width: 48%;
}
#seasons {
	padding: 80px 0 20px;
}
.logo01 {
	margin-bottom: 30px;
}
.logo01 img {
	max-height: 40px;
}
.logo01 + p  {
	letter-spacing: .3em;
	text-indent: .3em;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 30px;
}
.seasonTtl {
	margin-bottom: 55px;
}
.seasonTtl h2 img {
	max-height: 124px;
}
.seasonArea {
	position: relative;
	margin-bottom: 100px;
}
.seasonBox {
	position: absolute;
	left: 0;
	width: 46vw;
	text-align: right;
	font-size: 12px;
}
.seasonImg {
	background: url("../img/season_bg01.png") right center no-repeat;
	background-size: cover;
	height: 380px;
	margin-bottom: 8px;
}
#summer .seasonImg {background-image: url("../img/season_bg02.png");}
#autumn .seasonImg {background-image: url("../img/season_bg03.png");}
#winter .seasonImg {background-image: url("../img/season_bg04.png");}
.seasonCont {
	width: 52%;
	margin-left: auto;
	text-align: left;
	position: relative;
	padding-top: 140px;
}
.seasonCont h3 {
	position: absolute;
	left: 0;
	top: 30px;
}
.seasonTxt {
	padding-left: 200px;
	line-height: 2;
	margin-bottom: 65px;
	letter-spacing: .03em;
}
.seasonIllust {
	position: absolute;
	z-index: -1;
}
#summer .seasonIllust {
	left: -60px;
	top: 230px;
}
#winter .seasonIllust {
	left: 0;
	top: 260px;
}
.seasonArea:nth-of-type(odd) .seasonCont {
	margin-left: 0;
}
.seasonArea:nth-of-type(odd) .seasonBox {
	left: inherit;
	right: 0;
	text-align: left;
}
.seasonArea:nth-of-type(odd) .seasonPic {
	text-align: right;
}
#topContents {
	background: url("../img/contents_bg.png") left top repeat;
}
.logo02 {
	margin-bottom: 50px;
}
.logo02 img {
	max-height: 40px;
}
.topContTtl {
	margin-bottom: 65px;
	letter-spacing: .5em;
	text-indent: .5em;
}
.topContTtl h2 {
	font-size: 24px;
}
.clrPink {
	color: #e0968f;
}
.topContTtl .clrPink {
	display: block;
	margin-top: 15px;
}
.topContWrap {
	background: #fff;
	margin-bottom: 60px;
	position: relative;
}
.topContWrap > figure {
	width: 50%;
	position: relative;
	overflow: hidden;
}
.topContBox {
	width: 50%;
	position: relative;
	padding: 60px 5%;
	text-align: left;
	overflow: hidden;
}
.topCont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	height: 100%;
	line-height: 2;
	position: relative;
	z-index: 50;
}
.topCont > * {
	width: 100%;
}
.topContWrap > figure::after {
	content: "";
	display: block;
	border: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: 10px;
	right: 0;
	left: 10px;
	bottom: -10px;
	width: 100%;
	height: 94%;
}
.topContBox::after {
	content: "";
	display: block;
	border: 1px solid #d9a38f;
	border-left: none;
	position: absolute;
	top: 10px;
	right: 10px;
	left: inherit;
	bottom: -10px;
	width: 100%;
	height: 94%;
}
.topContWrap h3 {
	position: absolute;
	left: -25px;
	top: -25px;
	z-index: 10;
}
.topContWrap h3 img {
	max-height: 100px;
}
.more img {
	max-height: 42px;
}
.topContWrap:nth-of-type(even) h3 {
	left: inherit;
	right: -25px;
}
.topContWrap:nth-of-type(even) > figure {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.topContWrap:nth-of-type(even) > figure::after {
	right: 10px;
	left: inherit;
	border-right: 1px solid #fff;
}
.topContWrap:nth-of-type(even) .topContBox::after {
	right: 0;
	left: 10px;
	border-left: 1px solid #d9a38f;
}

/*footer-----------------------------*/
footer {
	border-top: 1px solid #b2b2b2;
}
.footer {
	position: relative;
	padding: 25px 0 45px;
}
.pageTop {
	position: absolute;
	right: 0;
	bottom: 100%;
}
.pageTop img {
	max-height: 47px;
}
img[src*="btn_avantia_footer"] {
	max-height: 30px;
}
.fNav {
	margin-bottom: 40px;
}
.fNav a {
	display: inline-block;
	padding: 0 15px;
	font-size: 13px;
}
.fNav li {
	border-left: 1px solid #b2b2b2;
}
.fNav li:first-of-type,.fNav li:last-of-type {
	border: none;
}
.fTel {
	margin-bottom: 30px;
}
.fTel img {
	max-height: 54px;
}
.fLogo img {
	max-height: 27px;
}


/*location------------------------*/
.locationAnc {
	margin: 10px 0 0;
	padding: 10px 0;
	background: url("../img/header_bg.png") top left repeat;
}
.locationAnc li {
	width: 33.3333333%;
	max-width: 250px;
}
.locationAnc li:not(:last-of-type) {
	border-right: 1px solid #a98075;
}
.locationAnc a {
	display: block;
	color: #000;
	padding: 20px 10px 32px;
	position: relative;
	font-size: 19px;
	line-height: 1;
	transition: .1s;
	letter-spacing: .05em;
	text-indent: .05em;
}
.locationAnc a::after {
	content: "⌵";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	display: block;
	line-height: 1;
}
.locationAnc a:hover,.locationAnc a:hover::after {
	color: #a98075;
}
#location h2 {
	font-size: 36px;
	color: #e0968f;
	line-height: 1;
	margin-bottom: 40px;
}
#access > .container {
	padding-bottom: 70px;
}
.locaTxt {
	font-size: 24px;
	margin-bottom: 40px;
	line-height: 1.8;
}
.locaTxt+ p {
	line-height: 1.8;
	margin-bottom: 60px;
}
.accessMap {
	margin-bottom: 40px;
}
.accessMap + p {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .05em;
}
.trafficArea {
	background: url("../img/contents_bg.png") left top repeat;
	padding: 90px 0 70px;
}
.trafficBox {
	width: 46%;
	text-align: left;
}
.trafficBox h3 img {
	max-height: 113px;
}
.trafficBox h3 {
	width: 25%;
}
.trafficBox .trafficCont {
	width: 75%;
	padding-left: 5%;
}
.trafficCont {
	text-align: left;
}
.trafficCont h4,.locaCont .trafficCont h3 {
	font-size: 20px;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
}
.trafficCont ul {
	margin-bottom: 45px;
	padding: 15px 0 0;
}
.trafficCont li {
	margin-bottom: 15px;
	font-size: 18px;
	background: url("../img/location/dotted.png") left center repeat-x;
}
.trafficCont li > * {
	display: inline-block;
	background: url("../img/contents_bg.png") left top repeat;
	padding: 0 5px;
}
#lifeInfo {
	padding-top: 0;
}
.locaArea {
	background: #e8e9e4;
	border-top: 1px solid #fff;
	padding: 100px 0;
}
.locaTtl {
	background: url("../img/location/location_ttl_bg.png") center center no-repeat;
	background-size: cover;
	height: 343px;
	max-width: 1200px;
	margin: 0 auto 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.locaCont .trafficCont {
	width: 47.5%;
}
.locaCont .trafficCont h3 {
	font-size: 18px;
	letter-spacing: .05em;
}
.locaCont .trafficCont li {
	font-size: 14px;
	align-items: center;
}
.locaCont .trafficCont li > * {
	background: #fff;
}
#spot {
	padding: 30px 0 150px;
}
#spot .logo02 {
	margin-bottom: 20px;
}
.spotTtl {
	margin-bottom: 40px;
}
#spot .spotTtl h2 {
	color: #333;
	margin-bottom: 0;
}
.spotTtl h2 + p {
	font-size: 18px;
}
.spotWrap > figure {
	width: 62%;
}
.spotWrap dl {
	width: 32%;
	padding-top: 12px;
	text-align: left;
}
.kyori {
	text-align: right;
	margin-bottom: 20px;
}
.kyori img {
	max-height: 120px;
}
.spotWrap dt {
	margin-bottom: 25px;
}
.spotWrap dt .fo-future {
	font-size: 36px;
	letter-spacing: .1em;
}
.spotWrap dt span{
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
#map {
	padding: 50px 0 100px;
}
.gMap {
	height: 580px;
	margin-bottom: 20px;
}
#panfWrap {
	background: url("../img/location/panf_bg.png") top center no-repeat;
	background-size: cover;
	position: relative;
	padding: 80px 0 25px;
}
.panfTtl {
	position: absolute;
	left: 0;
	right: 0;
	top: -60px;
	margin: auto;
}
#panfWrap .panfTtl h2 {
	font-size: 24px;
	color: #231815;
	display: inline-block;
	background: url("../img/location/ttl_l.png") bottom left,url("../img/location/ttl_r.png") bottom right;
	background-repeat: no-repeat;
	padding: 0 85px;
}
#panfWrap .panfTtl h2 small {
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
	line-height: 1.6;
}
.panfWrap {
	padding: 60px 14.5% 50px;
	max-width: 1060px;
	background: url(../img/location/panf01.png) center left 1%,url(../img/location/panf02.png) right 1% center;
	background-repeat: no-repeat;
	background-size: 24.33% auto,26% auto;
}
.panfWrap h3 span {
	color: #d58b84;
	font-size: 26px;
	display: block;
	margin-bottom: 15px
}
.panfWrap h3 {
	color: #fff;
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.panfWrap .btn {
	max-width: 380px;
	margin: 0 auto;
}
.panfWrap .btn a {
	font-size: 24px;
	padding: 35px 0;
	transition: .1s;
}
.panfWrap .btn a:hover {
	background-color: #b8616d;
}
.btn a small {
	font-size: 16px;
}
#lifeInfo {
	padding-top: 90px;
}
#lifeInfo h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 50px;
	color: #231815;
	line-height: 1.6;
}
#lifeInfo figure {
	font-size: 24px;
	margin-bottom: 70px;
}

/*plan---------------------------------*/
.planTop {
	padding: 70px 0 110px;
}
.planTop h2 {
	font-size: 24px;
	margin-bottom: 25px;
	letter-spacing: .1em;
	text-indent: .1em;
}
.planTop figure {
	margin-bottom: 30px;
}
.planTable table {
	width: 100%;
	table-layout: auto;
	font-size: 14px;
}
.planTable thead {
	background: #e0968f;
	color: #fff;
}
.planTable th,.planTable td {
	padding: 7px 10px;
}
.planTable tbody tr {
	border-bottom: 1px solid #e0968f;
}
.planTable a {
	text-decoration: underline;
}
.planArea {
	padding: 100px 0 20px;
	background: url("../img/contents_bg.png") top left repeat;
}
.planWrap {
	background: #fff;
	margin-bottom: 100px;
	padding: 10px;
}
.planBoxWrap {
	border: 1px solid #e0968f;
}
.planHead {
	background: #ffedec;
	padding: 10px;
	line-height: 1;
}
.planHead h3 {
	width: 76%;
	padding: 10px 2%;
	text-align: left;
	font-size: 24px;
}
.planHead > p {
	color: #fff;
	background: #e0968f;
	width: 24%;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .07em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.planBox {
	padding: 50px 5% 60px;
	position: relative;
}
.planBox h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
.thumb-item-nav {
	max-width: 525px;
	margin: 0 auto;
}
.planGallery .prev,
.planGallery .next {
	position: absolute;
	top: 40%;
	z-index: 10;
	cursor: pointer;
}
.planGallery .prev {
	left: 0;
}
.planGallery .next {
	right: 0;
}
.thumb-item-nav .prev img,
.thumb-item-nav .next img {
	max-height: 28px;
}
.thumb-item-nav .prev {
	left: -8%;
}
.thumb-item-nav .next {
	right: -8%;
}
.thumb-item figure {
	max-width: 740px;
	margin: 0 auto;
}
.thumb-item-nav figure {
	padding: 0 5px;
	cursor: pointer;
}
.planTxt {
	max-width: 740px;
	margin: 0 auto;
	text-align: left;
}
.planCont {
	max-width: 740px;
	margin: 50px auto;
}
.planCont dl:first-of-type {
	margin-right: 8%;
}
.planCont dt {
	background: #e8e9e4;
	line-height: 1;
	padding: 8px 15px;
	margin-right: 15px;
}
.planCont dd {
	font-size: 24px;
	line-height: 1;
}
.planCont dd.price{
	font-size: 40px;
}
.planCont dd.price small {
	font-size: 60%;
}
.madori {
	position: relative;
	display: inline-block;
}
.planInfo,.planInfoWrap h4 small {
	font-size: 30px;
	margin-bottom: 15px;
	display: block;
}
.madoriTxt,.planInfoWrap h4 {
	font-size: 64px;
	line-height: .9;
}
.madoriTop {
	width: 50%;
	margin-left: auto;
}
.madoriTop dt {
	padding-top: 5px;
}
.madoriTop dd {
	max-width: 400px;
	padding-top: 5px;
	padding-left: 60px;
}
.madoriTop dd li {
	text-align: left;
	margin-bottom: 5px;
}
#freeplan .planBox h2 {
	margin-bottom: 40px;
}
#freeplan .planBox {
	padding-bottom: 100px;
}
.planInfoWrap {
	margin-top: 60px;
}
.planInfoWrap h3 {
	font-size: 30px;
	text-align: left;
	line-height: .9;
}
.planInfoCont {
	width: 76%;
	border-left: 1px solid #000;
	padding-left: 4%;
	margin-left: 4%;
}
.planInfoCont dt {
	width:40%;
	background: #e8e9e4;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.planInfoCont dt small {
	font-size: 12px;
}
.planInfoCont dd {
	width: 60%;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 15px;
	text-align: left;
	padding-left: 3%;
	letter-spacing: .05em;
}
.planInfoCont dd small {
	font-size: 21px;
}
.planInfoCont dt:last-of-type,
.planInfoCont dd:last-of-type {
	margin-bottom: 0;
}
.madoriWrap {
	position: relative;
}
.fleeInfo {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1.8;
	text-align: left;
}
/*concept------------------*/
#conceptTop h2 {
	font-size: 36px;
	letter-spacing: .2em;
	text-indent: .2em;
	margin-bottom: 80px;
}
#conceptTop h2 span {
	position: relative;
}
#conceptTop h2 span::after {
	content: "";
	display: block;
	position: absolute;
	background: url("../img/concept/txt_child.png") center top no-repeat;
	background-size: contain;
	width: 278px;
	height: 71px;
	right: -10px;
	bottom: -64px;
}
#conceptTop h2 + p {
	line-height: 1.8;
}
.conceptTtl h2 {
	color: #E0968F;
	font-size: 36px;
	letter-spacing: .1em;
	text-indent: .1em;
}
.conceptTtl  h2+span {
	color: #333;
	font-size: 16px;
}
.conceptTtl {
	margin-bottom: 30px;
}
.conceptTtl + p {
	font-size: 24px;
	letter-spacing: .1em;
	text-indent: .15em;
	font-weight: 800;
	margin-bottom: 40px;
}
#environment {
	padding-bottom: 160px;
}
#education {
	background: url("../img/contents_bg.png") top left repeat;
}
.concept01 {
	margin-bottom: 15%;
}
.concept02 {
	margin-bottom: 12%;
}
.concept04 {
	margin-bottom: 8.5%;
}
.conceptBox {
	width: 60%;
}
.concept02 .conceptBox,
.concept04 .conceptBox {
	margin-left: auto;
}
.conceptBox h3 {
	margin-bottom: 15px;
}
.conceptBox h3 p {
	text-align: left;
	font-size: 20px;
	padding-bottom: 15px;
}
img[src*="/concept_ttl"] {
	max-height: 176px;
	margin: 0 30px 0 -2%;
}
.conceptWrap {
	position: relative;
}
#education .conceptCont {
	background: rgba(255,255,255,.8);
}
.conceptCont {
	background: rgba(253,238,234,.9);
	padding: 40px 14% 20px;
}
.conceptCont li {
	text-align: left;
	position: relative;
	padding-left: 22px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.conceptCont li::before {
	content: "";
	display: block;
	background: url("../img/concept/dot.png") center center no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 5px;
}
.conceptImgWrap {
	position: absolute;
	width: 49%;
	top: 0;
	right: -5%;
}
.concept02 .conceptImgWrap,
.concept04 .conceptImgWrap {
	width: 41.6%;
}
.concept03 .conceptImgWrap {
	top: -30px;
}
.concept02 .conceptImgWrap,
.concept04 .conceptImgWrap {
	right: inherit;
	left: -5%;
}
.conceptImgWrap figure {
	position: relative;
}
.conceptImgWrap figure::after {
	content: "";
	display: block;
	background: url("../img/concept/line01.png") top right no-repeat;
	background-size: 100% 100%;
	width: 169%;
	height: 728px;
	position: absolute;
	right: 30%;
	top: 20%;
	z-index: -1;
}
.concept02 .conceptImgWrap figure::after {
	background: url("../img/concept/line02.png") top left no-repeat;
	background-size: 100% 100%;
	width: 200%;
	height: 607px;
	position: absolute;
	right: inherit;
	left: 22%;
	top: 30%;
}
.concept04 .conceptImgWrap figure::after {
	background: url("../img/concept/line04.png") bottom left no-repeat;
	background-size: 100% 100%;
	width: 172%;
	height: 511px;
	position: absolute;
	right: inherit;
	left: 45%;
	top: 60%;
}
.concept03 .conceptImgWrap figure::after,
.concept05 .conceptImgWrap figure::after {
	background: url("../img/concept/line03.png") bottom left no-repeat;
	background-size: 100% 100%;
	width: 63.4%;
	height: 46%;
	position: absolute;
	right: inherit;
	right: 14%;
	top: 32%;
}
/*desing------------------*/
#designTop {
	padding-bottom: 80px;
}
#designTop h2 {
	font-size: 24px;
	margin-bottom: 60px;
	line-height: 1.8;
	letter-spacing: .15em;
	text-indent: .15em;
}
.designWrap > figure {
	width: 50%;
}
.designWrap dl {
	width: 46%;
	text-align: left;
}
.designWrap dt {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 20px;
}
.designWrap dd p {
	margin-bottom: 10%;
	line-height: 1.8;
}
.designWrap dd figure {
	margin-top: 10%;
	width: 55%;
}
#area {
	background: url("../img/design/area_bg.png") center center no-repeat;
	background-size: cover;
}
.areaWrap {
	background: #fff;
	padding: 60px 3.5%; 
}
.areaWrap dl {
	width: 50%;
	text-align: left;
}
.areaWrap dt {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 20px;
}
.areaWrap dd {
	line-height: 1.8;
}
/*pageTtl------------------*/
#ttlWarp {
	background: url("../img/location/sub_bg.png") center center no-repeat;
	background-size: cover;
	height: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#sale #ttlWarp {background-image:url("../img/plan/sale/sub_bg.png"); }
#freeplan #ttlWarp {background-image:url("../img/plan/free/sub_bg.png"); }
#concept #ttlWarp {background-image:url("../img/concept/sub_bg.png"); }
#design #ttlWarp {background-image:url("../img/design/sub_bg.png"); }
#ttlWarp h2 {
	color: #fff;
	font-weight: 600;
	font-size: 38px;
	letter-spacing: .05em;
	text-indent: .05em;
	margin-bottom: 0;
	line-height: 1.1;
	margin: 0;
}
#ttlWarp h2 small {
	font-size: 20px;
	display: block;
	margin-top: 8px;
}


/*ieハック*/
@media all and (-ms-high-contrast: none) {
	.mvBotTxt span {
		display: inline-block;
		padding-top: 7px;
	}
	#introduct .moreBtn a {
		padding-bottom: 6px;
	}
	#introduct h2 span {
		padding-top: 17px;
	}
	.ttlWarp h2 img {
		margin: 0;
	}
	#panfWrap h2 {
		font-size: 37px;
	}
	.planTable th, .planTable td {
		padding: 11px 10px 5px;
	}
	.planHead h2 {
		padding: 20px 3% 10px;
	}
	.planHead > p {
		padding-top: 7px;
	}
	.planCont dt {
		padding: 10px 15px 5px;
	}
	.planInfoCont dt {
		padding: 9px 10px 3px;
	}
}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1515px) {
	.topCont > figure {
		margin-left: 0;
	}
	#topContents .topContWrap:nth-of-type(even) .topCont > figure {
		margin-right: 0;
	}
	.visitWrap > figure {
		margin-right: 0;
		width: 48%;
	}
}
@media screen and (max-width: 1215px) {
	.topCont > figure {
		margin-left: 0;
	}
	#topContents .topContWrap:nth-of-type(even) .topCont > figure {
		margin-right: 0;
	}
	.topRiht {
		margin-right: 0;
	}
	#panfWrap h1 {
		font-size: 33px;
	}
}
@media screen and (max-width: 1070px) {
	.panfWrap h3 {
		font-size: 3vw;
	}
	#panfWrap .btn a {
		font-size: 2.5vw;
	}
	#panfWrap .btn {
		max-width: 46%;
	}
}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

	
	body {
		font-size: 12px;
	}
	
	
	/*header-------------------------*/
	#header.headerColor {
		box-shadow: none;
	}
	.header > .hNav {
		display: none;
	}
	.spNav.hNav {
		display: block;
		width: 100%;
		padding-top: 20px;
	}
	.hLogo {
		padding: 14px 0;
		width: 80%;
	}
	.hLogo img,
	.spLogo img {
		max-height: 14px;
	}
	.spLogo {
		display: block;
		margin-bottom: 15px;
	}
	.menuIcon {
		display: block;
	}
	.menuIcon {
		position: fixed;
		top: 8px;
		right: 5%;
		width: 30px;
		height: 22px;
		z-index: 9990;
		cursor: pointer;
		display: block;
	}
	.menuIcon span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #e0968f;
		z-index: 10;
		transition: .2s;
	}
	.menuIcon span:nth-of-type(1) {top: 0px;}
	.menuIcon span:nth-of-type(2) {top: 10px;	}
	.menuIcon span:nth-of-type(3) {bottom: 0px;	}
	.menuIcon.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
		background: #e0968f;
	}
	.menuIcon.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menuIcon.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
		background: #e0968f;
	}
	#nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: all 0.3s ease-in-out;
		visibility: hidden;
		overflow-y: auto;
		overflow-x: hidden;
	 -webkit-overflow-scrolling: touch;
		display: block;
		padding: 40px 10%;
		background: #fff;
	}
	#nav.active {
		right: 0;
		opacity: 1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		z-index: 999;
	}
	.nav {
		margin: auto;
		display: block;
		width: 100%;
	}
	.nav li {
		list-style-type: none;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #a0a0a0;
	}
	.nav li:last-of-type {
		border-bottom: none;
	}
	.nav > li:not(:first-of-type) {
		margin-left: 0;
	}
	.nav li a  {
		display: block;
		padding: 12px 5%;
		text-decoration: none;
		font-size: 14px;
		cursor: pointer;
		text-align: left;
		color: #333;
		background: url("../img/btn_arrow02.png") left 5% center no-repeat;
		background-size: auto 10px;
		padding-left: 13%;
	}
	.nav li {
		border-right: none;
		border-left: none;
	}
	.hNav li {
		width: 100%;
		margin-bottom: 5px;
	}
	.hNav li a {
		display: block;
	}
	.nav a small {
		display: inline-block;
		padding-left: 15px;
		font-size: 10px;
	}
	.nav li a > p {
		border: none;
	}
	
	.btns {
		display: block;
	}
	.btns .btn ,.linkBnr li:first-of-type,.btns .btn:first-of-type,.linkBnr li:nth-of-type(2){
		width: 90%;
		margin: 0 auto 10px;
		max-width: 100%;
	}
	.btns .btn:first-of-type {
		margin-bottom: 10px;
	}
	.btn a {
    font-size: 16px;
    padding: 12px 0;
	}
	#topInformation {
		padding: 30px 0;
	}
	#topInformation h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#topInformation h1 small {
		font-size: 12px;
	}
	.topInfoWrap {
		display: block;
	}
	.topInfoWrap li {
		width: 100%;
	}
	.topInfoWrap li:first-of-type {
		margin-bottom: 20px;
	}
	.links {
		padding: 40px 0 50px;
	}
	/*top------------------------------*/
	.mvBotTxt {
		display: block;
	}
	.mvBotTxt img {
		max-height: 14px;
		margin: 0 auto 5px;
	}
	.mvBotTxt span {
		font-size: 14px;
	}
	.mvBotCont {
		padding: 15px 0;
	}
	.mvBotCont ul {
		flex-wrap: wrap;
	}
	.mvBotCont li {
		width: 50%;
		font-size: 16px;
	}
	.mvBotCont span {
		font-size: 12px;
	}
	.mvBotCont li:nth-of-type(even) {
		border-right: none;
	}
	.mvBotCont li:nth-child(-n+2) {
		border-bottom: 1px solid #fff;
	}
	.txtBorder {
		background-size: auto 2.5px;
	}
	#about {
		padding-top: 40px;
	}
	.contTopBox {
		width: 100%;
		text-align: center;
	}
	.contTopBox h2 {
		font-size: 16px;
		margin-bottom: 30px;
		text-align: center;
	}
	.contTopBox .txtBorder {
		text-align: left;
	}
	img[src*="/logo.png"] {
		max-height: 38px;
	}
	.contTopBox .txtBorder span.onlysp {
		display: inline;
	}
	.contBotBox {
		display: block;
	}
	.contTop figure {
		width: 90%;
		left: 0;
		right: 0;
		bottom: -40vw;
		margin: auto;
	}
	.contBot {
		padding-top: 46vw;
	}
	.contBotBox > p {
		padding-top: 0;
		width: 100%;
	}
	.contBotBox > p img {
		width: 45%;
		float: right;
		margin: 10px -3% 0 10px;
	}
	.contBotBox > figure {
		display: none;
	}
	.contBotBox > p::after {
		content: "";
		display: block;
		clear: both;
	}
	#seasons {
		padding: 60px 0 10px;
	}
	.logo01 + p {
		font-size: 16px;
		line-height: 2;
	}
	.seasonArea {
		margin-bottom: 80px;
	}
	.seasonTtl h2 img {
		max-height: 70px;
	}
	.seasonCont {
		width: 100%;
	}
	.seasonBox {
		width: 95%;
	}
	.seasonImg {
		height: 45vw;
	}
	.seasonCont {
		padding-top: 65vw;
		display: flex;
		flex-wrap: wrap;
	}
	.seasonCont h3 {
		position: static;
		width: 30%;
	}
	.seasonCont h3 img {
		max-height: 80px;
	}
	.seasonTxt {
		width: 70%;
		padding-left: 5%;
		margin-bottom: 35px;
	}
	.seasonCont > figure {
		width: 80%;
		margin-left: 20%;
	}
	.seasonArea:nth-of-type(odd) .seasonCont h3 {
		order: 1;
	}
	.seasonArea:nth-of-type(odd) .seasonCont .seasonTxt {
		order: 0;
		padding: 0 5% 0 0;
	}
	.seasonArea:nth-of-type(odd) .seasonCont > figure {
		order: 3;
		margin: 0 20% 0 0;
	}
	#summer .seasonIllust {
		width: 20%;
		left: inherit;
		right: -5%;
		top: 65%;
	}
	#winter .seasonIllust {
		width: 15%;
		left: inherit;
		right: 0;
		top: 60%;
	}
	#topContents {
		padding-bottom: 10px;
	}
	.logo02 {
		margin-bottom: 30px;
	}
	.topContTtl h2 {
    font-size: 16px;
    line-height: 2;
	}
	.topContTtl .clrPink {
		margin-top: 5px;
	}
	.topContWrap h3 {
		width: 55%;
		left: -2%;
		top: -17px;
	}
	.topContWrap:nth-of-type(even) h3 {
		right: -2%;
	}
	.topContWrap {
		display: block;
	}
	.topContWrap > figure {
		width: 100%;
	}
	.topContBox {
		width: 100%;
		padding: 30px 10% 40px;
	}
	.topContWrap > figure::after,.topContWrap:nth-of-type(even) > figure::after {
		border: 1px solid #fff;
		border-bottom: none;
		right: 10px;
		left: 10px;
		top: 10px;
		bottom: inherit;
		width: 93%;
		height: 100%;
	}
	.topContBox::after,.topContWrap:nth-of-type(even) .topContBox::after {
		border: 1px solid #d9a38f;
		border-top: none;
		right: 10px;
		left: 10px;
		top: inherit;
		bottom: 10px;
		width: 93%;
		height: 100%;
	}
	.topCont {
		display: block;
	}
	.more {
		text-align: center;
		margin-top: 20px;
	}
	.more img {
		max-height: 35px;
	}
	
	
	
	
	/*footer-------------------------------*/
	.pageTop {
		top: -18px;
	}
	.pageTop img {
		max-height: 35px;
	}
	.fNav {
		display: none;
	}
	.fTel {
		margin-bottom: 15px;
	}
	.fTel img {
		max-height: 32px;
	}
	.fLogo img {
		max-height: 16px;
	}
	.footer {
		padding: 20px 0;
	}
	/*location------------------------------*/
	.anchors {
		width: 100%;
	}
	.locationAnc a {
		font-size: 16px;
		padding: 10px 5px 26px;
	}
	#access > .container {
		padding-bottom: 60px;
	}
	.locaTxt {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.locaTxt+ p {
		text-align: left;
		margin-bottom: 40px;
	}
	#location h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.spScroll {
		margin-bottom: 5px;
	}
	#access {
		padding-bottom: 0;
	}
	.accesIco {
		margin: 30px auto 40px;
	}
	.accessMap {
		margin-bottom: 15px;
	}
	.accessMap + p {
		text-align: left;
	}
	.ofBox {
		overflow-x: auto;
	}
	.ofBox img {
		max-width: 650px;
	}
	#spot .spScroll {
		margin: 0 5% 5px;
	}
	#spot .ofBox img {
		max-width: 1000px;
	}
	.trafficArea {
		padding: 60px 0 15px;
	}
	.trafficWrap {
		display: block;
	}
	.trafficBox {
		width: 100%;
		display: block;
	}
	.trafficCont h4 {
		margin-top: 7px;
	}
	.trafficCont h4,.locaCont .trafficCont h3 {
		font-size: 16px;
	}
	.trafficCont  {
		font-size: 14px;
	}
	.trafficCont ul {
		margin-bottom: 50px;
	}
	.trafficCont li ,.locaCont .trafficCont li{
		font-size: 3.2vw;
		margin-bottom: 8px;
	}
	.trafficBox h3 {
		margin: 0 auto 10px;
	}
	.trafficBox .trafficCont {
		width: 100%;
		padding-left: 0;
	}
	.locaArea {
		margin-top: 0;
		padding: 60px 0;
	}
	.locaTtl  {
		height: 40vw;
		margin: 0 auto 40px;
	}
	.locaTtl h2 img {
		height:26vw;
	}
	.locaCont .trafficCont {
		width: 100%;
	}
	#locationArea {
		padding-bottom: 0;
	}
	.spotWrap {
		display: block;
	}
	.spotWrap > figure {
		width: 100%;
	}
	.spotWrap dl {
		width: 100%;
	}
	.kyori img {
		max-height: 70px;
	}
	.kyori {
		margin-bottom: -10vw;
	}
	#spot {
		padding: 60px 0 200px;
	}
	.spotWrap dt {
		margin-bottom: 3vw;
	}
	.spotWrap dt .fo-future {
		font-size: 7vw;
	}
	#map {
		padding: 0 0 80px;
	}
	.gMap {
		height: 65vw;
		margin-bottom: 15px;
	}
	#panfWrap {
		background-image: url("../img/location/panf_bg_sp.png");
		padding: 6% 0 0;
	}
	.panfTtl {
		top: -120px;
	}
	#panfWrap .panfTtl h2 {
		background-size: 10% auto;
		padding: 0 13%;
		font-size: 6vw;
		line-height: 1.4;
	}
	#panfWrap .panfTtl h2 small {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.panfWrap {
		padding: 30px 0;
		background-size: 41% auto,41% auto;
    background-position: left bottom 48%,right bottom 48%;
	}
	.panfWrap h3 {
		font-size: 5vw;
		margin-bottom: 65vw;
	}
	#panfWrap .btn {
		max-width: 100%;
	}
	#panfWrap .btn a {
		padding: 20px 0;
	}
	#lifeInfo {
		padding: 60px 0 10px;
	}
	#lifeInfo h2 {
		font-size: 14px;
	}
	#lifeInfo figure {
		margin-bottom: 40px;
	}
	
	/*plan-----------------------------*/
	.ttlWarp h2,.subTtl {
		padding: 20px 5%;
		height: auto;
	}
	.ttlWarp h2 img {
		max-height: 40px;
	}
	.subTtl {
		padding: 5vw 5%;
	}
	.subTtl h3 img {
		max-height: 32vw;
	}
	.planTop {
		padding: 40px 0 60px;
	}
	.planTop h2 {
		font-size: 4vw;
		margin-bottom: 15px;
	}
	.planTable {
		overflow-x: auto;
	}
	.planTable table {
		width: 570px;
		border: 1px solid #c9a869;
	}
	.spScroll {
		margin-bottom: 5px;
		padding-bottom: 0!important;
	}
	.planArea {
		padding: 60px 0 1px;
	}
	.planWrap {
		margin-bottom: 80px;
	}
	.planHead h3 {
		font-size: 18px;
		width: 50%;
		padding: 10px 3%;
	}
	.planHead > p {
		font-size: 13px;
		width: 60%;
	}
	.planBox {
		padding: 7vw 5% 30px;
	}
	.planBox h2 {
		font-size: 4.3vw;
		margin-bottom: 6vw;
		text-align: left;
    padding-left: 22%;
		padding-right: 0;
	}
	.thumb-item-nav .slick-list {
		width: 80%;
		margin: 0 auto;
	}
	.thumb-item-nav .next {
		right: 0;
	}
	.thumb-item-nav .prev {
		left: 0;
	}
	.planCont {
		display: block;
		margin: 30px auto ;
	}
	.planCont dl:first-of-type {
		margin: 0 0 15px 0;
	}
	.planCont dd {
		font-size: 20px;
	}
	.planCont dd.price {
		font-size: 22px;
	}
	.madoriTop {
		display: block;
		margin-top: 20px;
		width: 100%;
	}
	.madoriTxt,.planInfoWrap h4 {
		font-size: 24px;
	}
	.madori {
		display: inline-block;
	}
	.madoriTop dd {
		max-width: 100%;
		margin-left: 0;
		padding-left: 0;
		border-top: 1px solid #000;
		border-left: none;
		padding-top: 10px;
		margin-top: 10px;
	}
	.madoriTop ul {
		display: flex;
		flex-wrap: wrap;
	}
	.madoriTop dd li {
		font-size: 12px;
		width: 50%;
		padding: 0 5px;
	}
	.planInfo,.planInfoWrap h4 small {
		font-size: 20px;
	}
	.planInfo img {
		max-height: 16px;
	}
	#freeplan .planBox {
		padding-bottom: 50px;
	}
	#freeplan .planBox h2 {
		margin-bottom: 15px;
	}
	.planInfoWrap {
		display: block;
		margin-top: 40px;
	}
	.planInfoWrap h3 {
		font-size: 22px;
	}
	.planInfoCont dd {
		font-size: 20px;
	}
	.planInfoCont dd small {
		font-size: 14px;
	}
	.planInfoCont {
		margin-left: 0;
		padding-left: 0;
		width: 100%;
		display: block;
		padding-top: 15px;
		margin-top: 15px;
		border-left: none;
		border-top: 1px solid #000;
		text-align: left;
	}
	.planInfoCont dt {
		width: auto;
		display: inline-block;
		text-align: left;
		margin-bottom: 0;
	}
	.planInfoCont dd {
		width: 100%;
		padding-top: 10px;
	}
	.fleeInfo {
		position: static;
		margin-top: 15px;
		font-size: 16px;
		text-align: center;
	}
	/*concept----------------------*/
	#conceptTop h2 {
		font-size: 16px;
		margin-bottom: 50px;
	}
	#conceptTop h2 span::after {
		width: 132px;
		height: 127px;
		bottom: inherit;
		top: 95%;
	}
	#conceptTop h2 + p {
		text-align: left;
	}
	.conceptTtl {
		margin-bottom: 30px;
	}
	.conceptTtl h2 {
		font-size: 18px;
	}
	.conceptTtl h2+span {
		font-size: 12px;
	}
	#environment {
		padding: 0 0 60px;
	}
	.conceptTtl + p {
		font-size: 16px;
		line-height: 1.9;
	}
	.conceptBox {
		width: 100%;
	}
	img[src*="/concept_ttl"] {
		max-height: 70px;
		margin: 0 2% 0 0;
	}
	.conceptBox h3 p {
		font-size: 14px;
		padding-bottom: 15px;
	}
	.conceptCont {
		padding: 30px 5%;
	}
	.conceptImgWrap,.concept02 .conceptImgWrap, .concept04 .conceptImgWrap {
		position: static;
		width: 70%;
		margin: 0 auto 5%;
	}
	.conceptCont li::before {
		width: 12px;
		height: 12px;
		top: 4px;
	}
	.conceptCont li {
		padding-left: 18px;
		margin-bottom: 15px;
	}
	.conceptCont {
		padding: 30px 5% 15px;
	}
	.conceptImgWrap figure::after {
		background: url("../img/concept/line01_sp.png") right top no-repeat;
		background-size: 100% 100%;
		width: 80%;
		height: 280%;
		max-height: 630px;
	}
	.concept02 .conceptImgWrap figure::after {
		left: -9%;
		top: 50%;
		background: url("../img/concept/line02_sp.png") right top no-repeat;
		background-size: 100% 100%;
		width: 90%;
		height: 245%;
		max-height: 710px;
	}
	.concept04 .conceptImgWrap figure::after {
		left: -8%;
		top: -7%;
		background: url("../img/concept/line04_sp.png") right top no-repeat;
		background-size: 100% 100%;
		width: 110%;
		height: 314%;
		max-height: 850px;
		max-width: 240px;
	}
	.concept03 .conceptImgWrap figure::after, .concept05 .conceptImgWrap figure::after {
		width: 55%;
		right: 27%;
		top: 36%;
	}
	
	/*design----------------------*/
	#designTop h2 {
		font-size: 14px;
		margin-bottom: 40px;
		line-height: 1.6;
	}
	.designWrap {
		display: block;
	}
	.designWrap > figure {
		width: 100%;
	}
	.designWrap dl {
		width: 100%;
		margin-top: 20px;
	}
	.designWrap dt {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.designWrap dd p {
		margin-bottom: 5px;
	}
	.designWrap dd figure {
		width: 100%;
		margin-top: 30px;
	}
	.areaWrap {
		padding: 30px 5%;
		display: block;
	}
	.areaWrap dl {
		width: 100%;
		margin-bottom: 20px;
	}
	.areaWrap dt {
		font-size: 16px;
		margin-bottom: 10px;
	}
	/*pageTtl----------------------*/
	#ttlWarp {
		height: 50vw;
	}
	#ttlWarp h2 {
		font-size: 8vw;
		margin-bottom: 0;
		line-height: 1.2;
	}
	#ttlWarp h2 small {
		font-size: 4vw;
		margin-top: 5px;
	}
	
/*全体レイアウト
------------------------------------------------*/
.onlypc{display:none;}
.onlysp{display: block;}

}















