/* =================================

旅コン 神戸フルーツフラワーパーク css 2017

================================= */

================================ */
/*----- 全体 -----*/
#tabiconBox {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 15px 15px;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	background: #333;
	font-size: 108%;
}

#main-contact {
	width: 750px;
	margin: 0 auto -1px;
}

#tabiconBox .mttl {
	width: 100%;
	margin: 0px;
	padding: 8px;
	background: #ff6767;
	font-size: 172%;
	font-weight: bold;
	color: #fff;
	text-align: left;
	float:left;
}

#tabiconBox ul.attention {
	width: 65%;
	margin: 20px auto;
	padding: 0;
	color: #fff;
	font-size: 98%;
	text-align: left;
}
#tabiconBox ul.attention li {
	margin: 3px 0 2px;
}
#tabiconBox ul.attention li:first-of-type {
	margin: 3px 0 10px;
}
#tabiconBox ul.attention li:before {
	display: inline-block;
	content: "・";
}
#tabiconBox ul.attention li:first-of-type:before {
	display: none;
}

.mtll .image00 {
	top: 5px;
	left: 0px;
}

@media screen and (max-width: 768px){/* スマホ用 */

	

}


/* ====================
ベーシック
==================== */

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 768px){

	#container {
		width: 100%;
		margin: 0;
	}

}

/* ====================
コンテンツ
==================== */



/*----- メインビジュアル -----*/
.main_visual {
	width: 100%;
	height: 1300px;
	margin: 0;
	padding: 0;
	background: url(./img/tabicon_main_visual.png) left top no-repeat;
	background-color: #ffffff;
	position: relative;
}
.main_visual h2,
.main_visual .image01,
.main_visual .image02,
.main_visual .image03,
.main_visual .image04,
.main_visual .image05,
.main_visual .image06,
.main_visual .copy01,
.main_visual .copy02,
.main_visual .copy03{
	position: absolute;
}
.main_visual h2 {
	top: 45px;
	left: 0px;
	width: 960px;
    height: 362px;
}
.main_visual .image00 {
	top: 5px;
	left: 0px;
}
.main_visual .image01 {
	top: 5px;
	left: 0px;
}
.main_visual .image02 {
	top: 400px;
	left: 40px;
}
.main_visual .image03 {
	top: 410px;
	left: 230px;
}
.main_visual .image04 {
	top: 376px;
	right: 64px;
}
.main_visual .image05 {
	top: 582px;
	left: 4px;
}
.main_visual .image06 {
	top: 762px;
	left: 4px;
}

