@charset "utf-8";
/* CSS Document */

img {
	vertical-align:bottom;
}

@media screen and (min-width: 801px) {
/*==========================================
 pc/tab
===========================================*/

	.onlyPC {
		display:block;
	}
	
	.onlySP {
		display:none;
	}
	

	#mv_box {
		background: url("../images/main_bg_241023.jpg") no-repeat 0 0;
		background-size:cover;
		overflow:hidden;
	}
	#mv {
		margin: 0px auto 20px;
		padding: 0px;
		width: 1000px;
		/*height: 2180px;*/
		height: 826px;
		/*height: 600px;*/
		position: relative;
	}
	#mv .mv_txt {
		position: absolute;
		top: 274px;
		left: -50px;
		z-index: 2;
	}
	#mv .model {
		position: absolute;
		bottom: -42px;
		/*top: 85px;*/
		right: -420px;
		z-index: 1;
	}
	#mv .mv_icon {
		position: absolute;
		top:110px;
		right:0;
	}
	#mv .open {
		position: absolute;
		bottom: 30px;
		z-index: 2;
	}
	
	#mv .mv_webnyukai {
		position: absolute;
		bottom: 10px;
		left: 107px;
		z-index: 2;

	}
	
	
	.taiken_area {
		width:1000px;
		margin:20px auto 0;
		display:block;
		position:relative;
	}
		
	.taiken_area p.taiken_btn01 {
		position:absolute;
		left:295px;
		bottom:59px;
	}
	
	.taiken_area_sp {
		display:none;
	}
	
	
	.schedule_area {
		width:1000px;
		margin:20px auto 30px;
		background: url(../images/schedule_area_bg.png) repeat-y;
		display:block;
	}
		
	.schedule_area .inner {
		width: 850px;
		padding: 20px 0;
		overflow: hidden;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.schedule_area .inner p {
		padding-bottom: 20px;
		width: 412px;
	}
	
	.schedule_area .inner p:nth-child(odd) {
		float: none;
	}
	
	.schedule_area .inner p:nth-child(even) {
		float: none;
	}
	
	.schedule_area_sp {
		display:none;
	}
	
	
	.campaign_area {
		width:1000px;
		margin:0 auto;
		display:block;
		position:relative;
	}
	
		.campaign_area p {
			position:absolute;
			bottom:150px;
			left:284px;
		}
	
	.campaign_area_sp {
		display:none;
	}
	
	.camp_btn_area {
		width:1000px;
		height:132px;
		position:relative;
	}
	
	.camp_btn_area p {
		position:absolute;
		top:20px;
		left:284px;
	}
	
	
	
	
	
	.offer {
		margin: 60px auto 0px auto;
		width: 1000px;
		padding: 0 0 0 0;
		border: 5px solid #ffb7b2;
		background-color: #ffdad7;
		display: block;
		box-sizing: border-box;
		position: relative;
	}
	.offer>ul,.offer_02>ul {
		margin: 0px auto;
		padding: 20px 0 0;
		width: 790px;
	display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
  justify-content: space-between;	

	}
	.offer>ul li,.offer_02>ul li {
		text-align: center;
		font-weight: bold;
		position: relative;
		letter-spacing: -0.03em;
		font-size:155%;
		margin:0 auto;
	}
	.offer>ul li a,.offer_02>ul li a{
		padding: 15px 0;
		width: 400px;
		display: block;
		background: #ffb86d;
		margin:0 auto;
	}
.offer>ul li:after,.offer_02>ul li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	font-size: 90%;
	}
	
	.offer  p {
		text-align:center;
		padding:10px 0 20px;
		font-size:120%;
	}
	
	
.daiko {
	width:100%;
	display:block;
}

.daiko li {
	width:100%;
	display:block;
}

.daiko li a {
	width:100%!important;
	display:block;
}


