@charset "utf-8";
/*=======================
カリキュラム 1dayレッスン
=========================*/

/* メイン画像 */

.topBack {
background: #E9D1DD;
}
.formBtn {
text-align: center;
margin: 70px 0;
}
.formBtn img {
width:55%;
}

@media print, screen and (min-width: 769px){
	.trial-page .topBack .inner {
		width: 1100px;
	}
}
@media screen and (max-width:768px){
	.topBack .daymain {
		text-align: center;
	}
	.topBack .daymain img {
		max-width: 500px;
		width: 100%;
	}
	.formBtn {
  margin: 30px 0 50px;
  }
	.formBtn img {
		width: 95%;
	}
}

/* ポイント */
.daypoint{
    border: double #E9D1DD;
	padding: 25px 40px;
	margin-top: 30px;
}
.daypoint__box:first-child {
	border-bottom: dashed 1px #bbb;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.daypoint h3 {
	font-size: 25px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.daypoint h3 span{
	font-size: 1.5em;
	color: #f098b0;
}
.daypoint h3:after {
	content: "";
	width: 3em;
	height: 1px;
	background: #000;
	margin: 0 0 0 0;
	position: absolute;
	top: 65px;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
}
.daypoint p {
	margin-bottom: 0.8rem;
	text-align: center;
}
.daypoint p:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images_trial/swaro01.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-right: 7px;
}
.daypoint .pointItem{
	display: flex;
	flex-wrap: wrap;
}
.daypoint .pointItem dl{
	width: calc(100% / 4 - 20px);
	margin-right: 26px;
}
.daypoint .pointItem dl:last-child {
	margin-right: 0;
}
.daypoint .pointItem dt{
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width:768px){
.daypoint{
	padding: 20px;
}
.daypoint h3 {
	font-size: 1.2rem;
	margin-bottom: 50px;
	}
.daypoint h3 span{
	font-size: 1.3em;
}
.daypoint h3:after {
	content: "";
	width: 3em;
	height: 1px;
	background: #000;
	margin: 0 0 0 0;
	position: absolute;
}
.daypoint p{
	margin: 0 0 15px 0;
	line-height: 1.5em;
}
.daypoint p:before {
}
.daypoint .pointItem{
	margin: 10px 0;
}
.daypoint .pointItem dl{
	width: calc(100% / 2 - 20px);
	margin: 10px;
}
.daypoint .pointItem dt{
	font-size: 12px;
	text-align: center;
}
.daypoint .pointItem dd img{
	max-width: 100%;
	height: auto;
}
}

