@charset "utf-8";

#main { width:1100px; margin:10px auto; }
#main .sp { display:none!important; }


/*----------------------�X�}�z��-----------------------*/

@media screen and (max-width: 768px) {
#main .pc { display:none!important; }
}


/*----------------------top�֖߂�----------------------*/
#return_top { text-align:center; margin:10px; }
#return_top a { background: url("https://image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0); line-height: 1em; padding-left: 10px; }


/*------------------------------------------------------------
  body
------------------------------------------------------------*/
#main{
	width: 100%;
	font-size: 14px;
	/* font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif; */
	color: #222;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	margin: 0 auto 50px;
}
#main a{
	text-decoration: none;
}
#main a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.hide {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.sp_no01 {
  display: block;
}
.pc_no01 {
  display: none;
}
.float-l {
	float: left;
}
.float-l.even {
	float: right;
}
.float-r {
	float: right;
}
.float-r.even {
	float: left;
}
.f-bold {
	font-weight: bold;
}
@media screen and (max-width: 640px){
	#main{
		font-size: 12px;
	}
	.sp_no01 {
		display: none;
	}
	.pc_no01 {
		display: block;
	}
	.float-l {
		float: inherit;
	}
	.float-l.even {
		float: inherit;
	}
	.float-r {
		float: inherit;
	}
	.float-r.even {
		float: inherit;
	}
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
	TOP
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------------------------
  mv