.tel_re_box {
	margin: 0px auto 20px auto;
	padding: 15px;
	width: 760px;
	background: #ffd09f;
}
.tel_re_01 {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.tel_re_01 dt {
	padding: 0 0 5px 0;
	font-size: 114%;
}
.tel_re_01 dd {
padding: 0 0 10px 0;
font-size: 142%;
}
.tel_re_01 dd img {
	padding: 0 5px 0 0;
	width: 20px;
	height: auto;
}
.tel_re_02 {
	text-align: center;
}
	.lead {
		margin: 0px auto 35px auto;
		padding: 0 0 10px 0;
		width: 770px;
		text-align: center;
		font-size: 178%;
		border-bottom: 3px solid #ffb7b2;
	}
	.lead_02 {
		margin: 0px auto 35px auto;
		padding: 0 0 10px 0;
		width: 530px;
		text-align: center;
		font-size: 178%;
		border-bottom: 3px solid #ffb7b2;
	}
	.concept {
	display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;	
	}
	.concept li:first-child,.concept li:last-child {
		width: 450px;
		padding: 40px 0 20px 0;
	}
	.concept li:first-child {
		background: #fff4f3;
	}
	.concept li:last-child {
		background: #f2fbff;
	}
	.concept li:first-child>h3,.concept li:last-child>h3 {
		padding: 0 0 20px 0;
		text-align: center;
		font-size: 342%;
		letter-spacing: 0.1em;
		line-height: 0;
	}
	.concept li:first-child>h3,.concept li:first-child>h4 {
		color: #e34f41; 
	}
	.concept li:last-child>h3,.concept li:last-child>h4 {
		color: #47b9ec; 
	}	
	.concept li:first-child>h3 img,.concept li:last-child>h3 img {
		padding-right: 10px;
		vertical-align: middle;
		margin-top: -15px;
	}
	.concept li:first-child>.img,.concept li:last-child>.img {
		text-align: center;
		padding: 0 0 10px 0;
	}	
	.concept li:first-child>h4,.concept li:last-child> h4 {
		padding: 0 0 10px 0;
		font-size: 242%;
		text-align: center;
		line-height: 1.2em;
	}	
	.concept li:first-child>h4 span,.concept li:last-child> h4 span {
		font-size: 70%;
	}	
	.concept li:first-child>.sub,.concept li:last-child>.sub {
		margin: 0px auto;
		width: 408px;
	}
	.concept li:nth-child(2) {
		padding-top: 200px;
	}
	.studio_img {
		padding: 0 0 20px 0;
	}
	
	.studio_box {
		width:100%;
	display: -webkit-flex;
 display: flex;
	}
	.studio {
		margin: 0px 0 20px;
		padding: 20px;
		box-sizing: border-box;
		border: 1px solid #4f3021;
		width:49%;
	}
	.studio:nth-child(2) {
		margin-left:auto;
	}
	.studio h3 {
		padding: 0 0 15px 0;
		font-size: 165%;
	}
	.studio h3 img {
		margin: -10px 10px 0 0;
		vertical-align: middle;
	}
	.studio dl {
 display: block;
 -webkit-justify-content: space-between;
 justify-content: space-between;	
	}
	.studio dt {
		width: 100%;
		margin-bottom:10px;
	}
	
	.studio dt img {
		width:100%;
	}
	
	.studio dd {
		width: 100%;
	}
	#program_box {
		position: relative;
	}
	#program_box .txt_02 {
		margin: 0px auto 20px auto;
	}
	#program_box dl {
		border: 1px solid #4f3021;
		box-sizing: border-box;
		margin-bottom:23px;
	}
	#program_box dd {
		padding: 6px 0 10px 0;
		text-align: center;
	}
	#program_01 {
		width: 660px;
		margin: 0 auto 50px;
		padding:20px 0 0;
	display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-justify-content: space-between;
 justify-content: space-between;
	position: relative;
	}
	#program_02 {
		margin: 0px auto;
		width: 660px;
	display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
	position: relative;
	}
	.hukidashi_01 {
		position: absolute;
		top: -30px;
		left: 150px;
	}
	.hukidashi_02 {
		position: absolute;
		top: 720px;
		right: 0px;
	}
	.hukidashi_03 {
		position: absolute;
		top: -55px;
		right: 0px;
	}
	.flow_box {
	display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
	position: relative;
	}
	.flow {
		width: 530px;
	}
	.flow>h3 {
		margin: 5px 0 20px 0;
		padding: 0 0 10px 0;
		width: 300px;
		font-size: 178%;
		border-bottom: 1px solid #b99b8d;
	}
	.flow_box>p {
		width: 430px;
	}
	.flow_box h4 {
		padding: 15px 0 0 0;
		font-weight: bold;
	}
	.flow_box ul {
		padding: 0 0 15px 10px;
	}
	.flow_box dl {
		padding: 0 0 10px 0;
	display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
	}
	.flow_box .pb10 {
		padding-bottom: 10px;
	}
	.arr {
		margin: 0px auto;
		padding-bottom: 10px;
		width: 73px;
	}
	.att_p {
		margin: 0px auto 30px auto;
		padding: 10px 20px;
		box-sizing: border-box;
		background: #fff9e3;
	}
	.att_p>h4 {
		font-weight: bold;
	}
	table {
		margin: 0px auto 20px auto;
		width: 100%;
		border: 3px solid #ffb7b2;
		font-size: 114%;
	}
	table tr:first-child {
		background: #ffdad7;
		font-weight: bold;
	}
	table td {
		padding: 10px;
		border-right: 1px solid #ffe6e4;
		border-bottom: 1px solid #ffe6e4;
		width: 25%;
	}
	
	.join_img {
		margin-top:90px;
		position: relative;
	}
	.join_img p.web_join_btn {
		position: absolute;
		left: 281px;
		bottom: 337px;
	}
	.join_img p.sp_web_join_btn {
		display: none;
	}
	
	
	.map_box {
	display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 margin-bottom:30px;
	}
	.map {
		width: 620px;
	}
 #gmap {
  width: 620px;
  height: 310px;
 } 
 
 
 .map_area iframe{
	 width:620px;
	 height:310px;
 }
 
	.address {
		width: 345px;
	}
	.address h2 {
		font-size: 142%;
		padding: 0 0 10px 0;
	}
	.address .tel {
		padding: 0 0 10px 0;
		font-size: 285%;
		font-weight: bold;
		line-height:0.8em;
	}
	
	.address .tel span {
		font-size:14px;
	}
	
	.address .tel img {
		padding: 0 10px 0 0;
	}
	.address dl {
		padding: 10px 0;
	display: -webkit-flex;
 display: flex;
	}
	.address dt {
		padding: 0 10px 0 0;
	}
}
@media screen and (max-width: 800px) {
/*==========================================
 smp
===========================================*/

	.onlyPC {
		display:none;
	}
	
	.onlySP {
		display:block;
	}

	#mv {
		margin: 0px auto 15px;
		padding: 0px;
		width: 100%;
		position: relative;
	}
	.offer {
		margin: 15px auto 0px auto;
		width: 95%;
		padding: 10px 0 0;
		border: 5px solid #ffb7b2;
		background-color: #ffdad7;
		box-sizing: border-box;
			background-size: 100%;
	}
	.offer_02 {
		margin: 20px auto 0px auto;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
		#mv .offer {
		margin: 0px auto 0px auto;
		width: 100%;
		padding: 0 0 0 0;
		box-sizing: border-box;
		background: url(../images/sp_offer_bg.png) repeat-y 0 0;
			background-size: 100%;
	}
	
	
	.taiken_area {
		display:none;
	}
	.taiken_area_sp {
		display:block;
		width:95%;
		margin:0 auto 0;
		position:relative;
	}
	
	
	
	
	.sp_taiken_area_bg p.sp_taiken_btn01 {
		position:absolute;
		bottom:5.5%;
		left:11%;
		width:77%;
	}
	
	
	.schedule_area {
		display:none;
	}
	.schedule_area_sp {
		display:block;
		width:95%;
		margin:20px auto 20px;
		background: url(../images/sp_schedule_area_bg.png) repeat-y;
		background-size: 100%;
	}
	
	.schedule_area_sp .inner {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.schedule_area_sp .inner p {
		width:100%;
		padding: 0 0 15px;
	}
	
	
	
	.campaign_area {
		display:none;
	}
	
	.campaign_area_sp {
		display:block;
		width:95%;
		margin:0 auto 20px;
		position:relative;
	}
	
	.campaign_area_sp .camp_btn_area {
		/*background:url(../images/sp_web_join_bg.png) no-repeat;
		background-size:100%;*/
		width:100%;
		position:relative;
	}
	
	.campaign_area_sp p {
		position:absolute;
		bottom:13.5%;
		left:15%;
		width:68%;
	}
	
	
	
	.offer .ex {
		margin: 0px auto;
		padding: 0 0 20px 0;
		width: 88%;
	}
.offer .tel_reserv {
	margin: 0px auto;
	width: 83%;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 114%;
}
	 .offer>h2 {
		margin: 0px auto;
		padding: 0;
	}
	.offer .att {
		margin: 0px auto 20px auto;
		padding: 5px 3%;
		width: 83%;
		background-color: #ffe9e7;
	}
	.offer .bt {
		margin: 0 0 10px 0;
		padding: 0;
		text-align: center;
		font-size: 142%;
		font-weight: bold;
	}
	.offer .bt a{
		margin: 0px auto;
		padding: 20px 0;
		border-bottom: 3px solid #ff5649;
		width: 89%;
		position: relative;
		display: block;
		background: #FFF;
	}
.offer .bt a:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	font-size: 90%;
	}
	.offer>ul,.offer_02>ul {
		margin: 0px auto;
		padding: 0 0 0 0;
		width: 89%;
	}
	.offer>ul li,.offer_02>ul li {
		margin: 0px auto 10px auto;
		text-align: center;
		font-size: 130%;
		font-weight: bold;
		position: relative;
		letter-spacing: -0.03em;
	}
	.offer>ul li a,.offer_02>ul li a{
		padding: 15px 0;
		width: 100%;
		display: block;
		background: #ffb86d;
	}