.main_visual .copy01 {
	top: 1190px;
	left: 30px;
	color: #ff6767;
	font-size: 1.7em;
    font-weight: bold;

}
.main_visual .copy02 {
	top: 1190px;
	left: 360px;
	color: #ff6767;
	font-size: 1.7em;
    font-weight: bold;

}
.main_visual .copy03 {
	top: 1190px;
	left: 660px;
	color: #ff6767;
	font-size: 1.7em;
    font-weight: bold;

}
@media screen and (max-width: 768px){
	.main_visual_sp {
		width: 100%;
		height: auto;
		background: none;
	}
	
	
	.pointBox_sp {
		width:100%;
		margin: 0 0 0 0px;
		padding: 10px 0 15px 15px;
		background: #fff;
	}
	.pointBox_sp div {
		width: 100%;
		margin: 0;
	}
	.pointBox_sp div:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		font-size: 0.01em;
		height: 0px;
		overflow: hidden;
	}
	.pointBox_sp div p {
		float: left;
		position: relative;
		

	}
	.pointBox_sp div p:first-of-type {
		width: 30%;
		margin-top: 0px;
		z-index: 9999;
	}
	.pointBox_sp .point01 p:first-of-type {
		margin-top: 0;
	}
	.pointBox_sp div p:last-of-type {
		width: 65%;
		margin: 10px 0 0 -20px;
		padding: 10px 10px 10px 30px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		background: #fff;
		overflow: hidden;
		font-size: 131%;
		font-weight: bold;
		color: #279fb5;
		z-index: 999;
		
		box-shadow: 2px 3px 3px rgba(6,3,3,0.15);
		-webkit-box-shadow: 2px 3px 3px rgba(6,3,3,0.15);
		-moz-box-shadow: 2px 3px 3px rgba(6,3,3,0.15);

	}
	
	.point_sp .mc{
		background: url(./img/mc_bg.png) left top no-repeat;
		color: #999;
		font-size: 108%;
		padding: 8px 0px 20px 0px;
		margin: 0px 0px 0px 0px;
		line-height: 1.47 !important;

	}
	.point_sp .mc p {
		padding: 8px 8px 0px 8px;
		color: #999;
	}
	.point_sp .mc ul {
		display: table;
	}
	.point_sp .mc ul li{
		display: table-cell;
		vertical-align: top;
	}
	.point_sp .mc ul li:first-of-type{
		width: 30%;
	}
	.point_sp .mc ul li:last-of-type{
		width: 70%;
		padding: 4px 12px 4px 8px;


	}
	#menu01{
	  list-style: none;
	  width: 100%;
	  padding: 0;
	  margin: 0 auto;
	  border-top: 1px solid #279fb5;
	  border-bottom: 1px solid #279fb5;
	}
	#menu01 li{
	  list-style: none;
	  width: 100%;
	  margin: 0 0 0 0px;
	  padding: 0 0 0 0px;
	  border-bottom: 1px solid #879c18;
	}
	#menu01 li:last-child{
	  border-bottom: 0px;
	}
	#menu01 li a{
	  position: relative;
	  text-align: right;
	  display: block;
	  margin: 0;
	  padding: 10px 32px 10px 10px;
	  background: #fff;
	  color: #279fb5;
	  font-weight: bold;
	  text-decoration: none;
	}
	#menu01 li a:before{
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 50%;
	  right: 15px;
	  width: 10px;
	  height: 10px;
	  margin-top: -5px;
	  background: #279fb5;
	}
	#menu01 li a:after{
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 50%;
	  right: 17px;
	  width: 10px;
	  height: 10px;
	  margin-top: -5px;
	  background: #fff;
	}

}

.mc_visual {
	width: 100%;
	height: 283px;
	margin: 0;
	padding: 0;
	background: url(./img/mc_bg.png) left top no-repeat;
	position: relative;
}
.mc_visual .image01,
.mc_visual .image02,
.mc_visual .copy01,
.mc_visual .copy02 {
	position: absolute;
}
.mc_visual .image01 {
	top: 5px;
	left: 60px;
}
.mc_visual .image02 {
	top: 10px;
	left: 200px;
}
.mc_visual .copy01 {
	top: 120px;
	left: 250px;
	color: #999;
	font-size: 1.3em;
    font-weight: bold;

}
.mc_visual .copy02 {
	top: 230px;
	left: 820px;
	color: #999;
	font-size: 1.3em;
    font-weight: bold;

}
.nagare_visual {
	width: 100%;
	height: 981px;
	margin: 0;
	padding: 0;
	background: url(./img/nagare_bg.png) left top no-repeat;
	position: relative;
	


}
.nagare_visual .image01,
.nagare_visual .image02,
.nagare_visual .image03,
.nagare_visual .image04,
.nagare_visual .image05,
.nagare_visual .image06,
.nagare_visual .image07,
.nagare_visual .copy01,
.nagare_visual .copy02,
.nagare_visual .copy03,
.nagare_visual .copy04,
.nagare_visual .copy05,
.nagare_visual .copy06{
	position: absolute;
	font-size: 196%;
	font-weight: bold;
	color: #365983;
}