------------------------------------------------------------*/
#top .mv-ttl {
	background: url(../images/top-mvttl.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 760px;
	max-width: 1050px;
	margin: 30px auto 0;
}
.fixed-bg {
	width: 100%;
	background: url(../images/main-bg.jpg) center 160px no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
@media screen and (max-width: 640px){
	#top .mv-ttl {
		background-size: 95% auto;
		width: 100%;
		height: 0;
		max-width: 100%;
		margin: 15px auto 0;
		padding-top: 72.38%;
	}
	.fixed-bg {
		background: none;
		background-size: cover;
		background-attachment: fixed;
		width: 100%;
	}
	.fixed-bg::before {
		content:"";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background: url(../images/main-bg.jpg) center center no-repeat;
		background-size: cover;
	}
}
/*------------------------------------------------------------
  m-ttl
------------------------------------------------------------*/
#main .m-ttl01 {
	font-size: 30px;
	text-align: center;
	/* font-style: italic; */
	line-height: 1;
	letter-spacing: -0.05em;
}
#main .m-ttl01 span {
	display: inline-block;
	background: #fff;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 640px){
	#main .m-ttl01 {
		font-size: 20px;
	}
	#main .m-ttl01 span {
		padding: 8px 10px;
		margin-bottom: 5px;
	}
}
/*------------------------------------------------------------
  btn
------------------------------------------------------------*/
#main .btn {
	margin: auto;
}
#main .btn a {
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	line-height: 80px;
	position: relative;
}
#main .btn a:after{
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 30px;
}
@media screen and (max-width: 640px){
	#main .btn a {
		font-size: 14px;
		line-height: 50px;
		position: relative;
	}
	#main .btn a:after{
		width: 6px;
		height: 6px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		margin-top: -3px;
		right: 20px;
	}
}
.btbg-pk01 {
	background: #f5818e;
	border-bottom: 5px solid #de4758;
}
.btbg-pk02 {
	background: #fa7da5;
	border-bottom: 5px solid #cc3d6b;
}
.btbg-bl01 {
	background: #aa7373;
	border-bottom: 5px solid #825b4f;
}
/*------------------------------------------------------------
  fixed-link
------------------------------------------------------------*/
.fixed-link {
	position: fixed;
	top: 25%;
	right: 0;
	z-index: 999;
	transition: .8s;
}
.fixed-link.hideClassPC {
	transform: translateX(100%);
}
.fixed-link li {
	width: 90px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.fixed-link li a {
	display: block;
	border-radius: 6px 0 0 6px;
	text-align: center;
}
.fixed-link li img {
	display: block;
	margin: 0 auto 15px;
}
.fixed-link li .icon01 {
	width: 28px;
}
.fixed-link li .icon02,
.fixed-link li .icon03 {
	width: 32px;
}
.fixed-link li .share {
	width: 72px;
}
.fixed-link li .line-icon {
	width: 34px;
}
.fixed-link li .twitter-icon {
	width: 33px;
}
.fixed-link li .facebook-icon {
	width: 19px;
}
.fixed-link .fixed-link01 li a {
	background: #222;
	border-bottom: 5px solid #938e8e;
	color: #fff;
	font-size: 15px;
	padding: 20px 0;
}
.fixed-link .fixed-link02 li {
	background: #fff;
	border: 2px solid #222;
	border-radius: 6px 0 0 6px;
	border-right: none;
	padding: 20px 0 5px;
	margin-bottom: 0;
}
@media screen and (max-width: 640px){
	.fixed-link-sp {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		transition: .8s;
	}
	.fixed-link-sp.hideClassSP {
		transform: translateY(100%);
	}
	.fixed-link-sp li a {
		display: block;
	}
	.fixed-link-sp .fixed-link01 {
		background: rgba(255,255,255,0.85);
		box-sizing: border-box;
		text-align: center;
		padding: 5px 0;
	}
	.fixed-link-sp .fixed-link01 ul {
		width: 100%;
		font-size: 0;
	}
	.fixed-link-sp .fixed-link01 li {
		display: inline-block;
	}
	.fixed-link-sp .fixed-link01 li:nth-child(3n-1) {
		margin: 0 30px;
	}
	.fixed-link-sp .fixed-link01 li a {
		display: block;
	}
	.fixed-link-sp li .line-icon,
	.fixed-link-sp li .twitter-icon,
	.fixed-link-sp li .facebook-icon {
		width: 100%;
	}
	.fixed-link-sp .fixed-link02 ul {
		width: 100%;
	}
	.fixed-link-sp .fixed-link02 li {
		width: 33.33%;
		float: left;
		box-sizing: border-box;
	}
	.fixed-link-sp .fixed-link02 li:nth-child(3n-1) {
		border-left: 4px solid #938e8e;
		border-right: 4px solid #938e8e;
	}
	.fixed-link-sp .fixed-link02 li a {
		background: #222;
		width: 100%;
		height: 50px;
		color: #fff;
		text-align: center;
		font-size: 3vw;
	}
	.fixed-link-sp .fixed-link02 li .icon {
		display: inline-block;
		vertical-align: middle;
	}
	.fixed-link-sp li .icon01 {
		width: 18%;
	}
	.fixed-link-sp li .icon02 {
		width: 18%;
	}
	.fixed-link-sp li .icon03 {
		width: 22%;
	}
	.fixed-link-sp .fixed-link02 li .center {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.fixed-link-sp .fixed-link02 li span {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		margin-left: 10px;
	}
}
/*------------------------------------------------------------
  contents01
------------------------------------------------------------*/
#top .contents01 {
	width: 100%;
	box-sizing: border-box;
	padding: 345px 0 0 0;
}
#top .contents01 .inner {
	width: 1100px;
	margin: auto;
	position: relative;
}
#top .contents01 .inner:before {
	content: "";
	background:url(../images/bg01-01.png) 0 0 no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	width: 353px;
	height: 514px;
	position: absolute;
	top: 0;
	left: -35px;
	z-index: 0;
}
#top .contents01 .inner:after {
	content: "";
	background:url(../images/bg01-02.png) 0 0 no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	width: 341px;
	height: 623px;
	position: absolute;
	top: -150px;
	right: 25px;
	z-index: 0;
}
#top .contents01 .block {
	position: relative;
	z-index: 1;
}
#top .contents01 .ttl-box {
	text-align: center;
}
#top .contents01 .ttl-inner {
	display: inline-block;
	position: relative;
}
#top .contents01 .top-ttl01 {
	width: 270px;
	position: absolute;
	top: -85px;
	left: -100px;
}
#top .contents01 .txt {
	font-size: 18px;
	text-align: center;
	line-height: 2.2em;
	margin-top: 50px;
	color: #d0b8b8;
}
@media screen and (max-width: 640px){
	#top .contents01 {
		padding: 100px 0 0 0;
	}
	#top .contents01 .inner {
		width: 100%;
	}
	#top .contents01 .inner:before {
		background:url(../images/bg01-01.png) 0 75% no-repeat;
		background-size: 35% auto;
		left: 0;
	}
	#top .contents01 .inner:after {
		content: "";
		background:url(../images/bg01-02.png) right 5% no-repeat;
		background-size: 35% auto;
		top: -35%;
		right: 0;
	}
	#top .contents01 .top-ttl01 {
		width: 50%;
		top: -50px;
		left: 0;
	}
	#top .contents01 .txt {
		font-size: 13px;
		line-height: 1.8em;
		margin-top: 10px;
	}
}
/*------------------------------------------------------------
  contents02
------------------------------------------------------------*/
#top .contents02 {
	width: 100%;
	box-sizing: border-box;
	padding: 100px 0 0 0;
	position: relative;
	z-index: 1;
}
#top .contents02 .inner {
	width: 1100px;
	margin: auto;
}
#top .contents02 .top-ttl02 {
	display: block;
	width: 650px;
	margin: 50px auto 0;
}
#top .contents02 .block {
	width: 960px;
	margin: 20px auto 0;
	padding-bottom: 10px;
}
#top .contents02 .box {
	width: 800px;
	margin: auto;
	position: relative;
}
#top .contents02 .img-box {
	position: relative;
	z-index: 1;
}
#top .contents02 .img-box:after {
	content: "";
	background: linear-gradient(107deg, #ffd6e2, #f89090);	
	background: -moz-linear-gradient(107deg, #ffd6e2, #f89090);
	background: -webkit-linear-gradient(107deg, #ffd6e2, #f89090);
	width: 460px;
	height: 340px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
}
#top .contents02 .img-box .ambassador {
	width: 800px;
}
#top .contents02 .t-box {
	background: #fff;
	margin: -100px auto 0;
	box-sizing: border-box;
	box-shadow: 10px 10px rgba(255,255,255,0.5);
	padding: 40px 30px;
	position: relative;
	z-index: 2;
}
#top .contents02 .name {
	color: #f3b0b0;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#top .contents02 .name:after {
	content: "";
	width: 60px;
	margin: auto;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	border-bottom: dotted 4px #f3b0b0;
}
#top .contents02 .name span {
	font-size: 20px;
	font-weight: bold;
}
#top .contents02 .txt {
	font-size: 15px;
	text-align: justify;
	line-height: 1.8em;
	color: #482b2b;
	background-color: #fff;
	width: 80%;
	margin: 40px auto;
	padding: 10px;
}
.txt_sakie {
	color: #994848;
	font-weight: bold;
}
.txt_sakie2 {
	color: #0a7b56;
}
#top .contents02 .link {
	text-align: right;
	margin-top: 25px;
}
#top .contents02 .link a {
	display: block;
	color: #ff9191;
	font-size: 20px;
	padding-right: 45px;
	position: relative;
}
#top .contents02 .link a:before {
	display: block;
	content: "";
	background: #ff9191;
	width: 35px;
	height: 1px;
	position: absolute;
	top: 70%;
	right: 0;
}
#top .contents02 .link a:after {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border-top: solid 1px #ff9191;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -6px;
	position: absolute;
	top: 70%;
	right: 3px;
}
#top .contents02 .insta-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
@media screen and (max-width: 640px){
	#top .contents02 {
		padding: 150px 15px 0 15px;
	}
	#top .contents02 .inner {
		width: 100%;
		margin: auto;
	}
	#top .contents02 .top-ttl02 {
		width: 100%;
		margin: 20px auto 0;
	}
	#top .contents02 .block {
		width: 100%;
		margin: 20px auto 0;
	}
	#top .contents02 .box {
		width: 85%;
		margin-bottom: 30px;
	}
	#top .contents02 .img-box:after {
		width: 100%;
		height: 100%;
		top: 10px;
		left: 10px;
	}
	#top .contents02 .img-box .ambassador {
		width: 100%;
	}
	#top .contents02 .t-box {
		width: 90%;
		margin: -60px auto 0;
		box-shadow: 8px 8px rgba(255,255,255,0.5);
		padding: 20px 15px;
	}
	#top .contents02 .name {
		font-size: 20px;
	}
	#top .contents02 .name:after {
		width: 40px;
		bottom: -15px;
		border-bottom: dotted 3px #f3b0b0;
	}
	#top .contents02 .name span {
		font-size: 16px;
	}
	#top .contents02 .txt {
		font-size: 13px;
		line-height: 1.5em;
		margin-top: 30px;
	}
	#top .contents02 .link {
		margin-top: 15px;
	}
	#top .contents02 .link a {
		font-size: 16px;
		padding-right: 30px;
	}
	#top .contents02 .link a:before {
		width: 25px;
		height: 1px;
	}
	#top .contents02 .link a:after {
		width: 8px;
		height: 8px;
		border-top: solid 1px #ff9191;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -4px;
		position: absolute;
		top: 70%;
		right: 2px;
	}
	#top .contents02 .insta-icon {
		width: 10%;
		margin-right: 10px;
	}
}
/*------------------------------------------------------------
  contents03
------------------------------------------------------------*/
#top .contents03 {
	width: 100%;
	box-sizing: border-box;
	padding: 145px 0 0 0;
}
#top .contents03 .inner {
	width: 1100px;
	margin: auto;
}
#top .contents03 .block {
	position: relative;
}
#top .contents03 ul {
	width: 100%;
	font-size: 0;
}
#top .contents03 li {
	display: inline-block;
	vertical-align: top;
}
#top .contents03 .topic01 {
	width: 425px;
	margin: 0 0 0 50px;
}
#top .contents03 .topic02 {
	width: 461px;
	margin: 145px 0 0 85px;
}
#top .contents03 .topic03 {
	width: 553px;
	margin: -150px 0 0 50px;
}
#top .contents03 .topic04 {
	width: 460px;
	margin: 60px 0 0 0;
}
#top .contents03 .topic05 {
	width: 460px;
	margin: 30px 0 0 0;
}
#top .contents03 .topic06 {
	width: 457px;
	margin: 60px 0 0 105px;
}
#top .contents03 .topic07 {
	width: 493px;
	margin: 0 0 0 50px;
}
#top .contents03 .topic08 {
	width: 327px;
	margin: 90px 0 0 90px;
}
#top .contents03 li a {
	display: block;
}
#top .contents03 li .t-box {
	position: relative;
	margin-top: -50px;
}
#top .contents03 li h5 {
	background: #fff;
	width: 380px;
	box-sizing: border-box;
	line-height: 1.5em;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	/* font-style: italic; */
	padding: 10px 20px;
	text-align: center;
}
#top .contents03 li .catch {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	line-height: 1.8em;
	margin-top: 25px;
	color: #aa8989;

}
@media screen and (max-width: 640px){
	#top .contents03 {
		width: 100%;
		padding: 50px 15px 0 15px;
	}
	#top .contents03 .inner {
		width: 100%;
		margin: auto;
	}
	#top .contents03 .block {
		position: relative;
	}
	#top .contents03 ul {
		width: 100%;
		font-size: 0;
	}
	#top .contents03 li img {
		width: 100%;
	}
	#top .contents03 .topic01 {
		width: 70%;
		margin: 20px 0 0 0;
	}
	#top .contents03 .topic02 {
		width: 70%;
		margin: 30px 0 0 0;
		float: right;
	}
	#top .contents03 .topic03 {
		width: 75%;
		margin: 30px 0 0 0;
	}
	#top .contents03 .topic04 {
		width: 65%;
		margin: 30px 0 0 0;
		float: right;
	}
	#top .contents03 .topic05 {
		width: 70%;
		margin: 30px 0 0 0;
	}
	#top .contents03 .topic06 {
		width: 70%;
		margin: 30px 0 0 0;
		float: right;
	}
	#top .contents03 .topic07 {
		width: 75%;
		margin: 30px 0 0 0;
	}
	#top .contents03 .topic08 {
		width: 65%;
		margin: 30px 0 0 0;
		float: right;
	}
	#top .contents03 li .t-box {
		margin-top: -40px;
	}
	#top .contents03 li h5 {
		width: 100%;
		line-height: 1.3em;
		font-size: 15px;
		padding: 8px 15px;
	}
	#top .contents03 li .catch {
		font-size: 13px;
		line-height: 1.5em;
		margin-top: 10px;
	}
}
/*------------------------------------------------------------
  parts01
------------------------------------------------------------*/
#parts01 {
	width: 100%;
	box-sizing: border-box;
}
#parts01 .inner {
	width: 1100px;
	margin: auto;
}
#parts01 .ttl-box {
	background: #ff76a3;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 20px 0;
}
#parts01 .ttl-box .sub-ttl {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
}
#parts01 .ttl-box h4 {
	font-size: 30px;
	font-weight: bold;
}
#parts01 .box-inner {
	background: #fff;
	box-sizing: border-box;
	padding: 50px 70px 80px;
}
#parts01 .float-l {
	width: 42%;
}
#parts01 .float-l img {
	width: 100%;
}
#parts01 .float-r {
	width: 53%;
}
#parts01 .float-r {
	box-sizing: border-box;
	padding: 0 0 0 40px;
}
#parts01 .float-r.even {
	padding: 0 40px 0 0;
}
#parts01 .add_map {
	height:280px;
}
#parts01 .add_map iframe{
	width:100%;
	height:100%;
}
#parts01 h5 {
	font-size: 26px;
	line-height:1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	color:#ff76a3;
}
#parts01 .txt {
	font-size: 16px;
	line-height: 1.8em;
}
#parts01 .btn {
	margin-top: 50px;
}
@media screen and (max-width: 640px){
	#parts01 {
		padding: 0 15px;
	}
	#parts01 .inner {
		width: 100%;
	}
	#parts01 .ttl-box {
		padding: 10px 10px;
	}
	#parts01 .ttl-box .sub-ttl {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#parts01 .ttl-box h4 {
		font-size: 18px;
		line-height: 1.2em;
	}
	#parts01 .box-inner {
		padding: 20px 20px 30px;
	}
	#parts01 .float-l {
		width: 100%;
	}
	#parts01 .float-r {
		width: 100%;
	}
	#parts01 .float-r {
		padding: 0 0 0 0;
	}
	#parts01 .float-r.even {
		padding: 0 0 0 0;
	}
	#parts01 .img-box img {
		object-fit: cover;
		height: 200px;
	}
	#parts01 h5 {
		font-size: 16px;
		margin-bottom: 0;
		margin-top: 20px;
	}
	#parts01 .txt {
		font-size: 13px;
		line-height: 1.5em;
		margin-top: 15px;
	}
	#parts01 .btn {
		margin-top: 30px;
	}
}