.offer>ul li:after,.offer_02>ul li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	font-size: 90%;
	}
	
	
	.offer  p {
		text-align:center;
		padding:0 10px 10px;
		font-size:90%;
		line-height:1.5em;
	}
	
.tel_re_box {
	margin: 0px auto 20px auto;
	padding: 15px 3%;
	width: 83%;
	background: #ffd09f;
}
.tel_re_01 {
	text-align: center;
}
.tel_re_01 dt {
	padding: 0 0 5px 0;
	font-size: 114%;
}
.tel_re_01 dd {
padding: 0 0 10px 0;
font-size: 142%;
}
.tel_re_01 dd img {
	padding: 0 5px 0 0;
	width: 20px !important;
	height: auto;
}
.tel_re_02 {
	text-align: center;
}
	.lead {
		margin: 0px auto 35px auto;
		padding: 0 0 10px 0;
		width: 94%;
		text-align: center;
		font-size: 142%;
		border-bottom: 3px solid #ffb7b2;
		line-height: 1.5;
	}
	.lead_02 {
		margin: 0px auto 35px auto;
		padding: 0 0 10px 0;
		width: 530px;
		text-align: center;
		font-size: 178%;
		border-bottom: 3px solid #ffb7b2;
	}
	.concept li:first-child,.concept li:last-child {
		margin: 0px auto;
		width: 94%;
		padding: 30px 0 20px 0;
	}
	.concept li:first-child {
		background: #fff4f3;
	}
	.concept li:last-child {
		background: #f2fbff;
	}
	.concept li:first-child>h3,.concept li:last-child>h3 {
		padding: 0 0 10px 0;
		text-align: center;
		font-size: 200%;
		letter-spacing: 0.1em;
		line-height: 0;
	}
	.concept li:first-child>h3,.concept li:first-child>h4 {
		color: #e34f41; 
	}
	.concept li:last-child>h3,.concept li:last-child>h4 {
		color: #47b9ec; 
	}	
	.concept li:first-child>h3 img,.concept li:last-child>h3 img {
		width: 35px !important;
		padding-right: 10px;
		vertical-align: middle !important;
		margin-top: -10px !important;
	}
	.concept li:first-child>.img,.concept li:last-child>.img {
		margin: 0px auto;
		text-align: center;
		padding: 0;
		width: 80%;
	}	
	.concept li:first-child>h4,.concept li:last-child> h4 {
		margin: 0px auto;
		width: 94%;
		padding: 0 0 5px 0;
		font-size: 178%;
		text-align: center;
		line-height: 1.2em;
	}	
	.concept li:first-child>h4 span,.concept li:last-child> h4 span {
		font-size: 70%;
	}	
	.concept li:first-child>.sub,.concept li:last-child>.sub {
		margin: 0px auto;
		width: 94%;
	}
	.concept li:nth-child(2) {
		margin: 0px auto;
		padding: 20px 0;
		width: 15%;
	}
	.studio_img {
		padding: 0 0 20px 0;
	}
	.studio {
		margin: 0px auto 20px auto;
		padding: 10px 3%;
		width: 94%;
		box-sizing: border-box;
		border: 1px solid #4f3021;
	}
	.studio h3 {
		padding: 0 0 10px 0;
		font-size: 114%;
	}
	.studio h3 img {
		margin: -3px 5px 0 0 !important;
		vertical-align: middle !important;
		width: 10px !important;
	}
	.studio dt {
		padding: 0 0 10px 0;
	}
	#program_box {
		position: relative;
	}
	#program_box .txt_02 {
		margin: 0px auto 10px auto;
	}
	#program_box dl {
		margin-bottom: 10px;
		width: 49%;
		border: 1px solid #4f3021;
		box-sizing: border-box;
	}
	#program_box dd {
		padding: 6px 0 10px 0;
		text-align: center;
	}
	.effect {
		margin: 0px auto;
		padding: 0px;
		width: 94%;
	}
	#program_01 {
	margin: 0 auto 30px auto;
	padding-top:0;
	width: 94%;
	display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
	}
	#program_02 {
		margin: 0px auto;
		width: 94%;
	display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
	position: relative;
	}
	.last_flow {
		padding: 0 0 30px 0;
	}
	.flow {
		margin: 0px auto;
		padding: 0 0 10px 0;
		width: 94%;
	}
	.flow .step {
		padding: 10px 0 5px 0;
		width: 50px;
	}
	.flow>h3 {
		margin: 5px 0 10px 0;
		padding: 0 0 10px 0;
		font-size: 178%;
		border-bottom: 1px solid #b99b8d;
	}
	.flow_box>p {
		margin: 0px auto;
		width: 80%;
	}
	.flow_box h4 {
		padding: 10px 0 0 0;
		font-weight: bold;
	}
	.flow_box h4 img {
		padding: 0 5px 0 0;
		width: 10px !important;
		vertical-align: middle !important;
	}
	.flow_box ul {
		padding: 0 0 10px 10px;
	}
	.flow_box dl {
		padding: 0 0 10px 0;
	display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
	}
	.flow_box .pb10 {
		padding-bottom: 10px;
	}
	.arr {
		margin: 10px auto;
		width: 50px;
	}
	.att_p {
		margin: 0px auto 30px auto;
		padding: 10px 3%;
		width: 94%;
		box-sizing: border-box;
		background: #fff9e3;
	}
	.att_p>h4 {
		font-weight: bold;
	}
	table {
		margin: 0px auto 20px auto;
		width: 94%;
		border: 3px solid #ffb7b2;
		font-size: 114%;
	}
	table tr:first-child {
		background: #ffdad7;
		font-weight: bold;
	}
	table td {
		padding: 10px;
		border-right: 1px solid #ffe6e4;
		border-bottom: 1px solid #ffe6e4;
		width: 25%;
	}
 #gmap {
		margin: 0px auto;
  width: 94% !important;
  /*height: 200px;*/
		display: block;
 } 
 
 
 
 .join_img {
	 width: 95%;
	 margin: 60px auto 0;
	 position: relative;
 }
