@charset "utf-8";
/* body */
html {
	font-size: 100%;
} /* font-size　16px*62.5%＝10px */
body {
	font-size: 1.0rem;
} /* 16px　100％ 同*/
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust:none;
	width:100%;
	margin:auto;
	letter-spacing:1px;
	color:#252525;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wra {
	width:100%;
	position:relative;
	margin-top:70px;
}
h1 {
	margin:0;
	padding:0;
}
a, a:focus {
	color:#252525;
	text-decoration:none;
	outline: none;
 -webkit-transition: all .3s;
 transition: all .3s;
}
a:link, a:visited {
	color:#252525;
}
a:hover, a:active {
	color:#5bb7c4;
	text-decoration:none;
 -webkit-transition: all .3s;
 transition: all .3s;
}
img {
	display:block;
}
a img {
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
a img:hover {
	opacity: 0.7;
}
h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td, dt, dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:400;
}
pre {
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
}
.brea-800 {
	display:none;
}
/* header */
#hea-wra {
	width:100%;
	height:auto;
	padding:0 1.25%;
	background:#FFF;
	position:fixed;
	top:0;
	z-index:30;
	background-color: rgba( 255, 255, 255, 0.9 );
	box-sizing: border-box;
}
.hea-con {
	max-width:1280px;
	width:100%;
	padding:0 0%;
	height:70px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.hea-lef {
	max-width:144px;
	width:100%;
	height:auto;
	margin-right:auto;
}
.hea-lef a img {
	max-height:60px;
	width:100%;
	height:auto;
}
.hea-rig {
	margin-left:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.hea-inq-but-wra a {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	color: #f7f6eb;
	font-size:1.5rem;
	font-weight:700;
	letter-spacing:0px;
	margin:0 auto;
	padding:0px 12px 0 0;
	line-height:130%;
	letter-spacing:0px;
	max-height:54px;
	max-width:236px;
	width:100%;
	height:auto;
	border: 0px solid #1262af;
	border-radius:0px;
	cursor:pointer;
	-webkit-appearance: none;
	box-sizing: border-box;
	position:relative;
	top:0px;
	transition: 0.5s;
	box-shadow: 0px 3px 0px 0px rgba(150, 214, 223, 1.0);
	overflow:hidden;
	background:#5bb7c4;
}
.hea-inq-but-wra a:hover {
	color:#1a8695;
	background:#f7f6eb;
	top:3px;
	transition: 0.5s;
	box-shadow: 0px 0px 0px 0px rgba(150, 214, 223, 1.0);
}
.hea-inq-but-wra a:before {
	content: "";
	position: absolute;
	right:0px;
	top:calc(0% - 0px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #f7f6eb transparent transparent transparent;
	border-width: 10px 0px 0px 18px;
	transform: rotate(0deg);
	transition: 0.5s;
}
.hea-inq-but-wra a:after {
	content: "";
	position: absolute;
	right:0px;
	bottom:calc(0% - 0px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color:transparent transparent #f7f6eb transparent;
	border-width: 0px 0px 10px 18px;
	transform: rotate(0deg);
	transition: 0.5s;
}
.hea-inq-but-wra a:hover:before {
	content: "";
	position: absolute;
	right:0px;
	top:calc(0% - 0px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #1a8695 transparent transparent transparent;
	border-width: 10px 0px 0px 18px;
	transform: rotate(0deg);
	transition: 0.5s;
}
.hea-inq-but-wra a:hover:after {
	content: "";
	position: absolute;
	right:0px;
	bottom:calc(0% - 0px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color:transparent transparent #1a8695 transparent;
	border-width: 0px 0px 10px 18px;
	transform: rotate(0deg);
	transition: 0.5s;
}
.hea-inq-left {
	color:#1a8695;
	font-size:1.0rem;
	font-weight:700;
	line-height:120%;
	background:#f7f6eb;
	padding:6px 10px;
	margin-right:18px;
	position:relative;
}
.hea-inq-left:after, .hea-inq-left-sp:after {
	content: "";
	position: absolute;
	right:-12px;
	bottom:calc(50% - 5px);
	width: 0px;
	height: 0px;
	margin:0 auto;
	border-style: solid;
	border-color: transparent transparent transparent #f7f6eb;
	border-width: 5px 0px 5px 12px;
	transform: rotate(0deg);
	transition: 0.5s;
}
.hea-inq-but-wra a:hover .hea-inq-left:after {
	content: "";
	position: absolute;
	right:-12px;
	bottom:calc(50% - 5px);
	width: 0px;
	height: 0px;
	margin:0 auto;
	border-style: solid;
	border-color: transparent transparent transparent #1a8695;
	border-width: 5px 0px 5px 12px;
	transform: rotate(0deg);
	transition: 0.5s;
}
.hea-inq-left-sp {
	display:none;
}
.hea-inq-right {
	font-size:1.5rem;
}
/*-------------------------------------------------
 メイン画像 main visual
  -------------------------------------------------*/
.slider {
	display: none;
}
.slider.slick-initialized {
	display: block;
}
/* メイン画像 main visual */
.mai-vis-sli-wra {
	max-width:1280px;
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0;
	background:#ffffff;
	overflow:hidden;
	position:relative;
}
.mai-vis-sli {
	text-align:center;
	width:100%;
	height:auto;
	padding:0 0px;
	margin:0px auto;
}
.mai-vis-sli > li {
	background:#ffffff;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.mai-vis-ima {
	position:relative;
	width:100%;
	height:auto;
	background:#ffffff;
	overflow:hidden;
}
.mai-vis-ima img {
	position:relative;
	height:auto;
	width:100%;
	top: 0%;
	left: 0%;
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(0%) translateY(0%);
	-moz-transform: translateX(0%) translateY(0%);
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	vertical-align:bottom;
}
.sli-pre .fas, .sli-nex .fas {
	margin:0;
}
.sli-pre {
	max-width:15px;
	width:100%;
	height:auto;
	position:absolute;
	color:#009e96;
	font-size:140%;
	bottom:calc(50% - 12px);
	left:-6%;
	z-index:10;
	cursor:pointer;
}
.sli-nex {
	max-width:15px;
	width:100%;
	height:auto;
	position:absolute;
	color:#009e96;
	right:-6%;
	bottom:calc(50% - 12px);
	z-index:10;
	cursor:pointer;
}
.sli-nex img, .sli-pre img {
	width:100%;
	height:auto;
}
.slick-slide img {
	opacity:0.5;
}
.slick-slide.slick-active img {
	opacity:1.0;
}
.mai-vis-sli .slide-dots {
	text-align: center;
	margin:0px auto;
	position:absolute;
	width:100%;
	height:auto;
	bottom: 20px;
	left: 50%;
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.mai-vis-sli .slide-dots li {
	display:inline-block;
	margin:auto 10px;
	width:16px;
	background:none;
}
.mai-vis-sli .slide-dots button {
	position: relative;
	text-indent: -9999px;
	border:solid 0px #000;
	background:none;
	cursor:pointer;
}
.mai-vis-sli .slide-dots button:before {
	content:"●";
	color:#f2ecd6;
	font-size: 1.4rem;
	text-indent: 0px;
	position: absolute;
	top:-50%;
	left:0%;
	width:100%;/*object-fit IE11バグ */
	height:auto;
	top: calc(50% - 4px);
	left: calc(50% - 2px);
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.mai-vis-sli .slide-dots button:hover:before {
	content: '●';
	color:#5bb7c4;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.mai-vis-sli .slide-dots .slick-active button:before {
	content: '●';
	color:#5bb7c4;
}
.mai-vis-log-wra {
	position:absolute;
	max-width:140px;
	width:100%;
	height:auto;
	bottom: 0%;
	right: 2.5%;
	min-height: auto;
	transform: translateX(0%) translateY(-50%);
	z-index:11;
}
.mai-vis-log-wra img {
	max-width:286px;
	width:100%;
	height:auto;
}
.topic-sec {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:center;
	margin:0px auto 0;
}
.topic-lef {
	width:36%;
	height:auto;
	max-width:336px;
	margin:100px -20px 0 0;
	z-index:3;
}
.topic-lef img {
	width:100%;
	height:auto;
	border:solid 6px #eae3c8;
	box-sizing: border-box;
}
.topic-rig {
	width:58%;
	height:auto;
	max-width:640px;
}
.topic-rig img {
	width:100%;
	height:auto;
	border:solid 6px #eae3c8;
	box-sizing: border-box;
}
.bre-cru {
	max-width:1180px;
	width:100%;
	height:auto;
	text-align: left;
	height: auto;
	line-height:140%;
	font-size:0.9rem;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;/*水平中央*/
	align-items:center;/*垂直中央*/
	padding:15px 1.5% 5px;
	box-sizing: border-box;
}
.bre-cru a {
	text-decoration:underline;
}
.bre-cru > li:before {
	content:"〉";
	padding:0 0 0 5px;
}
.bre-cru > li:first-of-type:before {
	content:none;
}
/*-------------------------------------------------
 プランスライダー　plan slider
  -------------------------------------------------*/
.slider {
	display: none;
}
.slider.slick-initialized {
	display: block;
}
.plan-sli-wra {
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0;
	background:none;
}
.plan-sli {
	text-align:center;
	max-width:1180px;
	width:100%;
	height:820px;
	padding:0 0px;
	margin:0px auto 0px;
	position:relative;
}
.plan-sli li {
	max-width:360px;
	width:100%;
	height:auto;
	padding:0 0 10px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	background:#ffffff;
}
.plan-vis-ima {
	border-radius:0px 0px 0 0;
	position:relative;
	max-width:330px;
	width:100%;
	height:430px;
	overflow:hidden;
	margin:0 auto 0px;
}
.plan-vis-ima img {
	position:absolute;
	height:100%;
	width:auto;
	top: 50%;
	left: 50%;
	min-height:120%;
	min-width:auto;
	transform: translateX(-50%) translateY(-50%);
}
.plan-vis-ite06 .plan-vis-ima img {
	position:absolute;
	height:50%;
	width:auto;
	top: 50%;
	left: 70%;
	min-height:120%;
	min-width:auto;
	transform: translateX(-50%) translateY(-50%);
}
.plan-vis-ite07 .plan-vis-ima img, .plan-vis-ite09 .plan-vis-ima img {
	position:absolute;
	height:50%;
	width:auto;
	top: 50%;
	left: 100%;
	min-height:120%;
	min-width:auto;
	transform: translateX(-50%) translateY(-50%);
}
.sli-pre {
	max-width:30px;
	width:100%;
	height:auto;
	position:absolute;
	color:#009e96;
	font-size:140%;
	bottom:calc(50% - 12px);
	left:-5%;
	z-index:10;
	cursor:pointer;
}
.sli-nex {
	max-width:30px;
	width:100%;
	height:auto;
	position:absolute;
	color:#009e96;
	right:-5%;
	bottom:calc(50% - 12px);
	z-index:10;
	cursor:pointer;
}
.sli-nex img, .sli-pre img {
	width:100%;
	height:auto;
}
.slick-slide img {
	opacity:0.5;
}
.slick-slide.slick-active img {
	opacity:1.0;
}
.plan-sli .slide-dots {
	text-align: center;
	margin:20px auto;
}
.plan-sli .slide-dots li {
	display:inline-block;
	margin:auto 10px;
	width:16px;
	background:none;
}
.plan-sli .slide-dots button {
	position: relative;
	text-indent: -9999px;
	border:solid 0px #F00;
	background:none;
	cursor:pointer;
}
.plan-sli .slide-dots button:before {
	content:"●";
	color:#cdbea0;
	font-size: 1.4rem;
	text-indent: 0px;
	position: absolute;
	top:-50%;
	left:0%;
	width:100%;/*object-fit IE11バグ */
	height:auto;
	top: calc(50% - 4px);
	left: calc(50% - 2px);
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.plan-sli .slide-dots button:hover:before {
	content: '●';
	color:#5bb7c4;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.plan-sli .slide-dots .slick-active button:before {
	content: '●';
	color:#5bb7c4;
}
.plan-sli-date {
	color:#ffffff;
	font-size:0.8rem;
	font-weight:700;
	padding:2px 5px;
	position:absolute;
	bottom:0;
	left:0;
}
.plan-sli-descript {
	width:100%;
	text-align:left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px 15px 20px;
	box-sizing: border-box;
}
.plan-sli-tit {
	font-size:1.1rem;
	font-weight:700;
	line-height:120%;
	color:#ffffff;
	margin-bottom:8px;
}
.plan-sli-cap {
	padding:25px 0 20px;
	margin:0 auto 10px;
	font-size:1.1rem;
	font-weight:700;
	line-height:150%;
	border-bottom:dotted 1px #252525;
	overflow: auto;
	min-height:105px;
}
.plan-num img {
	float: left;
	margin-top: -25px;
	margin-right: 0px;
}
.plan-sli-price {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color:#379caa;
	font-size:1.6rem;
	text-align:right;
}
.plan-sli-price .fon-xsma {
	font-size:0.9rem;
	color:#252525;
}
.plan-holiday {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color:#252525;
	font-size:0.8rem;
	line-height:150%;
	padding-top:5px;
	display:block;
}
a.plan-but {
	color:#815d11;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	max-width:330px;
	width:100%;
	min-height:44px;
	height:100%;
	margin:0 auto;
	border:solid 1px #cdba93;
	background:url(../images/ico_chevron_right_gre01.svg) right 10px center no-repeat, #ffffff;
}
a.plan-but:hover {
	background:#ecfafc;
}
.plan-list-but-wra {
	width:100%;
	height:auto;
	margin:30px auto 60px;
	padding:0 1.5%;
	box-sizing: border-box;
}
.plan-list-but-wra-nomar {
	width:100%;
	height:auto;
	margin:0px auto 0px;
}
a.plan-list-but {
	color:#815d11;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	max-width:430px;
	width:100%;
	min-height:50px;
	height:100%;
	margin:0 auto;
	border-radius:30px;
	border:solid 2px #cdba93;
	background:url(../images/ico_chevron_right_gre01.svg) right 20px center no-repeat, #ffffff;
	box-sizing: border-box;
}
a.plan-list-but:hover {
	background:#ecfafc;
}
a.part-but {
	color:#815d11;
	font-size:0.88rem;
	letter-spacing:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	text-align:center;
	max-width:260px;
	width:100%;
	line-height:130%;
	min-height:30px;
	height:100%;
	padding:10px 10px;
	margin:5px auto;
	border-radius:8px;
	border:solid 1px #cdba93;
	background:url(../images/ico_chevron_right_gre01.svg) right 8px center no-repeat, #ffffff;
	box-sizing: border-box;
}
a.part-but:hover {
	background:#ecfafc;
}
/* メニューブロック*/
/* メニューはデフォルトヘッダかハンバーガーかでmediascreen制御判断　以下はデフォルトヘッドメニュー*/
.men-wra {
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:0px 0;
	display:block;
}
.men-wra.men-wra-act {
	display:block;
}
.menu {
	max-width:1080px;
	width:100%;
	margin:0px auto;
	text-align:center;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.menu li {
	text-align:center;
	width:auto;
	height:auto;
	box-sizing: border-box;
}
.menu li:last-of-type {
	border-right:solid 0px #252525;
}
.menu li a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color:#252525;
	width:calc(100% - 0px);
	font-weight:700;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:1.0rem;
	letter-spacing:0;
	margin:0 auto;
	padding:0px 8px;
	transition: 0.8s;
}
.menu li a:hover {
	color:#5bb7c4;
	text-decoration:none;
	border-radius:2px;
}
.hum-men-wra {
	display:none;
	margin-left:10px;
}
/* ENDメニューブロック*/

/* footer */
.foo-wra {
	height:auto;
	width:100%;
	padding:50px 1.25% 0;
	background:#f7f6eb;
	box-sizing: border-box;
}
.foo-con {
	max-width: 1280px;
	width:100%;
	margin:0 auto;
}
.foo-log {
	max-width:142px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding-bottom:40px;
}
.foo-log img {
	width:100%;
	height:auto;
}
.foo-men {
	max-width:1180px;
	width:100%;
	margin:0 auto;
}
.foo-men-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin:0 auto;
}
.foo-men-lis li a {
	color:#815d11;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1rem;
	padding:5px 10px;
	position:relative;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.foo-men-lis li a:hover {
	color:#5bb7c4;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.cop {
	text-align: center;
	font-size: 0.9rem;
	background: #f7f6eb;
	line-height: 130%;
	padding: 20px 2.5%;
	color: #815d11;
	font-weight:400;
}
.cop a {
	color: #815d11;
}
/* page top */

#pag-top {
	display:none;
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:100;
}
#pag-top a {
	display:block;
	width:56px;
	height:56px;
	text-align:center;
	border-radius:0px;
	border:solid 2px #f7f6eb;
	background:#ffffff;
	background-color: rgba( 255, 255, 255, 0.8 );
	transition: 0.5s;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
#pag-top a:hover {
	-webkit-transform:translate(-0%, -20%) scale(1) rotate(0deg);
	transform:translate(-0%, -20%) scale(1) rotate(0deg);
	display:block;
	width:56px;
	height:56px;
	text-align:center;
	border:solid 2px #f7f6eb;
	border-radius:0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
/* common */
.mai-con-wra {
	width:100%;
	margin:0 auto;
	padding:0px 0px 0px;
	overflow:hidden;
}
.mai-con {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}
.sec-tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color:#252525;
	font-size:2rem;
	font-weight:400;
	line-height:140%;
	width:calc(100% - 0px);
	padding:0px 0px;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:30px;
	box-sizing: border-box;
}
.sec-tit-cap {
	font-size:1.3rem;
}
.intro-wra {
	width:100%;
	height:auto;
}
.intro-blo {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:40px auto 20px;
	padding:80px 1.5%;
	box-sizing: border-box;
	text-align:center;
	background:url(../images/ilst_hom_sor01.png) left center/auto 494px no-repeat;
	box-sizing: border-box;
}
.intro-cap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.3rem;
	font-weight:400;
	letter-spacing:3px;
	line-height:200%;
	padding:0 0 60px 0;
}
.intro-copy {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color:#815d11;
	font-size:1.5rem;
	font-weight:400;
	letter-spacing:3px;
	line-height:160%;
}
.intro-fon-lar {
	font-size:2.0rem;
	font-weight:400;
	letter-spacing:3px;
	line-height:160%;
}
.topic-wra {
	width:100%;
	height:auto;
	background:#f7f6eb;
	padding:80px 0;
}
.topic-blo {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0px auto 0px;
	padding:0px 0;
	text-align:center;
}
.normal-cap {
	font-size:1.1rem;
	font-weight:700;
	line-height:150%;
}
.normal-cap br {
	display:none;
}
.part-wra {
	width:100%;
	height:auto;
	background:#f2ecd6;
	padding:80px 0 50px;
}
.part-blo {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0px auto 0px;
	padding:0px 0;
	text-align:center;
}
.part-list {
	padding:30px 0 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
}
.part-item {
	max-width:33%;
	padding:20px;
	width:100%;
	height:auto;
	box-sizing: border-box;
}
.part-tit {
	margin-bottom:20px;
	text-align:center;
}
.part-tit-inn {
	width:100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.6rem;
	line-height:180%;
	letter-spacing:1px;
	background:#FFF;
	padding:3px 8px;
	font-style:italic;
}
.part-pic {
	max-width:280px;
	border:solid 4px #FFF;
	width:auto;
	height:100%;
	margin:0 auto 30px;
	box-sizing: border-box;
}
.part-pic img {
	width:100%;
	height:auto;
}
.part-cap-wra {
	text-align:left;
	font-size:1.04rem;
	letter-spacing:0;
	line-height:150%;
	min-height:200px;
}
.part-item:nth-child(1) .part-cap-wra {
 background:url(../images/ico_num_part01.svg) right bottom 20px no-repeat;
}
.part-item:nth-child(2) .part-cap-wra {
 background:url(../images/ico_num_part02.svg) right bottom 20px no-repeat;
}
.part-item:nth-child(3) .part-cap-wra {
 background:url(../images/ico_num_part03.svg) right bottom 20px no-repeat;
}
.part-item:nth-child(4) .part-cap-wra {
 background:url(../images/ico_num_part04.svg) right bottom 20px no-repeat;
}
.part-item:nth-child(5) .part-cap-wra {
 background:url(../images/ico_num_part05.svg) right bottom 20px no-repeat;
}
.plan-wra {
	width:100%;
	height:auto;
	background:#f7f6eb;
	padding:80px 0;
}
.plan-blo {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0px auto 0px;
	padding:0px 0;
	text-align:center;
}
.plan-fuki {
	max-width:360px;
	color:#ffffff;
	font-weight:700;
	font-size:1.2rem;
	background:#5bb7c4;
	text-align:center;
	padding:8px;
	margin:0 auto 10px;
	box-sizing: border-box;
	position:relative;
}
.plan-fuki:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #5bb7c4 transparent transparent transparent;
	border-width: 20px 12px 0 12px;
	z-index:5;
}
.plan-fuki-mid {
	font-weight:700;
	font-size:1.1rem;
	letter-spacing:0;
}
.dress-bana-wra {
	width:100%;
	height:auto;
	background:#d1f9ff;
	padding:60px 0;
}
.dress-bana-blo {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px 0;
	text-align:center;
}
.dress-ban {
	max-width:888px;
	width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
.dress-ban-sp {
	max-width:460px;
	width:100%;
	height:auto;
	display:none;
	margin:0 auto;
}
.dress-ban img, .dress-ban-sp img {
	width:100%;
	height:auto;
}
.option-wra {
	width:100%;
	height:auto;
	background:#ffffff;
	padding:80px 0;
}
.option-blo {
	max-width:1080px;
	width:100%;
	height:auto;
	margin:0px auto 0px;
	padding:0px 0;
	text-align:center;
}
.option-lis-wra {
	width:100%;
	height:auto;
	padding:30px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:flex-start;
}
.option-lis {
	max-width:480px;
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:stretch;
}
.option-lis li:nth-child(2n -1) {
 width:60%;
 color:#ffffff;
 font-size:1.1rem;
 font-weight:700;
 background:#5bb7c4;
 text-align:left;
 padding:10px 15px;
 border:solid 1px #f7f6eb;
 border-bottom:none;
 box-sizing: border-box;
}
.option-lis li:nth-child(2n) {
 width:40%;
 color:#252525;
 font-size:1.1rem;
 font-weight:400;
 background:#ffffff;
 text-align:left;
 padding:10px 20px;
 border:solid 1px #cccccc;
 border-bottom:none;
 box-sizing: border-box;
}
 .option-lis:nth-child(2) li:nth-child(2n -1) {
 width:60%;
 color:#ffffff;
 font-size:1.1rem;
 letter-spacing:0; 
 font-weight:700;
 background:#5bb7c4;
 text-align:left;
 padding:10px 15px;
 border:solid 1px #f7f6eb;
 border-bottom:none;
 border-bottom:solid 1px #ffffff;
box-sizing: border-box;
}
.option-lis:nth-child(2) li:nth-child(2n) {
 width:40%;
 color:#252525;
 font-size:1.1rem;
 letter-spacing:0; 
 font-weight:400;
 background:#ffffff;
 text-align:left;
 padding:10px 20px;
 border:solid 1px #cccccc;
 border-bottom:none;
 border-bottom:dotted 1px #cccccc;
box-sizing: border-box;
}
.option-lis li:nth-last-of-type(2) {
 border-bottom:solid 1px #f7f6eb;
}
.option-lis li:nth-last-of-type(1) {
 border-bottom:solid 1px #cccccc;
}
.option-lis:nth-child(2) li:nth-child(n+3):nth-child(-n+6) {
 border-top:none;
 border-bottom:none;
 border-bottom:dotted 1px #cccccc;
}
.option-lis:nth-child(2) li:nth-child(n+7):nth-child(-n+8) {
 border-top:none;
 border-bottom:none;
 
}

.option-lis:nth-child(2) li:nth-last-of-type(2) {
 border-bottom:solid 1px #cccccc;
}
.option-lis:nth-child(2) li:nth-last-of-type(1) {
 border-bottom:solid 1px #cccccc;
}
.line-blo-wra {
	width:100%;
	height:auto;
	background:#f7f6eb;
	padding:80px 0;
}
.line-blo {
	max-width:1080px;
	width:100%;
	height:auto;
	margin:0px auto 0px;
	padding:0px 0;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
	background:url(../images/ico_heart_wing_brown.svg) center center no-repeat;
}
.line-but-wra {
	max-width:256px;
	width:100%;
	height:auto;
}
.line-but-cap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:2.0rem;
	font-weight:400;
	line-height:150%;
	margin-bottom:20px;
}
.inq-but-wra a {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	color: #f7f6eb;
	font-size:1.7rem;
	font-weight:700;
	letter-spacing:0px;
	margin:0 auto;
	padding:0px 18px 0 0;
	line-height:130%;
	letter-spacing:0px;
	max-height:64px;
	max-width:264px;
	width:100%;
	height:auto;
	border: 0px solid #1262af;
	border-radius:0px;
	cursor:pointer;
	-webkit-appearance: none;
	box-sizing: border-box;
	position:relative;
	top:0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	box-shadow: 0px 3px 0px 0px rgba(150, 214, 223, 1.0);
	overflow:hidden;
	background:#5bb7c4;
}
.inq-but-wra a:hover {
	color:#1a8695;
	background:#ffffff;
	top:3px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	box-shadow: 0px 0px 0px 0px rgba(150, 214, 223, 1.0);
}
.inq-but-wra a:before {
	content: "";
	position: absolute;
	right:0px;
	top:calc(0% - 0px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #f7f6eb transparent transparent transparent;
	border-width: 10px 0px 0px 18px;
	transform: rotate(0deg);
}
.inq-but-wra a:after {
	content: "";
	position: absolute;
	right:0px;
	bottom:calc(0% - 0px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color:transparent transparent #f7f6eb transparent;
	border-width: 0px 0px 10px 18px;
	transform: rotate(0deg);
}
.inq-but-wra a:hover:before {
	content: "";
	position: absolute;
	right:0px;
	top:calc(0% - 0px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #1a8695 transparent transparent transparent;
	border-width: 10px 0px 0px 18px;
	transform: rotate(0deg);
}
.inq-but-wra a:hover:after {
	content: "";
	position: absolute;
	right:0px;
	bottom:calc(0% - 0px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color:transparent transparent #1a8695 transparent;
	border-width: 0px 0px 10px 18px;
	transform: rotate(0deg);
}
.inq-left {
	color:#1a8695;
	font-size:1.1rem;
	font-weight:700;
	line-height:120%;
	background:#f7f6eb;
	padding:6px 15px;
	margin-right:18px;
	position:relative;
	box-sizing: border-box;
}
.inq-left:after {
	content: "";
	position: absolute;
	right:-12px;
	bottom:calc(50% - 5px);
	width: 0px;
	height: 0px;
	margin:0 auto;
	border-style: solid;
	border-color: transparent transparent transparent #f7f6eb;
	border-width: 5px 0px 5px 12px;
	transform: rotate(0deg);
}
.inq-but-wra a:hover .inq-left:after {
	content: "";
	position: absolute;
	right:-12px;
	bottom:calc(50% - 5px);
	width: 0px;
	height: 0px;
	margin:0 auto;
	border-style: solid;
	border-color: transparent transparent transparent #1a8695;
	border-width: 5px 0px 5px 12px;
	transform: rotate(0deg);
}
.inq-but-wra a:hover .inq-left {
	background:#ffffff;
}
.line-qr {
	max-width:226px;
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.line-qr img {
	width:100%;
	height:auto;
	border:solid 0px #cccccc;
}
.line-qr-tit {
	color:#815d11;
	font-size:1.0rem;
	font-weight:700;
	line-height:130%;
}
.insta-blo-wra {
	width:100%;
	height:auto;
	background:#96d6df;
	padding:80px 0;
}
.insta-blo {
	max-width:1080px;
	width:100%;
	height:auto;
	margin:0px auto 0px;
	padding:0px 0;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
	background:url(../images/ico_heart_wing_white.svg) center center no-repeat;
}
.insta-but-wra {
	max-width:318px;
	width:100%;
	height:auto;
	display:block;
}
.insta-but {
	max-width:230px;
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
}
.insta-but img {
	width:100%;
	height:auto;
	border-radius:116px;
}
.insta-but a:after {
	content: "";
	background:url(../images/ico_chevron_right_lar01.svg) left 12px top 9px/8px no-repeat, #ffffff;
	position: absolute;
	right: 30px;
	bottom: 10px;
	width: 30px;
	height: 30px;
	margin:0 auto;
	border-radius:50px;
}
.insta-link-wra a {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.insta-ico {
	display:inline-block;
	width:50px;
	height:50px;
	background:#ffffff;
	border-radius:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.insta-ico img {
	width:26px;
	height:26px;
}
.insta-link-tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color:#ffffff;
	font-size:2.0rem;
	font-weight:400;
	line-height:120%;
	padding:0 20px;
	letter-spacing:6px;
	display:inline-block;
}
.fon-sma-min {
	letter-spacing:0px;
	display:block;
	font-size:1.0rem;
	line-height:110%;
}
.insta-link-wra {
	max-width:318px;
}
.company-wra {
	width:100%;
	height:auto;
	background:#ffffff;
	padding:80px 0;
}
.company-blo {
	max-width:1080px;
	width:100%;
	height:auto;
	margin:0px auto 0px;
	padding:0px 0;
	text-align:center;
}
.company-logo {
	max-width:348px;
	width:100%;
	height:auto;
	margin: 0 auto;
}
.company-logo img {
	width:100%;
	height:auto;
}
.company-studio {
	padding:20px 0 60px;
	font-size:1.3rem;
	font-weight:700;
}
.company-list {
	font-size:1.2rem;
}
.company-tell {
	font-size:2.2rem;
	font-weight:400;
	color:#379caa;
	cursor:pointer;
	line-height:150%;
	display:block;
}
.com-fon-sma {
	font-size:0.9rem;
	display:block;
	line-height:100%;
	padding-bottom:20px;
}
.support-wra {
	width:100%;
	height:auto;
	background:#f2ecd6;
	padding:80px 0;
}
.support-list {
	max-width:740px;
	width:100%;
	height:auto;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
}
.support-item {
	max-width:330px;
	width:100%;
	height:88px;
}
.support-item a {
	max-width:330px;
	width:100%;
	height:88px;
	margin:0 auto;
	border:solid 1px #815d11;
	background:#ffffff;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	position:relative;
	background:url(../images/ico_chevron_right_blue.svg) right 15px center no-repeat, #ffffff;
	position:relative;
	box-sizing: border-box;
}
.support-item a:hover {
	background:url(../images/ico_chevron_right_blue.svg) right 30px center no-repeat, #ecfafc;
}
.support-cap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.4rem;
	color:#815d11;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
}
.support-icon {
	display:inline-block;
	max-width:44px;
	width:100%;
	height:auto;
	position:absolute;
	left:20px;
}
.support-icon img {
	width:100%;
	height:auto;
}
.sub-vis-wra {
	width:100%;
	height:auto;
	background:#ffffff;
	padding:0px 0;
}
.sub-vis-blo {
	max-width:1280px;
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px 0;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	background:#5bb7c4;
}
.sub-vis {
	max-width:860px;
	width:100%;
	height:240px;
	overflow:hidden;
	position:relative;
}
.sub-vis img {
	width:100%;
	height:auto;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}
.sub-vis img.sub-faq {
	position:absolute;
	width:100%;
	height:auto;
	top: 80%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sub-vis img.sub-pudress {
	position:absolute;
	width:100%;
	height:auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sub-cap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color:#ffffff;
	font-size:2.0rem;
	line-height:140%;
	padding-right:5%;
	text-align:right;
}
.sub-cap-br {
	display:none;
}
/* FAQ よくある質問　*/
.faq-blo {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:40px auto 20px;
	padding:80px 1.5%;
	box-sizing: border-box;
	text-align:center;
	background:url(../images/ilst_hom_sor01.png) left center/auto 494px no-repeat;
	box-sizing: border-box;
}
.faq-lis {
	max-width:940px;
	width:calc(100% - 0px);
	height:auto;
	margin:auto;
	padding:0px 0 0px;
}
.faq-lis-tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	width:calc(100% - 0px);
	height:calc(auto);
	border:double 3px #5bb7c4;
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	margin:0px 0px 20px;
	background:none;
	padding:6px 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.faq-lis-tit .faq-lis-que-tit {
	background:url(../images/ico_chevron_down.svg) right center no-repeat;
}
.faq-lis-tit.selected .faq-lis-que-tit {
	background:url(../images/ico_chevron_up.svg) right center no-repeat;
}
.faq-lis-que {
	background:none;
	width:54px;
	height:50px;
	color:#5bb7c4;
	font-size:1.6rem;
	font-weight:700;
	border-radius:3px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.faq-lis-que-tit {
	width:calc(100% - 0px);
	line-height:130%;
	color:#5bb7c4;
	font-size:1.5rem;
	font-weight:700;
	padding:0px 0px 0 20px;
	border-radius:0px;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.faq-lis-sen {
	width:calc(100% - 0px);
	height:calc(auto);
	border:solid 0px #ef5964;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	margin:0px auto 50px;
	letter-spacing:0;
	padding:0px 0 0 0px;
}
.faq-sen-cap {
	width:calc(100% - 54px);
	font-size:1.1rem;
	padding:10px 30px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:left;
}
.faq-sen-cap p {
	padding-bottom:20px;
}
.faq-sen-cap p:last-of-type {
	padding-bottom:0px;
}
.faq-lis-ans {
	background:#8d6c28;
	width:50px;
	height:50px;
	border-radius:0px;
	color:#ffffff;
	border:solid #ee0084 0px;
	font-size:160%;
	font-weight:700;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.revi-list {
	max-width:940px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
	margin:30px auto 0px;
}
.revi-cust {
	max-width:140px;
	width:100%;
	height:auto;
}
.revi-ico {
	max-width:120px;
	width:100%;
	height:auto;
	margin:0 auto 5px;
}
.revi-ico img {
	width:100%;
	height:auto;
	margin:0 auto;
}
.revi-name {
	font-size:1.04rem;
	line-height:150%;
}
.revi-ident {
	font-size:0.8rem;
	line-height:130%;
}
.revi-voice {
	max-width:800px;
	width:100%;
	height:auto;
	padding:15px 20px;
	border-radius:16px;
	border:solid 2px #5bb7c4;
	box-sizing: border-box;
	position: relative;
}
.revi-voice:nth-child(2n):after {
 content: "";
 position: absolute;
 left:-22px;
 top:calc(50% - 15px);
 width: 0px;
 height: 0px;
 margin: auto;
 border-style: solid;
 border-color: transparent #f2ecd6 transparent transparent;
 border-width: 10px 20px 10px 0px;
 transform: rotate(0deg);
}
.revi-voice:nth-child(2n-1):after {
 content: "";
 position: absolute;
 right:-22px;
 top:calc(50% - 15px);
 width: 0px;
 height: 0px;
 margin: auto;
 border-style: solid;
 border-color: transparent #f2ecd6 transparent transparent;
 border-width: 10px 20px 10px 0px;
 transform: rotate(180deg);
}
.revi-tit {
	color:#379caa;
	font-weight:700;
	font-size:1.2rem;
	margin-bottom:10px;
	border-bottom:solid 1px #f2ecd6;
}
.revi-cap {
	font-size:1.1rem;
	line-height:150%;
	text-align:left;
}
.flow-list {
	max-width:940px;
	width:100%;
	height:auto;
	margin:60px auto 0;
}
.flow-item:nth-child(2n-1) {
 width:100%;
 min-height:100px;
 height:100%;
 padding:0 0 80px;
 background:url(../images/ico_flow_arrow_left01.png) left 60px bottom 20px /80px auto no-repeat;
}
 .flow-item:nth-child(2n) {
 width:100%;
 min-height:100px;
 height:100%;
 padding:0 0 80px;
 background:url(../images/ico_flow_arrow_right01.png) right 60px bottom 20px /80px auto no-repeat;
}
 .flow-item:nth-child(2n):last-of-type {
 background:none;
 padding:0 0 40px;
}
.flow-data-list {
	position:relative;
	width:100%;
	height:auto;
	margin-top:0px;
}
 .flow-item:nth-child(2n-1) .flow-data-tit {
 position:absolute;
 top:-20px;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
 background:#ffffff;
 padding:5px 15px;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 align-items:center;
 box-sizing: border-box;
 border:double 3px #379caa;
}
 .flow-item:nth-child(2n) .flow-data-tit {
 position:absolute;
 top:-20px;
 right:0;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
 background:#ffffff;
 padding:5px 15px;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 align-items:center;
 box-sizing: border-box;
 border:double 3px #379caa;
}
.flow-tit-ico {
	max-width:60px;
	width:100%;
	height:auto;
	margin:0 10px 0px 0;
}
.flow-tit-ico img {
	width:100%;
	height:auto;
}
.flow-tit-cap {
	font-size:1.6rem;
	color:#815d11;
}
.flow-num {
	font-size:2.4rem;
	color:#379caa;
}
 .flow-item:nth-child(2n-1) .flow-data {
 margin-left:auto;
 max-width:800px;
 text-align:left;
 font-size:1.1rem;
 line-height:160%;
 width:100%;
 background:#ffffff;
 border:dotted 2px #379caa;
 border-radius:16px;
 padding:20px 20px 20px 70px;
 box-sizing: border-box;
}
 .flow-item:nth-child(2n) .flow-data {
 margin-right:auto;
 max-width:800px;
 text-align:left;
 font-size:1.1rem;
 line-height:160%;
 width:100%;
 background:#fbfbf3;
 border:dotted 2px #379caa;
 border-radius:16px;
 padding:20px 60px 20px 30px;
 box-sizing: border-box;
}
.flow-data a {
	text-decoration:underline;
}
.flow-data a:hover {
	text-decoration:none;
}
.plan-list-wra {
	width:100%;
	height:auto;
	background:url(../images/ilst_plan_sor02.png) right -80px top 80px/auto 494px no-repeat, #d1f9ff;
	padding:40px 1.5%;
	box-sizing: border-box;
}
.plan-list-blo {
	max-width:1180px;
	width:100%;
	height:auto;
	background:#ffffff;
	padding:1.25%;
	margin:0px auto 40px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
	box-sizing: border-box;
	position:relative;
}
.plan-list-fle {
	width:100%;
	height:auto;
	background:#ffffff;
	padding:0;
	margin:0px auto;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
	box-sizing: border-box;
}
.plan-list-right {
	max-width:calc(100% - 330px);
	width:70%;
	height:auto;
}
.plan-list-num-wra {
	position:absolute;
	right:-10px;
	top:-10px;
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	background:#f7f6eb;
	padding:2px 0px 2px 20px;
	border-radius:0 20px 0 0;
}
.plan-list-num-cap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color:#5bb7c4;
	font-size:1.8rem;
	letter-spacing:0;
	font-style:italic;
	margin:0 -15px 0 0;
}
.plan-list-num-ico {
	max-width:50px;
	width:100%;
	height:auto;
	margin-right:5px;
}
.plan-list-num-ico img {
	width:100%;
	height:auto;
}
.plan-list-num {
	min-width:80px;
	width:100%;
	height:auto;
}
.plan-list-num img {
	width:100%;
	height:auto;
}
.plan-list-cap {
	padding:25px 0 20px;
	margin:0 auto 10px;
	font-size:1.1rem;
	font-weight:700;
	line-height:150%;
	border-bottom:dotted 1px #252525;
	overflow: auto;
	min-height:auto;
}
.sli-thu-mai {
	max-width:310px;
	text-align:center;
	width:100%;
	height:auto;
	padding:0 0px;
	margin:0px auto 0px;
	position:relative;
}
.sli-thu-mai li {
	min-width:310px;
	width:100%;
	height:400px;
	background:#FFF;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;/*	padding-top:56%;
	height:100%;
レスポンシブ時の記述
*/
}
.sli-thu-mai-ima {
	position:relative;
	width:100%;
	height:400px;
	background:#FFF;
	overflow:hidden;
}
.sli-thu-mai-ima img {
	position:absolute;
	height:auto;
	width:100%;
	top: 50%;
	left: 50%;
	min-height: auto;
	min-width:100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.plan-list-left {
	max-width:100%;
	width:auto;
	height:auto;
}
.sli-thu {
	text-align:center;
	width:100%;
	height:auto;
	padding:0 0px;
	margin:0px auto 0px;
	position:relative;
}
.sli-thu li {
	max-width:100%;
	width:100%;
	height:88px;
	background:#FFF;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.sli-thu-ima {
	position:relative;
	width:auto;
	height:88px;
	background:#FFF;
	overflow:hidden;
	box-sizing: border-box;
}
.sli-thu-ima img {
	position:absolute;
	height:100%;
	width:auto;
	top: 50%;
	left: 50%;
	max-width:auto;
	min-height: 100%;
	min-height: auto;
	min-width: auto;
	transform: translateX(-50%) translateY(-50%);
}
.sli-thu-ima.thu-left img {
	position:absolute;
	height:100%;
	width:auto;
	top: 50%;
	left: 100%;
	max-width:auto;
	min-height: 100%;
	min-height: auto;
	min-width: auto;
	transform: translateX(-50%) translateY(-50%);
}
.sli-thu-blo {
	position:relative;
}
.slider-set {
	position:relative;
	margin:0 auto;
}
/* サムネイルにフォーカス枠*/
.sli-thu .slick-current .sli-thu-ima {
	opacity: 1;
	border:solid 2px #ff8edb;
}
.sli-thu01 .slick-current .sli-thu-ima {
	opacity: 1;
	border:solid 2px #ff8edb;
}
.sli-txt {
}
.plan-list-detail {
	text-align:left;
	padding: 0 1.5%;
}
.plan-list-detail-tit {
	font-weight:700;
	line-height:130%;
	display:inline-block;
	margin:0 auto 10px;
	padding:4px 25px 4px 10px;
	background:#5bb7c4;
	color:#ffffff;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.plan-list-detail-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	margin-bottom:30px;
}
.plan-list-detail-list li {
	border:solid 1px #5bb7c4;
	border-radius:3px;
	font-weight:400;
	line-height:130%;
	padding:2px 8px;
	display:inline-block;
	margin:0 10px 10px 0;
}
/*light boxライトボックス プランページ*/
.ite-car-list {
	margin:20px auto;
}
.container {
	margin: 0 auto;
	padding: 0px;
	max-width:800px;
	width: 100%;
	background-color: #fff;
	column-count: 3; /* カラム数を指定 */
	column-gap: 0; /* カラム間の余白を調整 */
}
.ite-lig-box-pic {
	max-width:300px;
	width:100%;
	height:auto;
	margin:0 auto;
	position: relative;
	padding: 0px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.ite-lig-box-pic img {
	max-width: 100%;
	width:100%;
	height:auto;
}
.sec-sub-tit {
	font-size:1.24rem;
	font-weight:700;
	padding:36px 0 0px;
	text-align: center;
	margin:0 auto 30px;
	background:url(../images/ico_wing01.svg) center top / 50px auto no-repeat;
}
.sec-sub-tit::after {
width:60px;
margin:auto;
content: "";
display: block;
margin:10px auto 0;
height: 2px;
 background:#5bb7c4;
}
.sec-sub-tit-br {
	display:none;
}
.fle-para {
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:flex-start;
}
.ico-point {
	max-width:28px;
	width:100%;
	height:auto;
	margin-right:5px;
}
.ico-point img {
	width:100%;
	height:auto;
}
.odress-list-br {
	display:none;
}
.plan-sing-point-list {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:flex-start;
	margin:0 auto 40px;
}
.plan-sing-point-list > li {
	max-width:30%;
	width:100%;
	min-height:88px;
	height:auto;
	line-height:140%;
	color:#815d11;
	font-weight:700;
	border-radius:8px;
	background:#f7f6eb;
	padding:2.5% 5px;
	box-sizing: border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.plan-sing-point-list > li br {
	display:block;
}
.plan-sing-detail-sec {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:flex-start;
}
.plan-sing-detail-list {
	max-width:390px;
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items:flex-start;
	margin:0 40px 0 0;
}
.plan-sing-detail-list > li {
	line-height:120%;
	font-size:0.9rem;
	font-weight:700;
	max-width:120px;
	width:100%;
	height:120px;
	padding:0 0 10px 0;
	margin:0 5px 8px 5px;
	border:solid 1px #815d11;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-end;
	box-sizing: border-box;
}
.plan-ico-satsuei {
	background:url(../images/ico_plan_detail01.svg) center top 15px / 60px auto no-repeat;
}
.plan-ico-sinpu {
	background:url(../images/ico_plan_detail02.svg) center top 15px / 60px auto no-repeat;
}
.plan-ico-sinrou {
	background:url(../images/ico_plan_detail03.svg) center top 15px / 60px auto no-repeat;
}
.plan-ico-hair {
	background:url(../images/ico_plan_detail05.svg) center top 15px / 60px auto no-repeat;
}
.plan-ico-kitsuke {
	background:url(../images/ico_plan_detail04.svg) center top 15px / 60px auto no-repeat;
}
.plan-ico-komono {
	background:url(../images/ico_plan_detail06.svg) center top 15px / 60px auto no-repeat;
}
.plan-ico-data {
	background:url(../images/ico_plan_detail07.svg) center top 15px / 60px auto no-repeat;
}
.plan-ico-album {
	background:url(../images/ico_plan_detail08.svg) center top 15px / 60px auto no-repeat;
}
.plan-ico-retouch {
	background:url(../images/ico_plan_detail09.svg) center top 15px / 60px auto no-repeat;
}
.plan-sing-detail-desc {
	max-width:50%;
	width:100%;
	height:auto;
	border:double 3px #5bb7c4;
	padding:2.5%;
	box-sizing: border-box;
}
.plan-sing-detail-desc dt {
	color:#252525;
	line-height:140%;
	font-size:1.2rem;
	font-weight:700;
	background:#f7f6eb;
	text-align:left;
	padding:10px 20px;
	margin:0 0 20px 0;
}
.plan-sing-detail-desc dd {
	text-align:left;
	line-height:150%;
	font-size:1.0rem;
}
.plan-detail-caution {
	font-size:0.9rem;
	line-height:130%;
	padding-top:15px;
}
.plan-sing-detail-blo {
	width:100%;
	height:auto;
	margin:0 auto 40px;
}
.plan-sing-locat-blo {
	max-width:1080px;
	width:100%;
	height:auto;
	margin:0 auto 20px;
}
.locat-br {
	display:none;
}
.plan-sing-locat-blo li {
	margin:0 20px 20px;
}
.plan-sing-locat-blo li:first-of-type {
	margin:0 20px 0 0;
}
.plan-sing-locat-blo li:last-of-type {
	margin:0 0 0 20px;
}
.plan-sing-locat-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	margin:20px auto 0px;
}
.plan-sing-locat-pic {
	width:240px;
	height:240px;
	border-radius:125px;
	margin:0 auto 15px;
	overflow:hidden;
}
.plan-sing-locat-pic img {
	width:100%;
	height:auto;
}
.plan-sing-locat-pic-hor {
	max-width:100%;
	width:240px;
	height:240px;
	border-radius:125px;
	margin:0 auto 15px;
	overflow:hidden;
	position:relative;
}
.plan-sing-locat-pic-hor img {
	width:auto;
	height:100%;
	position:absolute;
	top: 50%;
	left: 50%;
	min-height:100%;
	min-width: auto;
	transform: translateX(-50%) translateY(-50%);
}
.plan-sing-locat-place {
	padding:10px;
	display:inline-block;
	font-size:1.1rem;
	border-top:solid 1px #5bb7c4;
}
.plan-sing-point-blo {
	max-width:1080px;
	width:100%;
	height:auto;
	margin:0px auto 20px;
}
.plan-sing--blo {
	max-width:1080px;
	width:100%;
	height:auto;
	margin:20px auto 20px;
}
.plan-sing-caut-blo {
	max-width:940px;
	width:100%;
	height:auto;
	margin:20px auto 0px;
}
.plan-sing-caut-cont {
	width:100%;
	height:auto;
	padding:2.5% 5%;
	border:solid 2px #5bb7c4;
	box-sizing: border-box;
}
.plan-sing-caut-sec dt {
	color:#379caa;
	line-height:150%;
	font-size:1.1rem;
	font-weight:700;
	background:#f7f6eb;
	text-align:left;
	padding:10px 20px;
	margin:0 0 10px 0;
}
.plan-sing-caut-sec dd {
	color:#252525;
	line-height:150%;
	font-size:1.0rem;
	font-weight:400;
	text-align:left;
	padding:10px 10px;
	margin:0 0 20px 0;
}
.plan-sing-caut-sec:last-of-type dd {
	margin:0 0 0px 0;
}
.pudress-list-wra {
	width:100%;
	height:auto;
	background:url(../images/ilst_hom_sor01.png) left 80px top 80px/auto 494px no-repeat, #ffffff;
	padding:40px 1.5%;
	box-sizing: border-box;
}
.pudress-list-blo {
	max-width:1080px;
	width:100%;
	height:auto;
	padding:1.25%;
	margin:0px auto;
	text-align:center;
	box-sizing: border-box;
	position:relative;
}
.pudress-list {
	width:100%;
	height:auto;
	padding:0;
	margin:60px auto;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:flex-start;
	box-sizing: border-box;
}
.pudress-list li {
	max-width:410px;
	width:100%;
	height:auto;
	margin:0px auto 40px;
	display:inline-block;
}
.pudress-list-pic {
	max-width:410px;
	display:inline-block;
	width:100%;
	height:auto;
	box-shadow: 3px 0px 3px #efefef, -3px 0px 3px #efefef, 0px 3px 3px #efefef, 0px -3px 3px #efefef, 3px 3px 3px #efefef, -3px -3px 3px #efefef, 3px -3px 3px #efefef, -3px 3px 3px #efefef;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.pudress-list-pic:hover {
	box-shadow:none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.pudress-list-pic img {
	width:100%;
	height:auto;
}
.pudress-list-cap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size:1.2rem;
	display:inline-block;
	width:100%;
	height:auto;
	margin:10px auto;
}
.odress-list {
	max-width:800px;
	width:100%;
	height:auto;
	text-align:center;
	box-sizing: border-box;
	margin:30px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	position:relative;
}
.odress-list a {
	max-width:200px;
	width:100%;
	height:200px;
	display:inline-block;
	overflow:hidden;
	position:relative;
}
.odress-pic {
	max-width:200px;
	width:100%;
	height:auto;
	display:inline-block;
}
.odress-pic img {
	width:100%;
	height:auto;
	position:absolute;
	top: 50%;
	left: 50%;
	min-height: auto;
	min-width: 100%;
	transform: translateX(-50%) translateY(-50%);
}
.catalog-caution {
	max-width:840px;
	border:double 3px #5bb7c4;
	padding:2.5%;
	margin:10px auto 0;
	box-sizing: border-box;
}
.catalog-caution a {
	text-decoration:underline;
}
.cata-cau-br {
	display:none;
}
/*light boxライトボックス プランページ*/
.catalog-list {
	margin:20px auto;
}
.catalog-item {
	margin: 0 auto;
	padding: 0px;
	max-width:1180px;
	width: 100%;
	background-color: #fff;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:flex-start;
}
.catalog-pic {
	max-width:240px;
	width:100%;
	height:auto;
	margin:0 auto;
	position: relative;
	padding: 0px;
}
.catalog-pic img {
	max-width: 100%;
	width:100%;
	height:auto;
}
.catalog-name {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	display:inline-block;
	line-height:120%;
	padding:10px 5px 15px 5px;
}
.catalog-price1 {
	font-size:0.8rem;
	color:#379caa;
}
.catalog-price2 {
	font-size:0.8rem;
	color:#815d11;
}
.pudress-price1 {
	font-size:1.0rem;
	color:#379caa;
}
.pudress-price2 {
	font-size:1.0rem;
	color:#815d11;
}
.pudress-sing-wra {
	width:100%;
	height:auto;
	background:url(../images/ilst_hom_sor03.png) right 80px bottom 180px/auto 494px no-repeat, #ffffff;
	padding:40px 1.5%;
	box-sizing: border-box;
}
.pudress-sing-blo {
	max-width:1080px;
	width:100%;
	height:auto;
	padding:2.0%;
	margin:0px auto;
	text-align:center;
	box-sizing: border-box;
	position:relative;
	border:solid 1px #6c5c0f;
	background-color: rgba( 255, 255, 255, 0.5 );
}
.pudress-sing-fle {
	width:100%;
	height:auto;
	background:none;
	padding:0;
	margin:0px auto 40px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
	box-sizing: border-box;
}
.sli-thu-dress-blo {
	position:relative;
}
.sli-thu-dress-blo .sli-thu-mai {
	max-width:450px;
	text-align:center;
	width:100%;
	height:auto;
	padding:0 0px;
	margin:0px auto 0px;
	position:relative;
}
.sli-thu-dress-blo .sli-thu-mai li {
	min-width:450px;
	width:100%;
	height:600px;
	background:#FFF;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;/*	padding-top:56%;
	height:100%;
レスポンシブ時の記述
*/
}
.sli-thu-dress-blo .sli-thu-mai-ima {
	position:relative;
	width:100%;
	height:100%;
	background:#FFF;
	overflow:hidden;
}
.sli-thu-dress-blo .sli-thu-mai-ima img {
	position:absolute;
	height:auto;
	width:100%;
	top: 50%;
	left: 50%;
	min-height: auto;
	min-width:100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.sli-thu-dress-blo .sli-thu {
	text-align:center;
	width:100%;
	height:auto;
	padding:0 0px;
	margin:0px auto 0px;
	position:relative;
}
.sli-thu-dress-blo .sli-thu li {
	max-width:200px;
	width:100%;
	height:140px;
	background:#FFF;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.sli-thu-dress-blo .sli-thu-ima {
	position:relative;
	width:auto;
	height:140px;
	background:#FFF;
	overflow:hidden;
	box-sizing: border-box;
}
.sli-thu-dress-blo .sli-thu-ima img {
	position:absolute;
	height:100%;
	width:auto;
	top: 50%;
	left: 50%;
	max-width:auto;
	min-height: 100%;
	min-height: auto;
	min-width: auto;
	transform: translateX(-50%) translateY(-50%);
}
.sli-thu-dress-blo .sli-thu-ima.thu-left img {
	position:absolute;
	height:100%;
	width:auto;
	top: 50%;
	left: 100%;
	max-width:auto;
	min-height: 100%;
	min-height: auto;
	min-width: auto;
	transform: translateX(-50%) translateY(-50%);
}
.pudress-sing-right {
	max-width:51%;
	width:100%;
	height:auto;
}
.pudress-sing-num-wra {
	position:absolute;
	right:-30px;
	top:-30px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background:#fff9fd;
	border:solid 1px #ff8edb;
	padding:10px 20px;
	border-radius:2px;
	z-index:5;
}
.pudress-sing-num-cap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color:#ff8edb;
	font-size:1.4rem;
	line-height:120%;
	letter-spacing:0;
	font-style:italic;
	margin:0 0px 0 0;
}
.pudress-sing-num-ico {
	max-width:60px;
	width:100%;
	height:auto;
}
.pudress-sing-num-ico img {
	width:100%;
	height:auto;
}
.pudress-sing-descript {
	text-align:left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px 0px 20px;
	box-sizing: border-box;
}
.pudress-sing-cap {
	padding:0px 0px 0px 0;
	margin:0 auto 10px;
	font-size:1.0rem;
	font-weight:400;
	line-height:150%;
}
.pudress-sing-price {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color:#379caa;
	font-size:1.6rem;
	line-height:150%;
	text-align:center;
	padding:0 30px 20px;
	margin:0 auto 20px;
	border-bottom:dotted 1px #252525;
}
.insta-dress-sing-blo {
	max-width:520px;
	width:100%;
	height:auto;
	margin:0px auto 0px;
	padding:20px 10px;
	border-radius:12px;
	text-align:center;
	box-sizing: border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
	background:#96d6df;
}
.insta-dress-sing-but-wra {
	max-width:318px;
	width:100%;
	height:auto;
	margin:0 auto 20px;
	display:block;
}
.but-pad-mid-wra {
	width:100%;
	height:auto;
	padding:30px 1.5% 0;
	box-sizing: border-box;
}
.plan-but-wra {
	width:100%;
	height:auto;
	padding:0 1.5%;
	box-sizing: border-box;
}
/* 共通セレクタ */
.ali-rig {
	text-align: right;
}
.ali-lef {
	text-align:left;
}
.ali-cen {
	text-align:center;
}
.pad-top-mid {
	padding-top:20px;
}
.pad-bot-tal {
	padding-bottom:40px;
}
.pad-top-bot-mid {
	padding-top:20px;
	padding-bottom:20px;
}
.pad-bot-mid {
	padding-bottom:20px;
}
.pad-top-bot-tal {
	padding-top:40px;
	padding-bottom:40px;
}
.mar-top-mid {
	margin-top:20px;
}
.mar-top-tal {
	margin-top:40px;
}
.mar-bot-mid {
	margin-bottom:20px;
}
.mar-bot-tal {
	margin-bottom:40px;
}
.mar-bot-xtal {
	margin-bottom:80px;
}
.mar-top-bot-mid {
	margin-top:20px;
	margin-bottom:20px;
}
.mar-top-bot-tal {
	margin-top:40px;
	margin-bottom:40px;
}
.mar-rig-mid {
	margin-right:20px;
}
.col-gre {
	color:#5bb7c4;
}
.col-gre-bol {
	color:#5bb7c4;
	font-weight:700;
}
.col-red {
	color:#D52A32;
}
.col-red-bol {
	color:#D52A32;
	font-weight:700;
}
.fon-lar {
	font-size:1.3rem;
}
.fon-mid {
	font-size:1.1rem;
}
.fon-sma {
	font-size:0.9rem;
}
.fon-xsma {
	font-size:0.8rem;
}
.fon-xsma-gre {
	color:#379caa;
	font-size:0.8rem;
}
.fon-bol {
	font-weight:bold;
	font-weight:700;
}
.ima-sor {
	width:100%;
	height:auto;
	margin:30px auto;
	text-align:center;
}
.ima-sor img {
	display:inline;
	max-width:100%;
	height:auto;
}
/*-------------------------------------------------

VIDEO MP4

------------------------------------------------*/
.mov-wra {
	max-width:1080px;
	width:calc(100% - 0px);
	height:auto;
	margin:0px auto 0px;
	padding:0;
	position:relative;
	z-index:10;
}
.mov-vis {
	width:100%;
	height:auto;
	position:relative;
	text-align:center;
	top: 0%;
	left: 0%;
	-webkit-transform: translate(-0%, -0%);
	transform: translate(-0%, -0%);
	z-index:10;
}
.mov-vis video {
	width:calc(100% - 0px);
	height:100%;
	margin:auto;
	border:solid #ccc 0px;
	border-radius:0px;
	display:inline-block;
	vertical-align:bottom;
	overflow:hidden;
}
.pudress-br {
	display:none;
}
.map-bloc {
	max-width:600px;
	width:100%;
	height:400px;
	margin:0 auto 20px;
	border-radius:8px;
	border:solid 1px #5bb7c4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.map-bloc iframe {
	width:calc(100% - 0px);
	height:100%;
	border-radius:8px;
}
.caut-area-wrap {
	max-width:680px;
	width:97%;
	height:auto;
	text-align:center;
	margin:30px auto 0;
	padding:15px 1.5%;
	background:#ffffff;
	border:solid 1px #cccccc;
	border-radius:8px;
	box-sizing: border-box;
}
.caut-area-wrap p{
	font-size:0.9rem;
	line-height:140%;
}
.caut-area-wrap .brea-800 {
	display:block;
}