.nagare_visual .copy07,
.nagare_visual .copy08,
.nagare_visual .copy09,
.nagare_visual .copy10 {
	position: absolute;
	font-size: 120%;

	color: #666;
}
.nagare_visual .image01 {
	top: 96px;
	left: 52px;
}
.nagare_visual .image02 {
	top: 96px;
	left: 352px;
}
.nagare_visual .image03 {
	top: 66px;
	left: 552px;
}
.nagare_visual .image04 {
	top: 250px;
	left: 632px;
}
.nagare_visual .image05 {
	top: 386px;
	left: 308px;
}
.nagare_visual .image06 {
	top: 786px;
	left: 0px;
}
.nagare_visual .image07 {
	top: 746px;
	left: 688px;
}
.nagare_visual .copy01 {
	top: 296px;
	left: 72px;
}
.nagare_visual .copy02 {
	top: 66px;
	left: 342px;
}
.nagare_visual .copy03 {
	top: 226px;
	left: 578px;
	color: #fff;
}
.nagare_visual .copy04 {
	top: 542px;
	left: 762px;
}
.nagare_visual .copy05 {
	top: 356px;
	left: 388px;
}
.nagare_visual .copy06 {
	top: 640px;
	left: 78px;
	text-align:center;
}
.nagare_visual .copy07 {
	top: 336px;
	left: 36px;
	text-align:center;
	

}
.nagare_visual .copy08 {
	top: 576px;
	left: 686px;
	text-align:center;


}
.nagare_visual .copy09 {
	top: 688px;
	left: 298px;
	text-align:center;
}
.nagare_visual .copy10 {
	top: 876px;
	left: 78px;
	font-size: 144%;

}
@media screen and (max-width: 768px){
	.nagare_visual_sp {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10px 0px 0px 0px;
		background: #c7f2e7;
		background-size: 180% auto;
		position: relative;
	}
	.nagare_visual_sp .inner {
		width: 98%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.nagare_visual_sp .inner:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		font-size: 0.01em;
		height: 0px;
		overflow: hidden;
	}
	.nagare_visual_sp .inner:before {
		display: block;
		content: "";
		width: 0;
		height: 0;
		margin: 0 auto -20px;
		border: 15px solid transparent;
		border-top-width: 15px;
		border-top-style: solid;
		border-top-color: transparent;
		border-top: 15px solid #000055;
	}
	.nagare_visual_sp .inner:first-of-type:before {
		display: none;
	}
	.nagare_visual_sp .inner p {
		float: left;
		width: 25%;
		position: relative;
		z-index: 9999;
	}
	.nagare_visual_sp .inner span {
		float: left;
		display: inline-block;
		width: 82%;
		margin: 18px 0 0 -10%;
		padding: 12px 10px 10px 13%;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		background: #fff;
		overflow: hidden;
		vertical-align: ;
		font-size: 167%;
		font-weight: bold;
		color: #000055;
		text-align: left;
		line-height: 1 !important;
		position: relative;
		z-index: 999;
	}

	.nagare_visual_sp .ap{
		background: #fdfbdf;
		padding: 0px 0px 40px 0px;
		margin: 10px 0px 0px 0px;
	}
	.nagare_visual_sp .ap p {
		padding: 0px 8px 0px 0px;
		color: #999;
	}
	.nagare_visual_sp .ap ul {
		display: table;
	}
	.nagare_visual_sp .ap ul li{
		display: table-cell;
		vertical-align: top;
		padding: 4px 4px 0px 0px;
	}
	.nagare_visual_sp .ap ul li:first-of-type{
		width: 65%;
		padding: 10px 4px 0px 10px;
		color: #999;
		font-size: 108%;
		line-height: 1.47 !important;

	}

}


.mttl {
	width: 100px;
	height: 100px;
	background: #ff8184;
	margin: 0px;
	padding: 8px;
	font-size: 172%;
	font-weight: bold;
	color: #fff;
	text-align: left;
	float:left;
}


.mttl2 {
	width: 100%;
	height: 56px;
	background: #ff8184;
	font-size: 196%;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;

}
.mttl2 .image01,
.mttl2 .image02,
.mttl2 .copy01,
.mttl2 .copy02 {
	position: absolute;
}
.mttl2 .image01 {
	top: 6px;
	left: 6px;
}
.mttl2 .image02 {
	top: -6px;
	right: 4px;
	z-index: 2;
}
.mttl2 .copy01 {
	top: 10px;
	left: 52px;
}