.join_img p.web_join_btn {
		display: none;
}
.join_img p.sp_web_join_btn {
	position: absolute;
	width: 68%;
	bottom:43%;
	left:16%;
}
 
 .map_area {
		margin: 0px auto;
  width: 94% !important;
  /*height: 200px;*/
		display: block;
 } 
 
  .map_area iframe {
	  width:100%;
	  height:200px;
  }
 
 
	.address {
		margin: 0px auto;
		width: 94%;
	}
	.address h2 {
		font-size: 128%;
		padding: 10px 0;
	}
	.address .tel span {
		font-size:75%;
	}
	.address .tel {
		padding: 0 0 10px 0;
		font-size: 214%;
		font-weight: bold;
		line-height:1.3em;
	}
	.address .tel img {
		width: 25px !important;
		vertical-align: middle !important;
		padding: 0 10px 0 0;
	}
	.address dl {
		padding: 10px 0;
	}
	.address dt {
		padding: 0 10px 0 0;
	}
	

}


/* katakori */
@media screen and (min-width: 801px) {
.katakori {
	text-align:center;
	margin:120px 0 0;
}
}

@media screen and (max-width: 800px) {
	.katakori {
		box-sizing:border-box;
		padding:50px 2.7% 0;
		margin:0;
	
	}
}
	