#top #parts01 {
	padding: 150px 0 130px 0;
}
#top #parts01 .box {
	margin-top: 118px;
	position: relative;
}
#top #parts01 .box:first-child {
	margin-top: 0;
}
/* #top #parts01 .box:before {
	display: block;
	content: "";
	background: url(../images/decoration01.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 225px;
	height: 88px;
	margin-left: -112px;
	position: absolute;
	top: -85px;
	left: 50%;
}
*/
#top #parts01 .ttl-box {
	padding: 30px 0;
}
#top #parts01 .box-inner {
	background: rgba(255,255,255,0.6);
	border-bottom: 2px solid #f5818e;
}
#top #parts01 .float-l,
#top #parts01 .float-r {
	width: 50%;
}
#top #parts01 .table-box {
	margin-top: 45px;
}
#top #parts01 .table-box table {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #a6a6a6;
}
#top #parts01 .table-box tr {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}
#top #parts01 .table-box th {
	background: #a6a6a6;
	width: 23%;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}
#top #parts01 .table-box td {
	background: #fff;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 15px 0 15px 35px;
	border-bottom: 1px solid #a6a6a6;
}
#top #parts01 .table-box .no-bb {
	border-bottom: none;
}
#top #parts01 .box03 .btn01 {
	width: 600px;
	margin: 15px auto 0;
}
@media screen and (max-width: 640px){
	#top #parts01 {
		padding: 80px 15px 40px 15px;
	}
	#top #parts01 .box {
		margin-top: 70px;
	}
	#top #parts01 .box:first-child {
		margin-top: 0;
	}
	#top #parts01 .box:before {
		width: 125px;
		height: 58px;
		margin-left: -62px;
		position: absolute;
		top: -48px;
		left: 50%;
	}
	#top #parts01 .ttl-box {
		padding: 15px 10px;
	}
	#top #parts01 .float-l,
	#top #parts01 .float-r {
		width: 100%;
	}
	#top #parts01 .table-box {
		margin-top: 30px;
	}
	#top #parts01 .table-box tr {
		font-size: 12px;
	}
	#top #parts01 .table-box th {
		width: 35%;
	}
	#top #parts01 .table-box td {
		padding: 10px 10px 10px 10px;
	}
	#top #parts01 .box03 .btn01 {
		width: 100%;
		margin: 15px auto 0;
	}
	#top #parts01 .box03 .btn01 img {
		width: 100%;
	}
}
/*------------------------------------------------------------
  recommended
------------------------------------------------------------*/
#recommended {
	width: 100%;
	box-sizing: border-box;
	padding: 145px 0 0 0;
}
#recommended .inner {
	background: rgba(255,255,255,0.7);
	width: 1100px;
	margin: auto;
	box-sizing: border-box;
	border-top: 2px solid #ee9f9f;
	border-bottom: 2px solid #e98984;
	padding: 0 70px 70px;
}
#recommended .block {
	width: 960px;
	margin: 55px auto 0;
}
#recommended h4 {
	background: url(../images/ttl-bg01.jpg) center 0 no-repeat;
	background-size: 100% auto;
	width: 518px;
	height: 76px;
	margin: auto;
	margin-top: -30px;
	line-height: 76px;
	color: #fff;
	font-size: 34px;
	text-align: center;
	position: relative;
}
#recommended h4 span {
	font-weight: bold;
}
#recommended .box {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ff9989;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
#recommended .box:before {
	content: "";
	background: linear-gradient(164deg, #ff9989, #ffa49f);	
	background: -moz-linear-gradient(164deg, #ff9989, #ffa49f);
	background: -webkit-linear-gradient(164deg, #ff9989, #ffa49f);
	width: 960px;
	height: 210px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
}
#recommended .box a {
	display: block;
}
#recommended .box .float-l {
	width: 262px;
}
#recommended .box .float-l img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}
#recommended .box .float-r {
	background: #fff;
	width: 694px;
	height: 210px;
	box-sizing: border-box;
	padding: 30px 40px;
	position: relative;
}
#recommended .box .float-r:after {
	content: "";
	border-top: 25px solid transparent;
	border-right: 25px solid #ae8282;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