/*こんな方が受講されています*/
.dayMerit{
	margin: 70px 0 15px 0;
}
.dayMerit h3{
	font-size: 20px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.dayMerit .dayCheck{
	display: flex;
	margin: 20px 0;
}
.dayMerit .dayCheck .checkEx{
	margin-left: 85px;
}
.dayMerit .dayCheck .checkEx ul{
	margin-top: 30px;
}
.dayMerit .dayCheck .checkEx li{
	background-image: url(../images_trial/checkbox.png);
	background-repeat: no-repeat;
	background-size: 20px;
	margin-bottom: 10px;
	padding-left: 40px;
}
.dayMerit .dayCheck .checkEx li:last-child {
	margin-bottom: 0;
}
.dayMerit .dayCheck .checkImg img{
	width: 50%;
	height: auto;
}
.dayMerit .dayFukidashi{
	position: relative;
	background-color: #F098B0;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 35px;
}
.dayMerit .dayFukidashi:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #F098B0 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
.dayMerit .dayFukidashi p{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.dayMerit .meritEx{
	padding: 25px 0px 35px 40px;
	background-color: #FFFBFB;
	background-image: url(../images_trial/bg-note.png);
}
.dayMerit .meritEx ul{
	margin: 5px 0 0px 20px;
}
.dayMerit .meritEx li{
	background-image: url(../images_trial/heart.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 12px;
	margin: 0 0 20px 0;
	padding-left: 30px;
}
.dayMerit .meritEx li:last-child {
margin-bottom: 0;
}
@media print, screen and (min-width: 769px){
	.dayMerit .dayMerit__title {
		position: relative;
	}
	.dayMerit h3:before,
	.dayMerit h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
  width: 10em;
	height: 1px;
	background: #ddd;
  position: absolute;
}
.dayMerit h3:before {
	left: 0;
}
.dayMerit h3:after {
	left: 745px;
}
}
@media screen and (max-width:768px){
	.dayMerit{
		margin: 20px 0;
	}
	.dayMerit__title {
		border-bottom: solid 1px #ddd;
		padding-bottom: 1rem;
	}
	.dayMerit h3{
		font-size: 18px;
	}
	.dayMerit h3:after {
		display: none;
	}
	.dayMerit .dayCheck {
		display: block;
	}
	.dayMerit .dayCheck .checkEx {
		margin-left: 0;
	}
	.dayMerit .dayCheck .checkEx li{
		padding-left: 25px;
	}
	.dayMerit .checkImg{
		text-align: center;
	}
	.dayMerit .dayFukidashi{
		position: relative;
		background-color: #F098B0;
		padding: 13px 10px;
		text-align: center;
		margin: 10px 0 25px 0;
	}
	.dayMerit .dayFukidashi:after{
		content: "";
		position: absolute;
		right: 0;
		bottom: -20px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #F098B0 transparent transparent transparent;
		border-width: 20px 20px 0 20px;
	}
	.dayMerit .dayFukidashi p{
		font-size: 16px;
		line-height: 1.3em;
	}
	.dayMerit .meritEx{
		padding: 30px 0;
		background-size: 50px 50px;
	}
	.dayMerit .meritEx ul{
		margin: 0 12px;
	}
	.dayMerit .meritEx li{
		background-position: 0% 11%;
		background-size: 12px;
		margin-bottom: 1rem;
		padding-left: 22px;
		font-weight: bold;
		font-size: 14px;
	}
}

/*レッスンの流れ*/
.dayFlow{
	background-color: #F9F0F3;
	padding: 60px 0;
	margin: 25px 0 30px;
}
.dayFlow .titleSpc {
	text-align: center;
	margin-bottom: 30px;
}
.dayFlow .titleSpc h3{
	font-size: 25px;
	position: relative;
	display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*! margin-bottom: 30px; */
}
.dayFlow a.textlink {
	text-decoration: underline;
}
.dayFlow .flowCont{
	padding: 30px;
	background: #fff;
	margin-bottom: 20px;
}
.dayFlow .flowTit{
	font-size: 1.2rem;
	border-left: solid 5px #f098b0;/*左線*/
	padding: 0 1em;/*上下 左右の余白*/
	font-weight: bold;
	/*! font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	margin: 0 0 20px 0;
	color: #f098b0;
}
.dayFlow .flowBtn{
	display: flex;
}
.dayFlow .flowBtn a {
	display: block;
}
.dayFlow .flowForm a{
	background-color: #47301e;
	color: #fff;
	padding: 10px 40px;
}
.dayFlow .flowContP{
	display: flex;
	flex-wrap: wrap;
}
.dayFlow .flowTxtP{
	border: double 3px #f098b0;
	position: relative;
	padding: 2.5em 1em 1em;
}
.dayFlow .flowTxtP::before {
	content: 'point';
	display: inline-block;
	background: #f098b0;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 2rem;
	font-weight: bold;
}
.dayFlow .flow04{
	display: flex;
	flex-wrap: wrap;
}
.dayFlow .f4Cont dd {
	margin-bottom: 1rem;
}
.dayFlow .f4Cont:last-child{
	margin-right: 0;
}
.dayFlow .flowTxt04{
	padding: 12px;
	margin-top: 10px;
  background: #f7f7f7;
}

@media print, screen and (min-width: 769px){
	.dayFlow .f4Cont {
		width: 32%;
		margin-right: 2%;
	}
  .dayFlow .flowPic{
	width: 30%;
}
  .dayFlow .flowTxt{
	width: 66%;
	margin: 0 0 0 30px;
}
}

@media screen and (max-width:768px){
	.dayFlow{
		padding: 35px 0;
	}
	.dayFlow .titleSpc h3{
		font-size: 20px;
	}
	.dayFlow .flowCont{
		padding: 15px;
	}
	.dayFlow .flowCont p{
	}
	.dayFlow .flowTit{
		/*左線*/
		/*上下 左右の余白*/
		font-size: 1rem;
	}
	.dayFlow .flowForm {
		background-color: #47301e;
		background-image: url(/curriculum/1day/images/arrow_white.png);
		background-repeat: no-repeat;
		background-size: 7px;
		background-position: 95% 50%;
		padding: 5px;
		text-align: center;
		width: 100%;
	}
	.dayFlow .flowForm a{
		display: block;
		color: #FFF;
		letter-spacing: 1px;
	}
	.dayFlow .flowForm a:hover{
		background-color: #000;
	}
	.dayFlow .flowContP{
		margin: 15px 0px;
	}
	.dayFlow .flowContP .flowPic {
		margin-bottom: 15px;
	}
	.dayFlow .f4Cont dt{
		margin: 10px 0 20px 0;
		line-height: 1.5em;
	}
	.dayFlow .flowTxt04{

		padding: 12px;
		line-height: 1.5em;
		margin-top: 5px;
	}
}

/*時間・料金*/
.dayPrice{
	margin: 50px 0;
}
.dayPrice .titleSpc {
	text-align: center;
	margin-bottom: 30px;
}
.dayPrice .titleSpc h3{
	font-size: 25px;
	position: relative;
	display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*! margin-bottom: 30px; */
}
.dayPrice p{
	margin: 10px;
	letter-spacing: 1px;
}
.dayPrice .pricedetail{
	border-top: double 3px #ddd;
	border-bottom: double 3px #ddd;
	padding: 35px 20px;
}
.dayPrice .pricedetail .pricedetail__box{
	margin-bottom: 25px;
}
.dayPrice .pricedetail .pricedetail__box:last-child {
	margin-bottom: 0;
}
.dayPrice .pricedetail dt{
	background-color: #f1f1f1;
	/*! color: #FFF; */
}

@media print, screen and (min-width: 769px){
	.dayPrice .pricedetail .pricedetail__box dl{
		display: flex;
		align-items: center;
	}
	.dayPrice .pricedetail dt{
		margin-right: 20px;
		padding: 10px 60px;
	}
}

@media screen and (max-width:768px){
	.dayPrice{
		margin: 30px 0;
	}
	.dayPrice .titleSpc {
		margin-bottom: 1em;
	}
	.dayPrice .titleSpc h3 {
		font-size: 20px;
	}
	.dayPrice p{
		margin: 10px;
		line-height: 1.4em;
		letter-spacing: 1px;
	}
	.dayPrice .pricedetail{
	}
	.dayPrice .pricedetail .pricedetail__box{
		text-align: center;
		margin-bottom: 10px;
	}
	.dayPrice .pricedetail dt{
		text-align: center;
	}
}

/*----------------------
#form
------------------------*/
#form {
margin-top: 100px;
}
#form h3 {
font-size: 25px;
position: relative;
display: inline-block;
padding: 0 55px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*mfp.css上書き*/
.trial-page #button_mfp_goconfirm,
.trial-page #button_mfp_reset {
	background-image: none;
	background-color: #ddd;
	margin: 0 20px;
	font-size: 12px;
}
.trial-page #button_mfp_goconfirm:hover,
.trial-page #button_mfp_reset:hover {
	opacity: .5;
}
.trial-page div.mfp_buttons {
	padding-top: 20px;
}
.trial-page form#mailformpro dl dt .att {
	background: #F098B0;
	border-radius: 0;
}