/* kinkyu */
@media screen and (min-width: 801px) {
.kinkyu {
	margin:0 auto 10px;
	width:785px;
	box-sizing:border-box;
	background:#ffffff;
	border:5px solid #ffb86d;
	padding:20px;
	font-size:14px;
}

.kinkyu .kinkyu_midashi {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}


.kinkyu .kinkyu_text {
	line-height:1.5em;
}

}

@media screen and (max-width: 800px) {
	.kinkyu {
	position:relative;
	z-index:10000;
	width:95%;
	margin:0 auto 20px;
	box-sizing:border-box;
	background:#ffffff;
	border:5px solid #ffb86d;
	padding:10px;
	font-size:14px;
	}
	
	.kinkyu .kinkyu_midashi {
		font-size:14px;
		font-weight:bold;
		margin-bottom:10px;
	}
	
	
	.kinkyu .kinkyu_text {
		line-height:1.5em;
	}
}
	

/* infomation */
@media screen and (min-width: 801px) {
.infomation {
	width: 1000px;
	position:static;
	z-index:10000;
	box-sizing:border-box;
	background:#ffffff;
	border:5px solid #ffb86d;
	padding:20px;
	font-size:14px;
	margin: 20px auto 0;
}

.infomation dl {
	overflow:hidden;
	width:100%;
}

.infomation dl dt {
	width:100px;
	float:left;
	font-weight:bold;
}

.infomation dl dd {
	border-bottom:1px solid #e0e0e0;
	padding-bottom:10px;
	margin-bottom:10px;
}

.infomation dl dd:last-child {
	margin:0;
	padding:0;
	border:none;
}

.infomation dl dd a {
	color:#651f3f;
	text-decoration:underline;
}

.infomation dl dd a:hover {
	opacity:0.7;
	text-decoration:none;
}

}