#recommended .box h5 {
	display: inline-block;
	color: #9d6e6a;
	font-size: 22px;
	font-weight: bold;
	border-bottom: dotted 4px #ffacac;
	padding-bottom: 10px;
	padding-right: 50px;
	line-height: 1.3em;
}
#recommended .box .txt {
	font-size: 16px;
	text-align: justify;
	line-height: 1.5em;
	margin-top: 20px;
}
#recommended .box .price {
	color: #f5818e;
	font-size: 22px;
	text-align: right;
	margin-top: 15px;
}
#recommended .box .price span{
	font-weight: bold;
}
/*---------- find-tour ----------*/
#recommended .find-tour h5 {
	color: #f0866d;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
#recommended .tour-link {
	margin-top: 30px;
}
#recommended .tour-link ul {
	width: 100%;
}
#recommended .tour-link li {
	width: 15%;
	float: left;
	margin-right: 2%;
}
#recommended .tour-link li:last-child {
	margin-right: 0;
}
#recommended .tour-link li a {
	display: block;
	background: #fff;
	line-height: 60px;
	color: #a25d5a;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #f0866d;
	border-bottom: 5px solid #f0866d;
	border-radius: 4px;
	position: relative;
}
#recommended .tour-link li a:after{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #f0866d;
	border-right: solid 2px #f0866d;
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}
@media screen and (max-width: 640px){
	#recommended {
		padding: 50px 15px 0 15px;
	}
	#recommended .inner {
		width: 100%;
		padding: 0 20px 30px;
	}
	#recommended .block {
		width: 100%;
		margin: 30px auto 0;
	}
	#recommended h4 {
		background: url(../images/ttl-bg01.jpg) center 0 no-repeat;
		background-size:  auto 100%;
		width: 100%;
		height: 50px;
		margin: auto;
		margin-top: -25px;
		line-height: 50px;
		font-size: 22px;
	}
	#recommended .box {
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #84d2e9;
		position: relative;
		z-index: 1;
		margin-bottom: 30px;
	}
	#recommended .box:before {
		width: 100%;
		height: 100%;
		top: 10px;
		left: 10px;
	}
	#recommended .box .float-l {
		width: 100%;
	}
	#recommended .box .float-l img {
		height: 180px;
	}
	#recommended .box .float-r {
		width: 100%;
		height: auto;
		padding: 15px 15px;
	}
	#recommended .box .float-r:after {
		border-top: 20px solid transparent;
		border-right: 20px solid #6dd2f0;
	}
	#recommended .box h5 {
		font-size: 16px;
		border-bottom: dotted 3px #6dd2f0;
		padding-bottom: 5px;
		line-height: 1.2em;
	}
	#recommended .box .txt {
		font-size: 13px;
		line-height: 1.5em;
		margin-top: 20px;
	}
	#recommended .box .price {
		font-size: 18px;
		text-align: justify;
		margin-top: 15px;
	}
	/*---------- find-tour ----------*/
	#recommended .find-tour h5 {
		font-size: 20px;
		padding-top: 10px;
	}
	#recommended .tour-link {
		margin-top: 30px;
	}
	#recommended .tour-link ul {
		width: 100%;
	}
	#recommended .tour-link li {
		width: 48%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	#recommended .tour-link li:nth-child(2n-1) {
		margin-right: 2%;
	}
	#recommended .tour-link li:last-child {
		margin-bottom: 0;
	}
	#recommended .tour-link li a {
		line-height: 45px;
		font-size: 14px;
	}
	#recommended .tour-link li a:after{
		border-top: solid 1px #6dd2f0;
		border-right: solid 1px #6dd2f0;
	}
}
/*------------------------------------------------------------
  topic-area
------------------------------------------------------------*/
#topic-area {
	background: url(../images/bg02.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	width: 100%;
	padding: 50px 0;
}
#topic-area .inner {
	width: 1100px;
	margin: auto;
}
#topic-area .block {
	display: table;
	width: 960px;
	margin: auto;
}
#topic-area .img-box {
	display: table-cell;
	vertical-align: middle;
	margin-top: 25px;
}
#topic-area .topic-box {
	display: table-cell;
	vertical-align: middle;
}
#topic-area .topic-box ul {
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
}
#topic-area .topic-box li {
	width: 48%;
	float: left;
	margin-bottom: 4%;
}
#topic-area .topic-box li:nth-child(2n-1) {
	margin-right: 4%;
}
#topic-area .topic-box li:nth-child(7n),
#topic-area .topic-box li:nth-child(8n) {
	margin-bottom: 0;
}
#topic-area .topic-box li a {
	display: block;
	background: #fff;
	line-height: 45px;
	font-size: 15px;
	font-weight: bold;
	/* font-style: italic; */
	padding: 0 20px;
}
@media screen and (max-width: 640px){
	#topic-area {
		background: url(../images/bg02.jpg) center center no-repeat;
		background-size: cover;
		box-sizing: border-box;
		width: 100%;
		padding: 20px 15px 40px;
	}
	#topic-area .inner {
		width: 100%;
	}
	#topic-area .block {
		display: block;
		width: 100%;
	}
	#topic-area .img-box {
		display: block;
		vertical-align: inherit;
		margin-top: 0;
	}
	#topic-area .img-box img {
		display: block;
		width: 50%;
		margin: auto;
	}
	#topic-area .topic-box {
		display: block;
		vertical-align: inherit;
		margin-top: 20px;
	}
	#topic-area .topic-box ul {
		padding: 0 0;
	}
	#topic-area .topic-box li {
		margin-bottom: 2%;
	}
	#topic-area .topic-box li a {
		line-height: 1.3em;
		font-size: 12px;
		padding: 10px 10px;
	}
}
/*------------------------------------------------------------
  info-area
------------------------------------------------------------*/
#info-area {
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 75px 0;
}
#info-area .inner {
	width: 960px;
	margin: auto;
}
#info-area .ttl-box {
	text-align: center;
	/* font-style: italic; */
}
#info-area h4 {
	font-size: 34px;
	font-weight: bold;
}
#info-area .sub-ttl {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}
#info-area ul {
	width: 100%;
	margin-top: 50px;
}
#info-area li {
	width: 30%;
	float: left;
	margin-bottom: 20px;
}
#info-area li:nth-child(3n-1) {
	margin: 0 5%;
}
#info-area li:nth-child(13n),
#info-area li:nth-child(14n),
#info-area li:nth-child(15n) {
	margin-bottom: 0;
}
#info-area li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-left: 28px;
	position: relative;
}
#info-area li a:after{
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #f5818e;
	border-right: solid 2px #f5818e;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
}
@media screen and (max-width: 640px){
	#info-area {
		padding: 35px 15px;
	}
	#info-area .inner {
		width: 100%;
	}
	#info-area h4 {
		font-size: 22px;
	}
	#info-area .sub-ttl {
		font-size: 13px;
		margin-top: 10px;
	}
	#info-area ul {
		margin-top: 30px;
	}
	#info-area li {
		width: 100%;
		margin-bottom: 10px;
	}
	#info-area li:last-child {
		margin-bottom: 0;
	}
	#info-area li:nth-child(3n-1) {
		margin: 0 0 10px 0;
	}
	#info-area li:nth-child(13n),
	#info-area li:nth-child(14n),
	#info-area li:nth-child(15n) {
		margin-bottom: 10px;
	}
	#info-area li a {
		font-size: 14px;
		padding-left: 18px;
	}
	#info-area li a:after{
		width: 4px;
		height: 4px;
		margin-top: -2px;
	}
}
	
	
	
	
	
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
	under
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------------------------
  mv