.mttl3 {
	width: 100%;
	height: 12px;
	background: #ff8184;
	font-size: 240%;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0;
	position: relative;
	
	

}
.mttl3 .image01,
.mttl3 .image02,
.mttl3 .copy01,
.mttl3 .copy02 {
	position: absolute;
}
.mttl3 .image01 {
	top: 6px;
	left: 6px;
}
.mttl3 .image02 {
	top: -6px;
	right: 4px;
}
.mttl3 .copy01 {
	top: -16px;
	left: 36px;
	z-index: 3;
}
.mttl3 .copy02 {
	top: -42px;
	left: 20px;
	
	width: 0rem;
    height: 0rem;
    border: solid 3rem #ff8184;
    border-radius: 50%;
    z-index: 2;

}
@media screen and (max-width: 768px){
	.mttl2_sp {
		width: 100%;
		height: 32px;
		background: #ff8184;
		font-size: 120%;
		font-weight: bold;
		color: #fff;
		margin: 0;
		padding: 0;
		position: relative;

	}
	.mttl2_sp .image01,
	.mttl2_sp .image02,
	.mttl2_sp .copy01,
	.mttl2_sp .copy02 {
	position: absolute;
	}
	.mttl2_sp .image01 {
		top: 2px;
		left: 6px;
		zoom:0.7;
	}
	.mttl2_sp .image02 {
		top: -6px;
		right: 4px;
		z-index: 2;
		zoom:0.7;
	}
	.mttl2_sp .copy01 {
		top: 7px;
		left: 52px;
	}
	.mttl3_sp {
		width: 100%;
		height: 6px;
		background: #ff8184;
		font-size: 120%;
		font-weight: bold;
		color: #fff;
		margin: 0px;
		padding: 0;
		position: relative;
	}
	.mttl3_sp .image01,
	.mttl3_sp .image02,
	.mttl3_sp .copy01,
	.mttl3_sp .copy02 {
		position: absolute;
	}
	.mttl3_sp .image01 {
		top: 6px;
		left: 6px;
	}
	.mttl3_sp .image02 {
		top: -6px;
		right: 4px;
	}
	.mttl3_sp .copy01 {
		top: -6px;
		left: 18px;
		z-index: 3;
	}
	.mttl3_sp .copy02 {
		top: -20px;
		left: 10px;
		
		width: 1rem;
	    height: 1rem;
	    border: solid 1.5rem #ff8184;
	    border-radius: 50%;
	    z-index: 2;
	}
}

/*----- FAQ -----*/
.faqBox {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	background: url(./img/faq_bg.png) left top repeat-y;
	position: relative;
}
.faqBox .faq_cg
 {
}
.faqBox .faq_cg {
	margin-top: -45px;
	left: 0px;
}
.faq{
	width:100%;
	padding: 12px 0px 120px 10px;
	background: #333333;
}
.faqBox .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px;
}
.faqBox .inner dl {
	width: 75%;
	margin: 20px 2% 0 13%;
	padding: 0;
	color: #dddddd;
	text-align: left;
	opacity: 0.8;
}
.faqBox .inner dl:first-of-type {
	margin-top: 0;
}
.faqBox .inner dl dt,
.faqBox .inner dl dd {
	position: relative;
}
.faqBox .inner dl dt {
	padding: 10px 0 5px 30px;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	font-size: 123.1%;
	color: #333;
}
.faqBox .inner dl dd {
	padding: 15px 0 20px 30px;
	margin: 0;
	font-size: 123.1%;
	color: #333;
}
.faqBox .inner dl dt:before,
.faqBox .inner dl dd:before {
	display: inline-block;
	font-size: 153.9%;
	font-weight: bold;
	position: absolute;
}
.faqBox .inner dl dt:before {
	content: "Q";
	color: #0F7878;
	top: 3px;
	left: 0;
}
.faqBox .inner  dl dd:before {
	content: "A";
	color: #ff6767;
	top: 7px;
	left: 0;
}
@media screen and (max-width: 768px){

	.faqBox_sp {
		width: 100%;
		margin: 0;
		padding: 0;
		background: url(./img/bg_uma.png) left top no-repeat;
		position: relative;
	}
	.faqBox_sp .faq_cg
	 {
	}
	.faqBox_sp .faq_cg {
		margin-top: -45px;
		left: 0px;
	}

	.faq{
		width:100%;
		padding: 12px 0px 120px 10px;
		background: #333333;
	}
	.faqBox_sp .inner {
		width:100%;
		margin: 0px 100px 0 0;
		padding: 0 0 50px;
	}
	.faqBox_sp .inner  dl {
		width: 90%;
		margin: 0px 0 0px 5%;
		padding: 7px;
		overflow: hidden;
		text-align: left;
	}
	.faqBox_sp .inner  dl dt,
	.faqBox_sp .inner  dl dd {
		padding: 5px 10px 5px 25px;
		position: relative;
	}
	.faqBox_sp .inner  dl dt {
		margin: 5px 0;
		font-size: 108%;
		color: #333;
		line-height: 1.47 !important;
	}
	.faqBox_sp .inner  dl dd {
		font-size: 108%;
		color: #333;
		text-align: left;
		line-height: 1.67;
	}
	.faqBox_sp .inner  dl dt:before,
	.faqBox_sp .inner  dl dd:before {
		display: inline-block;
		content: "";
		margin: 0;
		font-size: 161.6%;
		font-weight: bold;
		position: absolute;
		top: -3px;
		left: 10px;
	}

	.faqBox_sp {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 15px 0px 0px 0px;
		background: url(./img/faq_bg_sp.png) left top repeat-y;
		position: relative;
	}
	.faqBox_sp .inner {
		width:100%;
		margin: 0px 100px 0px 0px;
		padding: 0 0 10px;
	}
	.faqBox_sp .inner  dl {
		width: 90%;
		margin: 10px 0px 5px 8%;
		padding: 7px 5px;
	}
	.faqBox .inner  dl dt,
	.faqBox .inner  dl dd {
		padding: 0px 10px 0px 25px;
		position: relative;
	}
	.faqBox_sp .inner  dl dt {
		margin: 0 0 5px;
		font-size: 98%;
		color: #333;
		line-height: 1.47 !important;
		border-bottom: 1px #999 dotted;
	}
	.faqBox_sp .inner  dl dd {
		font-size: 98%;
		color: #333;
		text-align: left;
		line-height: 1.47 !important;
	}
	.faqBox_sp .inner  dl dt:before,
	.faqBox_sp .inner  dl dd:before{
		font-size: 131%;
		top: 2px;
		left: 5px;
	     font-weight: bold;
	}
	.faqBox_sp .inner  dl dt:before {
		content: "Q";
	    color: #0F7878;
	}
	.faqBox_sp .inner  dl dd:before {
		content: "A";
	    color: #ff6767;
	}
}