@media screen and (max-width: 800px) {
	.infomation {
	position:relative;
	z-index:10000;
	width:95%;
	margin:0 auto 20px;
	box-sizing:border-box;
	background:#ffffff;
	border:5px solid #ffb86d;
	padding:15px;
	font-size:14px;
	}
	

	.infomation dl {
		overflow:hidden;
		width:100%;
	}
	
	.infomation dl dt {
		width:100px;
		float:none;
		margin-bottom:5px;
	font-weight:bold;
	}
	
	.infomation dl dd {
		border-bottom:1px solid #e0e0e0;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	
	.infomation dl dd:last-child {
		margin:0;
		padding:0;
		border:none;
	}
	
	.infomation dl dd a {
		color:#651f3f;
		text-decoration:underline;
	}
	
	.infomation dl dd a:hover {
		opacity:0.7;
		text-decoration:none;
	}
	
}




/* image_notice */
@media screen and (min-width: 801px) {
	.image_notice {
		text-align:right;
		margin:10px 0 0;
	}

}

@media screen and (max-width: 800px) {
	.image_notice {
		text-align:right;
		width:94%;
		margin:0 auto;
	}
}


/* 緊急お知らせ */
#info_emg{
	width:1000px;
	position:relative;
	z-index:4;
	background: #fffff;
	border:5px solid #ffb86d;
	margin:30px auto;
	box-sizing:border-box;
}