------------------------------------------------------------*/
#under .mv {
	width: 100%;
	height: 400px;
	margin: auto;
	position: relative;
}	
#under.modelplan .mv {
	background: url(../images/pc_mv01.jpg) center center no-repeat;
	background-size: cover;
}
#under.resort .mv {
	background: url(../images/resort-mv01.jpg) center center no-repeat;
	background-size: cover;
}

#under.hotel .mv {
	background: url(../images/hotel-mv01.jpg) center center no-repeat;
	background-size: cover;
}

#under.cafe .mv {
	background: url(../images/cafe-mv01.jpg) center center no-repeat;
	background-size: cover;
}

#under.souvenir .mv {
	background: url(../images/souvenir-mv01.jpg) center center no-repeat;
	background-size: cover;
}

#under.spot .mv {
	background: url(../images/spot-mv01.jpg) center center no-repeat;
	background-size: cover;
}
#under.culture .mv {
	background: url(../images/culture-mv01.jpg) center center no-repeat;
	background-size: cover;
}
#under.selection .mv {
	background: url(../images/selection-mv01.jpg) center center no-repeat;
	background-size: cover;
}

#under .mv .inner {
	width: 100%;
	height: 400px;
	text-align: center;
	overflow: hidden;
}
#under .mv-ttl {
	width: 100%;
	margin: 170px auto 0;
}
#under.modelplan .mv-ttl {
	background: url(../images/model-mvttl.png) center center no-repeat;
	/* background-size: 100% auto; */
	height: 65px;
	max-width: 806px;
}
#under.resort .mv-ttl {
	background: url(../images/resort-mvttl.png) center center no-repeat;
	background-size: 100% auto;
	height: 50px;
	max-width: 718px;
}
#under.hotel .mv-ttl {
	background: url(../images/hotel-mvttl.png) center center no-repeat;
	background-size: 45% auto;
	height: 50px;
	max-width: 615px;
}
#under.cafe .mv-ttl {
	background: url(../images/cafe-mvttl.png) center center no-repeat;
	background-size: 45% auto;
	height: 50px;
	max-width: 615px;
}
#under.spot .mv-ttl {
	background: url(../images/spot-mvttl.png) center center no-repeat;
	background-size: 45% auto;
	height: 50px;
	max-width: 615px;
}
#under.souvenir .mv-ttl {
	background: url(../images/souvenir-mvttl.png) center center no-repeat;
	background-size: 45% auto;
	height: 50px;
	max-width: 615px;
}
#under.culture .mv-ttl {
	background: url(../images/culture-mvttl.png) center center no-repeat;
	background-size: 45% auto;
	height: 64px;
	max-width: 615px;
}
#under.selection .mv-ttl {
	background: url(../images/selection-mvttl.png) center center no-repeat;
	background-size: 45% auto;
	height: 64px;
	max-width: 615px;
}
.txt3 {
	width: 33% !important;
}
@media screen and (max-width: 640px){
.txt3 {
	width: 100% !important;
}
}
@media screen and (max-width: 640px){
	#under .mv {
		height: 0;
		padding-top: 78.12%;
	}	
	#under.modelplan .mv {
		background: url(../images/sp_mv01.jpg) center center no-repeat;
		background-size: 100% auto;
	}
	#under.resort .mv {
		background: url(../images/sp-resort-mv01.jpg) center center no-repeat;
		background-size: 100% auto;
	}
	#under.hotel .mv {
		background: url(../images/sp-hotel-mv01.jpg) center center no-repeat;
		background-size: 100% auto;
	}
	#under.cafe .mv {
		background: url(../images/sp-cafe-mv01.jpg) center center no-repeat;
		background-size: 100% auto;
	}
	#under.souvenir .mv {
		background: url(../images/sp-souvenir-mv01.jpg) center center no-repeat;
		background-size: 100% auto;
	}
	#under.spot .mv {
		background: url(../images/sp-spot-mv01.jpg) center center no-repeat;
		background-size: 100% auto;
	}
	#under.culture .mv {
		background: url(../images/sp-culture-mv01.jpg) center center no-repeat;
		background-size: 100% auto;
	}
	#under.selection .mv {
		background: url(../images/sp-selection-mv01.jpg) center center no-repeat;
		background-size: 100% auto;
	}
	#under .mv .inner {
		height: 0;
	}
	#under .mv-ttl {
		margin: 0 auto 0;
		position: absolute;
		top: 48%;
	}
	#under.modelplan .mv-ttl {
		background: url(../images/model-mvttl.png) center center no-repeat;
		background-size: 40% auto;
		height: 0;
		max-width: 100%;
		padding-top: 8.06%
	}
	#under.resort .mv-ttl {
		background: url(../images/cafe-mvttl.png) center center no-repeat;
		background-size: 40% auto;
		height: 0;
		max-width: 100%;
		padding-top: 6.96%;
	}
	#under.hotel .mv-ttl {
		background: url(../images/hotel-mvttl.png) center center no-repeat;
		background-size: 40% auto;
		height: 0;
		max-width: 100%;
		padding-top: 8.96%;
	}
	#under.spot .mv-ttl {
		background: url(../images/spot-mvttl.png) center center no-repeat;
		background-size: 95% auto;
		height: 0;
		max-width: 100%;
		padding-top: 8.96%;
	}
	#under.culture .mv-ttl {
		background: url(../images/culture-mvttl.png) center center no-repeat;
		background-size: 40% auto;
		height: 0;
		max-width: 100%;
		padding-top: 9.96%;
	}
	#under.selection .mv-ttl {
		background: url(../images/selection-mvttl.png) center center no-repeat;
		background-size: 40% auto;
		height: 0;
		max-width: 100%;
		padding-top: 9.96%;
	}
}
/*------------------------------------------------------------
  main-txt
------------------------------------------------------------*/
#under .main-txt {
	width: 960px;
	margin: auto;
	text-align: center;
	border-radius: 20px;
	padding: 45px 0;
	position: relative;
	margin-top: -150px;
	z-index: 1;
}
#under.modelplan .main-txt {
	background: linear-gradient(107deg, rgba(10,281,100,0.2), rgba(30,20,200,0.2));
	background: -moz-linear-gradient(107deg, rgba(10,281,100,0.2), rgba(30,20,200,0.2));
	background: -webkit-linear-gradient(107deg, rgba(10,281,100,0.2), rgba(30,20,200,0.2));
}
#under.resort .main-txt {
	background: linear-gradient(107deg, rgba(255,210,233,0.5), rgba(100,150,215,0.5));
	background: -moz-linear-gradient(107deg, rgba(255,210,233,0.5), rgba(100,150,215,0.5));
	background: -webkit-linear-gradient(107deg, rgba(255,210,233,0.5), rgba(100,150,215,0.5));
}
#under.cafe .main-txt {
	background: linear-gradient(107deg, rgba(105,210,233,0.5), rgba(250,180,215,0.5));
	background: -moz-linear-gradient(107deg, rgba(105,210,233,0.5), rgba(250,180,215,0.5));
	background: -webkit-linear-gradient(107deg, rgba(105,210,233,0.5), rgba(250,180,215,0.5));
}
#under.souvenir .main-txt {
	background: linear-gradient(107deg, rgba(255,180,18,0.5), rgba(50,230,50,0.5));
	background: -moz-linear-gradient(107deg, rgba(255,180,18,0.5), rgba(50,230,50,0.5));
	background: -webkit-linear-gradient(107deg, rgba(255,180,18,0.5), rgba(50,230,50,0.5));
}
#under.culture .main-txt {
	background: linear-gradient(107deg, rgba(255,210,18,0.5), rgba(250,20,50,0.5));
	background: -moz-linear-gradient(107deg, rgba(255,210,18,0.5), rgba(250,20,50,0.5));
	background: -webkit-linear-gradient(107deg, rgba(255,210,18,0.5), rgba(250,20,50,0.5));
}
#under.selection .main-txt {
	background: linear-gradient(107deg, rgba(255,210,18,0.5), rgba(250,20,50,0.5));
	background: -moz-linear-gradient(107deg, rgba(255,210,18,0.5), rgba(250,20,50,0.5));
	background: -webkit-linear-gradient(107deg, rgba(255,210,18,0.5), rgba(250,20,250,0.5));
}