@media print, screen and (min-width: 769px){
	#form h3 {
		left: 33%;
	}
}

@media screen and (max-width:768px){
	#form .titleSpc{
		text-align: center;
	}
	#form h3 {
	font-size: 20px;
	}
.trial-page #button_mfp_goconfirm,
.trial-page #button_mfp_reset{
  width: 100%;
	margin: 10px 0;
}
.trial-page	form#mailformpro dl {
		border-top: none;
	}
}

/*----------------------
.access
------------------------*/
.access {
	background: #f7f7f7;
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
}
#map_canvas {
	display: inline-block;
	height: 400px;
}
#map_canvas iframe {
	width: 100%;
	height: 100%;
}
.access .txt-area {
	display: inline-block;
	background: #fff;
	/*! margin: 30px 0; */
	padding: 40px;
}
.txt-area .title {
font-size: 25px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
margin-bottom: 15px;
}

.txt-area .address-detail dl dt{
	font-weight: bold;
	margin: 0 0  0;
}
.txt-area .address-detail dd{
margin: 0 0 1em 0;
}

@media print, screen and (min-width: 769px){
	#map_canvas {
		margin-right: 30px;
		width: 45%;
	}
	.access .txt-area {
	  height: 400px;
	  width: 51%;
	}
}

@media screen and (max-width:768px){
	.access {
		padding: 15px;
	}
	#map_canvas {
		display: inline-block;
		width: 100%;
		height: 300px;
		margin-bottom: 15px;
	}
	.access .txt-area {
		background: #fff;
		width: 100%;
		padding: 20px;
	}
	
	.txt-area .title {
	font-size: 21px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 15px 0;
	}
	
	.txt-area .address-detail dl dt{
		font-weight: bold;
		margin: 0 0  0;
	}
	.txt-area .address-detail dd{
	margin: 0 0 1em 0;
	}
}

/*----------------------
.store-info
------------------------*/
.store-info .info-cont{
	background: #F3E7ED;
	padding:20px;
}

.store-info .txt-area {
	background: #fff;
	padding: 20px;
}
.store-info .info p {
	display: inline-block;
	margin: 5px 10px;
}


@media screen and (max-width:768px){
	.store-info .info-cont{
		background: #F3E7ED;
		padding:20px 50px;
	}

	.store-info .txt-area {
		background: #fff;
		padding: 20px;
	}
	.store-info .info {
	}
	.store-info .info p {
		display: inline-block;
		margin: 5px;
	}
}