#info_emg tr {
	background:#ffffff;
}
table#info_emg td{
	border:none 0px;
	padding:12px 15px 15px;
	font-weight:normal;
	line-height:1.5em;
}



#info_emg td div {
	line-height:1.5em;
}

#info_emg span{
	font-size:14px;
	font-weight:bold;
	font-family: "Open Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif!important;
}

table#info_emg td strong {
	font-weight:bold;
}

table#info_emg a {
	text-decoration:underline;
}

table#info_emg a:hover {
	text-decoration:none;
}

@media screen and (max-width: 800px) {
	
#info_emg{
	position:relative;
	z-index:10000;
	z-index:4;
	width:95%;
	margin:0 auto 20px;
	box-sizing:border-box;
	background:#ffffff;
	border:5px solid #ffb86d;
	padding:10px;
	font-size:14px;
}

#info_emg tr {
	background:#ffffff;
}

#info_emg td div {
	line-height:1.5em;
}

table#info_emg td{
		font-size:14px;
		margin-bottom:10px;
		font-weight:normal;
	line-height:1.5em;
}
#info_emg span{
	font-size:14px;
	font-weight:bold;
	font-family: "Open Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif!important;
}

table#info_emg td strong {
	font-weight:bold;
}



table#info_emg a {
	text-decoration:underline;
}

table#info_emg a:hover {
	text-decoration:none;
}

}


.kinkyu_schedule {
	width:1000px;
	margin:20px auto 0;
	background:#ee853f;
	color:#ee853f;
}

.kinkyu_schedule  p {
	text-align:center;
	font-weight:bold;
	padding:10px  0;
}


.kinkyu_schedule  p a  {
	color:#ffffff;
	font-size:20px;
	text-decoration:underline;
}

@media screen and (max-width: 800px) {
	.kinkyu_schedule {
	width:95%;
	margin:10px auto;
	background:#ee853f;
	color:#ee853f;
}

.kinkyu_schedule  p {
	text-align:center;
	font-weight:bold;
	padding:8px ;
}


.kinkyu_schedule  p a  {
	color:#ffffff;
	font-size:13px;
	text-decoration:underline;
}
	
}




/* 20241015 */

.start_kaiin table {
	margin-bottom: 5px;
}
.start_kaiin p {
	margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
	.start_kaiin table {
		margin-bottom: 5px!important;
	}
	.start_kaiin p {
		margin: 0px auto 20px auto;
		width: 94%;
	}
}







/* 241015 cp_area */
@media screen and (min-width: 801px) {	
	.cp_area {
		width: 1000px;
		background: #ffdad7;
		border: solid #ffb7b2 5px;
		box-sizing: border-box;
		margin: 30px auto 0;
		padding: 50px 0;
	}
	
	.cp_area .inner {
		width: 790px;
		margin: 0 auto;
	}
	
	.cp_area .inner .btn_trial {
		margin: 30px 0 0;
	}
}
	
@media screen and (max-width: 800px) {
	.cp_area {
		width: 95%;
		background: #ffdad7;
		border: solid #ffb7b2 2px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 20px 0;
	}
	
	.cp_area .inner {
		width: 92%;
		margin: 0 auto;
	}
	
	.cp_area .inner .btn_trial {
		margin: 15px 0 15px;
	}
}



/* 241211 insta */
@media screen and (min-width: 801px) {	
	.insta_bnr { width: 1000px; margin: 0 auto; padding: 20px 0 0;}
	.insta_bnr img { width: 100%;}
}
	
@media screen and (max-width: 800px) {
	.insta_bnr { width: 95%; margin: 0 auto; padding:0 0 10px;}
	.insta_bnr img { width: 100%;}
}