#under .main-txt h4 {
	display: inline-block;
	background: #fff;
	font-size: 30px;
	font-weight: bold;
	/* font-style: italic; */
	padding: 15px 25px;
	line-height: 1.5em;
}
#under .main-txt .m-txt {
	font-size: 16px;
	line-height: 2.0em;
	margin-top: 30px;
	padding: 0 20px;
	text-align :left !important;
}
@media screen and (max-width: 640px){
	#under .txt-wrap {
		padding: 0 10px;
	}
	#under .main-txt {
		width: 100%;
		box-sizing: border-box;
		border-radius: 10px;
		padding: 25px 20px;
		margin-top: -55px;
	}
	#under .main-txt h4 {
		font-size: 3.9vw;
		line-height: 1.2em;
		padding: 10px 15px;
	}
	#under .main-txt .m-txt {
		font-size: 13px;
		line-height: 1.5em;
		margin-top: 20px;
		text-align: justify;
	}
}
/*------------------------------------------------------------
  common-area
------------------------------------------------------------*/
#under .common-area {
	background: #f1fcff;
	width: 100%;
	box-sizing: border-box;
	/*padding: 100px 0 130px;*/
}
#under .common-area #recommended {
	padding: 115px 0 0;
}
@media screen and (max-width: 640px){
	#under .common-area {
		padding: 0 0 60px;
	}
	#under .common-area #recommended {
		padding: 50px 15px 0;
	}
}