/*----base.css(フッター用)----*/
footer {
	border-top: solid 1px #DDD;
}
footer .foot_op {
	background: #f2f2f2;
	font-size: 12px;
	padding: 40px 0;
}
footer .foot_op .com-name {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 15px 0;
}
footer .foot_op p,
footer .foot_op a{
	/*! color: #FFF; */
}
@media print, screen and (min-width: 769px){
	footer {
		border-top: solid 1px #DDD;
		margin: 50px 0 0 0;
	}

	footer .tel-number{
		padding: 20px 0;
		text-align: center;
	}

	footer .tel-number ul{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.FfreedialLeft {
		/* font-size: 0.9em; */
		line-height: 1.5em;
		/* letter-spacing: 1px; */
		margin: 0 30px 0 0;
	}
	.FfreedialLeft b {
		font-size: 16px;
	}
	.Ffreedial {
		font-size: 2.7em;
	}
	.Ffreedial img {
		vertical-align: middle;
	}
	footer .tel-number ul.snsF{
		float: right;
		padding-top: 10px;
	}
	footer .tel-number ul li.snsFa{
			margin-left: 15px;
	}
	footer .tel-number ul li.snsFa a{
	}
	footer .tel-number ul li.snsFa a:hover{
		transition: .4s;
	}
	footer .foot_op {
		text-align: center;
		font-size: 12px;
		padding: 40px 0;
	}
	footer .foot_op .com-name {
		font-size: 16px;
		margin: 0 0 15px 0;
	}
	footer .foot_op .sub_nav{
		margin: 40px 0 0 0;
	}
	footer .foot_op .sub_nav ul{
		display: inline-block;
		padding: 0 0 0 0;
	}
	footer .foot_op .sub_nav li,
	footer .foot_op .sub_nav li a{
		font-size: 12px;
		/*! color: #FFF; */
	}
	footer .foot_op .sub_nav ul li{
		display: inline-block;
		margin: 0;
		vertical-align: top;
	}
	footer .foot_op .sub_nav ul li:before{
			content:"|";
			padding:0 10px;
	}
	footer .foot_op .sub_nav ul li:last-child:after{
			content:"|";
			padding:0 10px;
	}
	footer .foot_op .sub_nav ul li:first-child:before{
			padding:0 10px;
	}
	footer .copyright{
		text-align: center;
		/* float: right; */
		padding: 10px 0;
	}
	.copyright p{
		text-align: center;
		font-size: 9px;
		letter-spacing: 0.9px;
	}
}

@media screen and (max-width:768px){
	footer {
		margin: 50px 0 0 0;
	}
	footer .tel-number{
		margin: 25px 0;
		text-align: center;
	}
	footer .FfreedialLeft{
		line-height: 1.2em;
		margin: 0 0 10px 0; 
	}
	footer .FfreedialLeft b {
		font-size: 15px;
	}
	footer .foot_op {
		padding: 30px 0;
	}
	.Ffreedial{
		font-size: 30px; 
		line-height: 1em;
	}
	.Ffreedial img{
		vertical-align: middle;
	}
	footer .sub_nav{
		margin: 25px 0 0 0;
	}	
	.copyright{
		text-align: center;padding: 5px 0;
	}
	.copyright p{
		font-size: 8px;
		letter-spacing: 0.4px;
	}
}	

/*---ヘッダー----*/

.trial-page header {
	border-bottom: none;
	padding: 0;
}

	.trial-header {
		display: flex;
		align-items: center;
		padding: 10px 50px 0;
		height: 100px;
	}
	.trial-header h1 {
    width: 200px;
    margin-right: 20px;
	}
	.trial-header .head_right {
		padding-top: 15px;
		margin-left: auto;
		width: auto;
	}
	.trial-header .head_right-top li:last-child {
		padding-right: 0;
	}
	.trial-header .head_right-top .freedial {
		display: inline-block;
		font-size: 2.4em;
		line-height: 0.6;
		padding-top: 7px;
	}
.trial-header .head_right-top .freedial img {
	width: 55px;
}
	.trial-header .head_right-top .freedial .small {
		font-size: 13px;
	}
	.trial-header .name{
		display: inline-block;
	}
	.trial-header .name p {
		font-size: 25px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
@media screen and (max-width:1000px){
	.trial-header .head_right{
	display: none;
	}
}

@media screen and (max-width:768px){
	.trial-header{
		padding: 10px;
		height: 75px;
		justify-content: space-around;
	}
	.trial-header h1{
	max-width: 130px;
	display: inline-block;
	}
	.trial-header .name p {
	font-size: 18px;
	margin: 0;
	}
}