/* スケジュール詳細 */
.scheduleBox {
	width: 100%;
	margin: 0;
	padding: 0px 0 20px 370px;
	background: #fff url(./img/tabicon_three_pic.png) 0px 0px no-repeat;
	overflow: hidden;
}
.scheduleBox dl {
	display: table;
	width: 98%;
	margin: 15px 0 40px;
	padding: 0;
}
.scheduleBox dl dt,
.scheduleBox dl dd {
	display: table-cell;
	vertical-align: top;
}
.scheduleBox dt{
	text-align:right;
}
.scheduleBox dl dt {
	width: 20%;
	padding: 0px 30px 0 0;
	font-size: 184%;
	color: #666;
}

.scheduleBox dl dd {
	width: 65%;
	padding: 0;
	font-size: 192%;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.scheduleBox dl dd span {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	font-weight: normal;
	color: #999;
	vertical-align: middle;
}
.scheduleBox dl dd .aux {
	margin: 5px 0 0;
	font-size: 0.6em;
	font-weight: normal;
	color: #999;
}
.scheduleBox dl dd ul {
	display: table;
	width: 100%;
}
.scheduleBox dl dd ul li {
	display: table-cell;
}
.scheduleBox dl dd ul li:first-of-type {
	width: 15%;
	font-size: 73%;
	font-weight: normal;
}
.scheduleBox dl dd ul.price {
	width: auto;
}
.scheduleBox dl dd ul.price li {
	width: 48%;
	font-size: 100%;
	font-weight: bold;
}
.scheduleBox dl dd ul.price li span {
	margin-left: 0;
}
.scheduleBox dl dd ul.price li:first-of-type {
	color: #1cb7d3;
}
.scheduleBox dl dd ul.price li:last-of-type {
	color: #d60065;
}
.scheduleBox dl dd .map {
	display: inline-block;
	margin: 2px 0 5px;
	padding: 5px 5px 3px;
	background: #f794c3;
}
.scheduleBox dl dd .map a {
	font-size: 1.5em;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.scheduleBox dl dd.sat {
	color: #006397;
}
@media screen and (max-width: 768px){
	.scheduleBox_sp {
		padding: 25px 0 0px 0px;
	}
	.scheduleBox_sp .inner {
		width: 100%;
		margin: 0;
		padding: 0;
		background-image: none;
	}
	.scheduleBox_sp .inner .detail {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.scheduleBox_sp .inner .detail dl {
		display: table;
		width: 100%;
		margin: 0 0 15px;
	}
	.scheduleBox_sp .inner .detail dl dt,
	.scheduleBox_sp .inner .detail dl dd {
		display: table-cell;
		vertical-align: top;
	}
	.scheduleBox_sp .inner .detail dt {
		width: 18%;
		margin: 0;
		padding: 3px 5px 0 0;
		color: #666;
		text-align:right;
	}
	.scheduleBox_sp .inner .detail dd{
		font-size: 123.1%;
		font-weight: bold;
	}
	.scheduleBox_sp .inner .detail dd .aux{
		font-weight: normal;
	}
	.scheduleBox_sp .inner .detail dl dd span {
		display: block;
		margin: 3px 0 0;
		font-size: 83%;
		font-weight: normal;
		color: #999;
	}
	.scheduleBox_sp .inner .detail dl dd ul {
		display: table;
		width: 100%;
	}
	.scheduleBox_sp .inner .detail dl dd ul li {
		display: table-cell;
	}
	.scheduleBox_sp .inner .detail dl dd ul.price li span {
		display: inline-block;
	}
	.scheduleBox_sp .inner .detail dl dd ul.price li:first-of-type {
		color: #1cb7d3;
	}
	.scheduleBox_sp .inner .detail dl dd ul.price li:last-of-type {
		color: #d60065;
	}

	/* 申し込みボタン*/
	.scheduleBox_sp .inner .orderBox_sp{
		padding: 10px 0 20px;
	}
	.scheduleBox_sp .inner .orderBox_sp ul{
		width: 100%;
		text-align: center;
	}
	.scheduleBox_sp .inner .orderBox_sp ul li{
		display: inline-block;
		width: 48%;
		text-align: center;
	}
	.scheduleBox_sp .inner .orderBox_sp ul li p{
		width: 92%;
		margin: 0 auto;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		box-shadow: 2px 3px 3px rgba(6,3,3,0.15);
		-webkit-box-shadow: 2px 3px 3px rgba(6,3,3,0.15);
		-moz-box-shadow: 2px 3px 3px rgba(6,3,3,0.15);
	}
	.scheduleBox_sp .inner .orderBox_sp ul li:first-of-type p {
		border: 2px solid #1cb7d3;
		background-image: -moz-linear-gradient(
			top,
			#40c5dc 0%,
			#40c5dc 49%,
			#1cb7d3 50%,
			#1cb7d3);
		background-image: -ms-linear-gradient(
			top,
			#40c5dc 0%,
			#40c5dc 49%,
			#1cb7d3 50%,
			#1cb7d3);
		background-image: -webkit-gradient(
			linear,
			left top,left bottom,
			from(#40c5dc),
			color-stop(0.49, #40c5dc),
			color-stop(0.50, #1cb7d3),
			to(#1cb7d3));
	}
	.scheduleBox_sp .inner .orderBox_sp ul li:last-of-type p {
		border: 2px solid #ff7690;
		background-image: -moz-linear-gradient(
			top,
			#ff91a6 0%,
			#ff91a6 49%,
			#ff7690 50%,
			#ff7690);
		background-image: -ms-linear-gradient(
			top,
			#ff91a6 0%,
			#ff91a6 49%,
			#ff7690 50%,
			#ff7690);
		background-image: -webkit-gradient(
			linear,
			left top,left bottom,
			from(#ff91a6),
			color-stop(0.49, #ff91a6),
			color-stop(0.50, #ff7690),
			to(#ff7690));
	}
	.scheduleBox_sp .inner .orderBox_sp ul li p a{
		display: block;
		width: 100%;
		height: auto;
		padding: 20px 0 18px;
		text-shadow: 2px 2px 2px rgba(6,3,3,0.25);
		-webkit-text-shadow: 2px 2px 2px rgba(6,3,3,0.25);
		-moz-text-shadow: 2px 2px 2px rgba(6,3,3,0.25);
		font-size: 131%;
		font-weight: bold;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}


}

/* 申し込みボタン*/
.orderBox{
	width: 100%;
	margin:0;
	padding: 0 0 50px 50px;
	background: #fff;
}
.orderBox ul{
	width: 100%;
	text-align: center;
}
.orderBox ul li{
	display: inline-block;
	width: 36%;
	text-align: center;
}
.orderBox ul li p{
	width: 92%;
	margin: 0 auto;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 2px 3px 3px rgba(6,3,3,0.15);
	-webkit-box-shadow: 2px 3px 3px rgba(6,3,3,0.15);
	-moz-box-shadow: 2px 3px 3px rgba(6,3,3,0.15);
}
.orderBox ul li:first-of-type p {
	border: 2px solid #1cb7d3;
	background-image: -moz-linear-gradient(
		top,
		#40c5dc 0%,
		#40c5dc 49%,
		#1cb7d3 50%,
		#1cb7d3);
	background-image: -ms-linear-gradient(
		top,
		#40c5dc 0%,
		#40c5dc 49%,
		#1cb7d3 50%,
		#1cb7d3);
	background-image: -webkit-gradient(
		linear,
		left top,left bottom,
		from(#40c5dc),
		color-stop(0.49, #40c5dc),
		color-stop(0.50, #1cb7d3),
		to(#1cb7d3));
}
.orderBox ul li:last-of-type p {
	border: 2px solid #ff7690;
	background-image: -moz-linear-gradient(
		top,
		#ff91a6 0%,
		#ff91a6 49%,
		#ff7690 50%,
		#ff7690);
	background-image: -ms-linear-gradient(
		top,
		#ff91a6 0%,
		#ff91a6 49%,
		#ff7690 50%,
		#ff7690);
	background-image: -webkit-gradient(
		linear,
		left top,left bottom,
		from(#ff91a6),
		color-stop(0.49, #ff91a6),
		color-stop(0.50, #ff7690),
		to(#ff7690));
}
.orderBox ul li p a{
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0 18px;
	text-shadow: 2px 2px 2px rgba(6,3,3,0.25);
	-webkit-text-shadow: 2px 2px 2px rgba(6,3,3,0.25);
	-moz-text-shadow: 2px 2px 2px rgba(6,3,3,0.25);
	font-size: 217%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

/*----- アテンション -----*/
.att {
	width: 100%;
	margin: 0 0 30px;
	border-top: 2px solid #ddd;
	background: #fff;

}
.att ul.attention {
	width: 68%;
	margin: 0 auto;
	padding: 10px 0 20px;
}
.att ul.attention li {
	margin: 5px 0 0;
	font-size: 108%;
	color: #333;
	text-align: left;
}
.att ul.attention li:first-of-type {
	margin: 3px 0 7px;
}
.att ul.attention li:before {
	display: inline-block;
	content: "・";
}
.att ul.attention li:first-of-type:before {
	display: none;
}
.att p {
	display: inline-block;
	margin-left: 15px;
	font-size: 0.9em;
	font-weight: normal;
	color: #666;
}

@media screen and (max-width: 768px){
	.att_sp {
		width: 100%;
		margin: 15px 0 0;
	}
	.att_sp ul.attention_sp {
		width: 96%;
		margin: 0 auto;
		padding: 0;
		color: #666;
		font-size: 88%;
		text-align: left;
	}
	.att_sp ul.attention_sp li {
		margin: 0 0 7px;
	}
	.att_sp ul.attention_sp li:before {
		display: inline-block;
		content: "・";
	}
	.att_sp ul.attention_sp li:first-of-type:before {
		display: none;
	}
	.att_sp ul.attention_sp li p {
		display: inline-block;
		margin-left: 12px;
		font-size: 0.9em;
		font-weight: normal;
		color: #555;
		line-height: 1.67;
	}

}


img {
	width: auto !important;
}

.fBox_bnr {
	 display: flex;
	 margin: 20px 0;
}
.fBox_bnr li:first-of-type {
	margin-right: 32px;
}


@media screen and (max-width: 768px){

	img {
		width: 100% !important;
	}
	.mttl2_sp img {
		width: auto !important;
	}

}