/*============================================================
  modelplan
============================================================*/
/*------------------------------------------------------------
  content
------------------------------------------------------------*/
.modelplan .content {
	background: #f1fcff;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0 120px;
}
.modelplan .content .inner {
	background: #fff;
	width: 1100px;
	margin: auto;
	box-sizing: border-box;
	padding: 60px 70px 0;
	margin-top: 85px;
	position: relative;
}
.modelplan .content .inner:before {
	content: "";
	background: url(../images/decoration02.png) center 0 no-repeat;
	background-size: 100% auto;
	width: 84px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -42px;
}
.modelplan .content .ttl-box {
	text-align: center;
	/* font-style: italic; */
	line-height: 1;
}
.modelplan .content .ttl-box h4 {
	font-size: 40px;
	font-weight: bold;
}
.modelplan .content .ttl-box .sub-ttl {
	color: #fa82ad;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin-top: 15px;
}
.modelplan .content .block {
	margin-top: 60px;
}
.modelplan .content .float-box {
	margin-bottom: 20px;
}
.modelplan .content .float-l,
.modelplan .content .float-r {
	width: 50%;
	height: 500px;
}
.modelplan .content .txt-box {
	padding-right: 35px;
	padding-bttom: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);

}
.modelplan .content .float-box.even .txt-box {
	padding-left: 35px;
}
.modelplan .content .txt-box h5 {
	color: #ff76a3;
	font-size: 30px;
	font-weight: bold;
	/* font-style: italic; */
	line-height: 1.3em;
}
.modelplan .content .txt-box h5 img {
	display: block;
	width: 164px;
	margin-bottom: 20px;
}
.modelplan .content .txt-box .txt {
	font-size: 15px;
	line-height: 1.8em;
	margin-top: 25px;
}
.modelplan .content .txt-box .txt.f-size18 {
	font-size: 18px;
}
#main .modelplan .content .btn {
	clear: both;
	width: 560px;
	height: 180px;
}
.txt-backbox {
	border: solid 2px #ffa6a6;
	padding: 20px;
	line-height: 1.6em !important;
	/* background-color: #fff8db; */
}

/*---------- slider  slick ----------*/
.slider {
	width: 420px;
	position: relative;
	float: right;
}
.float-box.even .slider {
	float: left;
}
.slider img {
	width: 420px;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow {
  position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 1000;
}
.prev-arrow,
.next-arrow {
	width: 48px;
	height: 48px;
	background: rgba(255,255,255,0.8);
	border: 1px solid #222;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -24px;
}
.prev-arrow {
	left: -24px;
}
.next-arrow {
	right: -24px;
}
.prev-arrow:after,
.next-arrow:after {
	content: "";
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #222;
	border-right: solid 2px #222;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -6px;
}
.prev-arrow:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: 19px;
}
.next-arrow:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 19px;
}

{* .tyousei { height: 400px !important; } *}


@media screen and (max-width: 640px){
	.modelplan .content {
		padding: 0 15px 50px;
	}
	.modelplan .content .inner {
		width: 100%;
		padding: 40px 15px 1px;
		margin-top: 0;
	}
	.modelplan .content .inner:before {
		width: 54px;
		height: 4px;
		margin-left: -27px;
	}
	.modelplan .content .ttl-box h4 {
		font-size: 24px;
	}
	.modelplan .content .ttl-box .sub-ttl {
		font-size: 13px;
		margin-top: 10px;
	}
	.modelplan .content .block {
		margin-top: 30px;
	}
	.modelplan .content .float-box {
		margin-bottom: 30px;
	}
	.modelplan .content .float-l,
	.modelplan .content .float-r {
		width: 100%;
		height: auto;
	}
	.modelplan .content .txt-box {
		padding-right: 0;
		position: inherit;
		top: inherit;
		transform: inherit;
	}
	.modelplan .content .float-box.even .txt-box {
		padding-left: 0;
	}
	.modelplan .content .txt-box h5 {
		font-size: 18px;
		line-height: 1.3em;
	}
	.modelplan .content .txt-box h5 img {
		display: block;
		width: 30%;
		margin-bottom: 10px;
	}
	.modelplan .content .txt-box .txt {
		font-size: 13px;
		line-height: 1.5em;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.modelplan .content .txt-box .txt.f-size18 {
		font-size: 14px;
	}
	#main .modelplan .content .btn {
		width: 100%;
		height: 100%;
		margin-top: 10px;
		margin-bottom: 40px;
	}

	/*---------- slider  slick ----------*/
	.slider {
		width: 100%;
		float: inherit;
		margin-top: 20px;
	}
	.float-box.even .slider {
		float: inherit;
	}
	.slider img {
		width: 100%;
	}
	.prev-arrow,
	.next-arrow {
		width: 34px;
		height: 34px;
		margin-top: -17px;
	}
	.prev-arrow {
		left: -15px;
	}
	.next-arrow {
		right: -15px;
	}
	.prev-arrow:after,
	.next-arrow:after {
		content: "";
		width: 8px;
		height: 8px;
		margin-top: -4px;
	}
	.prev-arrow:after {
		left: 13px;
	}
	.next-arrow:after {
		right: 13px;
	}
}


/*============================================================
  resort
============================================================*/
.resort .content {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 150px;
}
.resort .content .inner {
	width: 1100px;
	margin: auto;
	box-sizing: border-box;
}
.resort .content .block {
	margin-top: 80px;
}
.resort .content .area {
	margin-bottom: 120px;
	position: relative;
}
.resort .content .area:last-child {
	margin-bottom: 0;
}
.resort .content .area-inner {
	position: relative;
}
.resort .content .txt-img {
	position: absolute;
	top: 180px;
	right: 0;
}
.resort .content .area.even .txt-img {
	right: inherit;
	left: 0;
}
.resort .content .t-box {
	width: 60%;
	background: rgba(255,255,255,0.9);
	box-sizing: border-box;
	padding: 40px 0 40px 45px;
	position: absolute;
	bottom: -150px;
	right: 0;
	z-index: 1;
}
.resort .content .area.even .t-box {
	padding: 40px 45px 40px 0;
	bottom: -100px;
	right: inherit;
	left: 0;
}
.resort .content h5 {
	color: #a86d6d;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3em;
}
.cafe .content h5 {
	color: #d0866f;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3em;
}
.resort .content .txt {
	font-size: 16px;
	text-align: justify;
	line-height: 1.8em;
	margin-top: 30px;
}
#main .resort .content .btn {
	width: 260px;
	margin-top: 40px;
	float: right;
}
#main .resort .content .btn a {
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 0.03em;
}
#main .resort .content .btn a:after{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -3px;
	right: 20px;
}
/*area01*/
.resort .content .area01 .resort-img02 {
	margin-top: 85px;
}
.resort .content .area01 .resort-img03 {
	margin-top: 180px;
}
/*area02*/
.resort .content .area02 .resort-img05 {
	margin-top: 150px;
}
.resort .content .area02 .resort-dummy {
	margin-top: 85px;
}
/*area03*/
.resort .content .area03 .resort-img07 {
	margin: 85px 0 0 80px;
}
.resort .content .area03 .resort-img08 {
	margin-top: 180px;
}
@media screen and (max-width: 640px){
	.resort .content {
		padding: 0 15px 50px;
	}
	.resort .content .inner {
		width: 100%;
	}
	.resort .content .block {
		margin-top: 40px;
	}
	.resort .content .area {
		margin-bottom: 60px;
	}
	.resort .content .txt-img {
		position: inherit;
		top: inherit;
		right: inherit;
	}
	.resort .content .area.even .txt-img {
		right: inherit;
		left: inherit;
	}
	.resort .content .t-box {
		width: 100%;
		padding: 25px 15px 25px 15px;
		position: inherit;
		bottom: inherit;
		right: inherit;
		z-index: 1;
	}
	.resort .content .area.even .t-box {
		padding: 25px 15px 25px 15px;
		bottom: inherit;
		left: inherit;
	}
	.resort .content h5 {
		font-size: 20px;
	}
	.resort .content .txt {
		font-size: 13px;
		line-height: 1.5em;
		margin-top: 10px;
	}
	#main .resort .content .btn {
		width: 100%;
		margin-top: 20px;
		float: inherit;
	}
	#main .resort .content .btn a {
		font-size: 14px;
		line-height: 45px;
	}
	.resort .content .area .resort-img {
		width: 100%;
	}
	/*area01*/
	.resort .content .area01 .txt-img01 {
		width: 45%;
	}
	.resort .content .area01 .resort-img02 {
		margin-top: 20px;
	}
	.resort .content .area01 .resort-img03 {
		margin-top: 20px;
	}
	/*area02*/
	.resort .content .area02 .txt-img02 {
		width: 55%;
	}
	.resort .content .area02 .resort-img05 {
		margin-top: 20px;
	}
	.resort .content .area02 .resort-dummy {
		margin-top: 20px;
	}
	/*area03*/
	.resort .content .area03 .txt-img03 {
		width: 55%;
	}
	.resort .content .area03 .resort-img07 {
		margin: 20px 0 0 0;
	}
	.resort .content .area03 .resort-img08 {
		margin-top: 20px;
	}
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  スライドショー  slick
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{	
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
		max-width: 100%;
    height: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media screen and (max-width: 640px){
#return_top {
	background: #fff;
	width: 100%;
	padding:0;
	height: auto;
	margin: 0;
	padding-bottom: 30px;
}
	
	#main {
		margin-bottom: 0;
		padding-bottom: 0;
	}	
	
	.contactTel {
		margin-top: 0 !important;;

	}
	
	
	
}



/* トップに戻る */
.bt_pagetop {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 10000;
}

.bt_pagetop a {
background: #de4758;
border-radius: 10px;
color: #fff;
display: block;
height: 60px;
text-align: center;
text-decoration: none;
width: 60px;
}

.bt_pagetop a img{
width:100%;
}
@media screen and (max-width: 640px){
/* トップに戻る */
.bt_pagetop {
bottom: 55px;
right: 12px;
}
.bt_pagetop a {
 height: 40px;
 width: 40px;
}
}
