@charset "UTF-8";
/*
Theme Name: ラフィット テーマ
Theme URL: 
Description:
Author: HOT Advertising
Version: 2020
License: Wellness Hanshin Co., Ltd.
License URI: 
最終更新日 2022-02-15
*/

/* common
------------------------------------------------------------------------------------------- */
html, body { height: 100%; }

html { font-size: 6.25%; }

img { width: 100%; height: auto; }

body { -webkit-text-size-adjust: 100%; font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

h1, h2, h3, h4, h5 { font-weight: normal; }

th { text-align: left; font-weight: normal; }

a, a:visited { color: #222; text-decoration: none; }
a:hover { color: #BBB; text-decoration: underline; }

body {
	font-size: 14px; font-size: 14rem;
	line-height: 1.6;
	color: #222;
	background: #FFF;
}

p.dan1 { margin-bottom: 1em; }
p.dan2 { margin-bottom: 2em; }
p.dan3 { margin-bottom: 3em; }

p.dan-i1 { text-indent: 1em; }

.pc { display: none; }
.sp { display: block; }

a, a:visited {
	color: #555;
	text-decoration: none;
}

.wrap_hero {
	height: auto;
	width: 100%;
	margin: 55px 0 30px;
	display: block;
}

.ttl_h2 {
	width: 90%;
	margin: 0 auto 20px;
	font-weight: bold;
	color: #3B4C8A;
	border-bottom: 1px solid #3B4C8A;
}

.ttl_h3 {
	font-size: 18px;font-size: 18rem;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 0 auto 50px;
}

.ttl_lesson {
	font-size: 16px;font-size: 16rem;
	margin-bottom: 0;
}

.sp_scroll {
	overflow-x: auto;
	width: 90%;
	margin: 0 auto 5px;
}


/* header
------------------------------------------------------------------------------------------- */
#mobile_head {
	width: 100%;
	height: 55px;
	margin: 0;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#g_head {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	background: #FFF;
}

.wrap_head {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	box-shadow: 0 0 1px 1px #EEE;
}

.logo {
	width: 150px;
	margin: 8px 0 0 5%;
	padding: 2px 0 0;
	box-sizing: border-box;
}

.bnr_guide_movie {
	width: 80%;
	margin: 20px auto;
}

.header_info {
	width: 130px;
	margin: 0 3% 0 0;
}

.sp_sub_nav {
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.btn_call,
.btn_campaign {
	width: 43px;
	display: block;
}

.ul_top_subnav2 {
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	margin: 0;
	font-size: 12px;font-size: 12rem;
	z-index: 9999;
}

.ul_top_subnav2 {
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ul_top_subnav2 li {
	/*240625ボタン２つのため幅修正*/
	width: 50%;
	/*width: 33.33%;*/
}

.ul_top_subnav2 li a {
	display: block;
	padding: 10px 0;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	border-radius: 0;
}

.ul_top_subnav2 li:nth-child(1) a {
	background: #00a69c;
}

.ul_top_subnav2 li:nth-child(2) a {
	padding-top: 15px;
	background: #00adee;
}

.ul_top_subnav2 li:nth-child(3) a {
	background: #7f3f97;
}


/* footer
------------------------------------------------------------------------------------------- */
#g_footer {
	padding: 20px 0 60px;
	background: #EAE9E9;
}

.footer_copyright {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	font-size: 12px;font-size: 12rem;
	background: #3B4C8A;
}


/* 下部キャンペーンボタン
------------------------------------------------------------------------------------------- */
.btn_info_campaign a {
	display: block;
	width: 90%;
	height: 50px;
	margin: 40px auto;
	padding: 4px 0;
	box-sizing: border-box;
	color: #FFF;
	font-size: 12px; font-size: 12rem;
	text-align: center;
	background: #A0D1F1;
}

.btn_info_campaign a span {
	display: block;
	width: calc(100% - 8px);
	height: calc(50px - 8px);
	margin: 0 auto;
	padding: 9px 0 9px 2em;
	box-sizing: border-box;
	border: 1px solid #FFF;
	position: relative;
	letter-spacing: -1px;
}

.btn_info_campaign a span::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -10.5em;
	width: 28px;
	height: 20px;
	background: url(images/icon_info_campaign.png) no-repeat;
	background-size: 28px;
}

.btn_info_campaign a:visited {
	color: #FFF;
}


/* お知らせ
---------------------------------------------------------------------------*/
#news_top {
	clear: both;
	padding: 20px 0 40px;
}

.ttl_news_top {
	font-size: 16px; font-size: 16rem;
	margin: 0 0 20px 5%;
	text-align: left;
	font-weight: bold;
}

.ul_news_top {
	width: 90%;
	margin: 0 auto;
	font-size: 12px; font-size: 12rem;
	line-height: 1.4;
}

.ul_news_top,
.ul_news_top a,
.ul_news_top a:visited,
.more_news a,
.more_news a:visited {
	color: #777;
}

.ul_news_top li {
	padding: 10px 0;
	border-bottom: 1px solid #e6e7e8;
}

.news_date {
	margin-right: 10px;
}

.icon_cats {
	font-size: 11px; font-size: 11rem;
	color: #FFF;
	padding: 2px 4px;
	background: #666;
}

.icon_cat_event { background: #ffc266; }
.icon_cat_news { background: #C0DD98; }
.icon_cat_campaign { background: #e88ba1; }
.icon_cat_agent { background: #7ECEF4; }
.icon_cat_timetable { background: #d4a8f9; }
.icon_cat_instructor { background: #CCC }
.icon_cat_monthly { background: #d4a8f9; }
.icon_cat_lessonweekly { background: #d4a8f9; }
.icon_cat_holiday_lesson { background: #d4a8f9; }

.news_ttl {
	margin: 5px 0 0;
	width: 100%;
	font-size: 13px; font-size: 13rem;
	position: relative;
}

.more_news {
	width: 90%;
	margin: 5px auto 0;
	font-size: 13px; font-size: 13rem;
}

.pager {
	margin: 20px 0;
	text-align: center;
}

.page-numbers {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	color: #666;
	border: 1px solid #CCC;
	border-radius: 8px;
}

a.page-numbers {
	color: #666;
}

.page-numbers:hover {
	text-decoration: none;
}

.btn_pagetop a {
	display: none;
}

.icon_new {
	position: absolute;
	top: -1.9em;
	left: 0;
	display: inline-block;
	width: 33px;
	font-size: 11px; font-size: 11rem;
	font-weight: bold;
	margin: 0 0 0 140px;
	padding: 1px 0;
	text-align: center;
	border-radius: 4px;
	box-sizing: border-box;
	background: #FF0;
}


@media print,screen and (min-width: 769px) {
	/* common
	------------------------------------------------------------------------------------------- */
	body {
		font-size: 16px;font-size: 16rem;
	}
	.pc { display: block; }
	.sp { display: none; }

	a:hover { color: #000; }

	.ttl_h2 {
		width: 100%;
		max-width: 1000px;
		font-size: 22px;font-size: 22rem;
		text-align: center;
		margin: 0 auto 50px;
	}

	.sp_scroll {
		overflow-x: none;
		width: 100%;
		max-width: 1000px;
	}

	.ttl_h3 {
		font-size: 22px;font-size: 22rem;
		max-width: 780px;
	}


	/* header
	------------------------------------------------------------------------------------------- */
	.wrap_head {
		padding: 0;
	}

	#g_head {
		height: 165px;
	}

	#mobile_head {
		width: 100%;
		height: 165px;
		margin: 0 auto;
		display: -webkit-flex;display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.logo {
		width: 280px;
		margin: 40px 0 0;
	}

	.bnr_guide_movie {
		display: block;
		width: 250px;
		margin: 30px auto 0;
	}

	.bnr_guide_movie a {
		display: block;
		box-shadow: 0 0 1px 0.5px #CCC;
	}

	.bnr_guide_movie a:hover {
		box-shadow: none;
	}

	.header_info {
		width: 400px;
	}

	.ul_top_subnav {
		width: 396px;
		height: 33px;
		display: -webkit-flex;display: flex;
		margin: 0 0 30px 4px;
		flex-wrap: wrap;
		/*240625ボタン２つのため以下削除*/
		/*justify-content: space-between;*/
		z-index: 9999;
	}

	.wrap_hero {
		margin: 165px 0 50px;
	}


	/* 機能ナビ
	---------------------------------------------------------------------------*/
	.ul_top_subnav li {
		font-size: 12px;font-size: 12rem;
	}

	.ul_top_subnav li a {
		width: 130px;
		height: 33px;
		margin-top: -3px;
		padding-top: 3px;
		color: #FFF;
		text-align: center;
		box-sizing: border-box;
		display: -webkit-flex; display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.ul_top_subnav li:nth-child(1) a { background: #CA4649; }
	.ul_top_subnav li:nth-child(2) a { background: #509783; }
	.ul_top_subnav li:nth-child(3) a { background: #3B4C8A; }

	.ul_top_subnav li a:hover {
		margin-top: 0;
		text-decoration: none;
	}


	/* パンくず
	-------------------------------------------------------------------------------------------- */
	.breadcrumbs {
		width: 1180px;
		margin: 20px auto 50px;
		padding: 20px 0 0;
		box-sizing: border-box;
		display: -webkit-flex; display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		font-size: 14px;font-size: 14rem;
	}

	.breadcrumbs li {
		position: relative;
		margin-right: 30px;
	}

	.breadcrumbs li:after {
		content: '>';
		position: absolute;
		top: 0 ;
		right: -20px;
	}

	.breadcrumbs li:last-child::after {
		content: none;
	}


	/* サブナビ
	---------------------------------------------------------------------------*/
	.subNav ul {
		width: 400px;
		display: -webkit-flex;display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.subNav ul li {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.subNav ul li:nth-child(4) .fa-2x {
		font-size: 16px;
	}

	.phonenumber a {
		color: #999;
		font-size: 18px;font-size: 18rem;
		font-weight: bold;
	}

	.header_info .subNav i {
		color: #888;
	}

	/* 下層下部バナー */
	.ul_top_btns {
		width: 780px;
		margin: 60px auto 80px;
		display: -webkit-flex; display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ul_top_btns li {
		width: 360px;
		height: 160px;
	}

	.ul_top_btns a {
		display: block;
	}

	.ul_top_btns li:nth-child(1) {
		background: url(images/bg_btm_btn_1_off.jpg) no-repeat;
		background-size: 100%;
	}

	.ul_top_btns li:nth-child(1):hover {
		background: url(images/bg_btm_btn_1_on.jpg) no-repeat;
		background-size: 100%;
	}

	.ul_top_btns li:nth-child(2) {
		background: url(images/bg_btm_btn_2_off.jpg) no-repeat;
		background-size: 100%;
	}

	.ul_top_btns li:nth-child(2):hover {
		background: url(images/bg_btm_btn_2_on.jpg) no-repeat;
		background-size: 100%;
	}

	.ul_top_btns li figure {
		position: relative;
	}

	.ul_top_btns figcaption {
		color: #FFF;
		font-size: 20px; font-size: 20rem;
		position: absolute;
		top: 60px;
		width: 100%;
		text-align: center;
	}

	.ul_top_btns a figcaption::after {
		content: '>';
		font-size: 14px; font-size: 14rem;
		position: absolute;
		bottom: -25px;
		right: 50%;
		margin-right: -.5em;
		transform: rotate(90deg);
	}

	.ul_top_btns li:hover figcaption::after {
		bottom: -28px;
		-webkit-transition: .5s;
		transition: .3s;
	}


	/* ヒーロービジュアル
	-------------------------------------------------------------------- */
	.page_hero {
		width: 1200px;
		margin: 0 auto;
	}


	/* PAGE TOP
	-------------------------------------------------------------------- */
	.btn_pagetop  {
		position: fixed;
		bottom: 50px;
		left: 50%;
		margin-left: 550px;
		width: 80px;
		height: 80px;
	}

	.btn_pagetop a {
		display: -webkit-flex; display: flex;
		justify-content: center;
		align-items: center;
		width: 80px;
		height: 80px;
		color: #FFF;
		border-radius: 50%;
		text-decoration: none;
		background: #A0D1F1;
	}

	.btn_pagetop a::after {
		content: '>';
		font-size: 14px; font-size: 14rem;
		position: absolute;
		top: 15px;
		right: 50%;
		margin-right: -0.25em;
		transform: rotate(-90deg);
	}

	.btn_pagetop a:hover {
		background: #3B4C8A;
	}

	.btn_pagetop a:hover::after {
		top: 12px;
	}


	/* 下部キャンペーンボタン
	---------------------------------------------------------------------------*/
	.btn_info_campaign a {
		width: 700px;
		height: 78px;
		margin: 80px auto 100px;
		padding: 9px 0;
		box-sizing: border-box;
		font-size: 18px; font-size: 18rem;
	}

	.btn_info_campaign a:visited {
		color: #FFF;
	}

	.btn_info_campaign a span {
		display: block;
		width: 682px;
		height: 60px;
		margin: 0 auto;
		padding: 15px 0 13px 40px;
		box-sizing: border-box;
		border: 1px solid #FFF;
		position: relative;
	}

	.btn_info_campaign a span::before {
		content: '';
		position: absolute;
		top: 12px;
		left: 50%;
		margin-left: -11.5em;
		width: 43px;
		height: 32px;
		background: url(images/icon_info_campaign.png) no-repeat;
		background-size: 43px;
	}

	.btn_info_campaign a:hover {
		text-decoration: none;
		background: #95C8F3;
	}

	/* お知らせ
	---------------------------------------------------------------------------*/
	#news_top {
		padding: 50px 0 100px;
	}

	.ttl_news_top {
		text-align: center;
		font-weight: bold;
		font-size: 22px; font-size: 22rem;
		margin: 0 auto 40px;
	}

	.ul_news_top {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		border-top: 1px solid #e6e7e8;
		font-size: 16px; font-size: 16rem;
		line-height: 1.8;
	}

	.ul_news_top,
	.ul_news_top a,
	.ul_news_top a:visited,
	.more_news a,
	.more_news a:visited {
		color: #777;
	}

	.ul_news_top li {
		padding: 10px 0;
		border-bottom: 1px solid #e6e7e8;
		display: -webkit-flex; display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.icon_cats  {
		padding: 4px 8px;
	}

	.news_date_cat {
		display: block;
		width: 270px;
	}

	.news_date {
		width: 80px;
		margin-right: 20px;
	}

	.news_ttl {
		font-size: 16px;font-size: 16rem;
		width: 690px;
		padding-left: 20px;
		box-sizing: border-box;
		position: relative;
	}

	.icon_new {
		position: absolute;
		top: 2px;
		left: -25px;
		display: inline-block;
		width: 33px;
		font-size: 11px; font-size: 11rem;
		font-weight: bold;
		margin: 0 5px 0 0;
		padding: 1px 0;
		text-align: center;
		border-radius: 4px;
		box-sizing: border-box;
		background: #FF0;
	}

	.more_news {
		width: 780px;
		white-space: nowrap;
		margin: 5px auto 0;
		font-size: 14px; font-size: 14rem;
		text-align: right;
	}

	.pager {
		margin: 50px 0;
	}

	.page-numbers:hover, .current {
		color: #FFF;
		background: #BBB;
	}
}

@media print,screen and (min-width: 1200px) {
	#mobile_head {
		width: 1200px;
	}

	.logo {
		width: 335px;
	}
}


/* 20200907追加css footer_nav*/
.wrap_footer_nav {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
	color: #3B4C8A;
	font-weight: bold;
}

.footer_company_name {
	font-size: 18px;
}

.footer_tel {
	margin: 10px 0;
}

.footer_tel a {
	color: #3B4C8A;
	font-size: 18px;
	font-weight: bold;
}

.ul_footer_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
}

.wrap_ul_footer_nav {
	width: 100%;
	margin-bottom: 10px;
}

#thissite {
	width: 90%;
}

.lbox {
	display: none;
}

.ttl_thisiste {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 5px;
	border-bottom: 2px dotted #DDD;
}

.link_thissite {
	text-align: center;
}

.wrap_ul_footer_nav a {
	color: #444;
	font-size: 13px;
}


/* 見学・体験予約
------------------------------------------------------------ */
.wrap_apply-try {
	width: 90%;
	margin: 0 auto;
}

.emergency {
	color: #F00;
}

.wrap_ssl {
	margin: 15px 0;
	padding: 15px;
	font-size: 13px;
	border: 1px solid #DDD;
}

.appry-form_1 {
	color: #F00;
	margin: 0 0 15px;
}

.appry-form_2 {
	margin: 0 0 15px;
}

.appry-form_3 {
	margin: 0 0 15px;
}

.required {
	margin-left: 0.5em;
	color: #F00;
	font-size: 12px;
	font-weight: bold;
}

.orange {
	color: #ff9900;
}

.dl_appry-form dt {
	padding: 10px;
	box-sizing: border-box;
	background: #FAFAFA;
}

.dl_appry-form dd {
	box-sizing: border-box;
	padding: 10px;
	background: #FEFEFE;
}

option {
	width: 100%;
	box-sizing: border-box;
}

.dl_appry-form input[type="text"],
.dl_appry-form input[type="email"],
textarea {
	padding: 2px;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #ccc;
}

select {
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #ccc;
}

#wrap_btn {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 20px;
}

input[type="submit"].btn_back,
input[type="submit"].btn_submit {
	width: 45%;
	height: 45px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	font-size: 14rem;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: -moz-linear-gradient(top,#FEFEFE 0%,#DDD);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#DDD));
	-webkit-appearance: none;
}

.dd_radio {
	display: flex;
	flex-direction: column;
}

.mw_wp_form .dd_radio .horizontal-item + .horizontal-item {
	margin-left: 0;
}

.dd_radio > .mwform-radio-field {
	margin-bottom: 10px;
}

.mw_wp_form_confirm .confirm_none {
	display: none;
}

/* 完了画面 */
.ttl_appry_form {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

@media print,screen and (min-width: 769px) {
	.wrap_footer_nav {
		max-width: 920px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.ul_footer_nav {
		width: 100%;
		/*会則追加につき横幅変更240605*/
		/*max-width: 500px;*/
		max-width: 700px;
	}

	.ul_footer_nav a:hover {
		font-weight: bold;
		text-decoration: underline;
	}

	#thissite {
		width: 100%;
		max-width: 600px;
	}

	.ttl_thisiste {
		font-size: 18px;
		margin: 0 0 10px;
	}

	.footer_company_name {
		font-size: 20px;
	}

	.footer_tel {
		margin: 10px 0;
	}

	.footer_tel a {
		font-size: 20px;
	}

	#g_footer {
		padding: 20px 0 0;
	}

	/* 見学・体験予約
	------------------------------------------------------------ */
	.wrap_apply-try {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.wrap_appry_form_head {
		max-width: 900px;
		margin: 0 auto;
	}

	.wrap_ssl {
		max-width: 800px;
		margin: 30px auto;
		font-size: 14px;
	}

	.dl_appry-form {
		max-width: 900px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.dl_appry-form dt {
		width: 25%;
		padding: 10px;
		box-sizing: border-box;
		background: #FAFAFA;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}

	.dl_appry-form dd {
		width: 75%;
		box-sizing: border-box;
		padding: 10px;
		background: #FEFEFE;
		border-right: 1px solid #F8F8F8;
		border-bottom: 1px solid #F8F8F8;
	}

	.appry-form_1,
	.appry-form_2,
	.appry-form_3 {
		font-size: 14px;
	}

	input[type="submit"].btn_back,
	input[type="submit"].btn_submit {
		width: 180px;
		height: 45px;
		color: #333;
		font-weight: bold;
		font-size: 14px;
		font-size: 14rem;
		text-align: center;
		cursor: pointer;
		overflow: hidden;
		border: 1px solid #CCC;
		border-radius: 12px;
		background: -moz-linear-gradient(top,#FEFEFE 0%,#DDD);
		background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#DDD));
	}

	.dl_appry-form input[type="text"],
	.dl_appry-form input[type="email"],
	textarea {
		padding: 10px;
		font-size: 14px;
	}

	select {
		padding: 10px;
		font-size: 14px;
	}

	.mwform-radio-field-text,
	.mwform-checkbox-field-text {
		font-size: 14px;
	}

	#wrap_btn {
		max-width: 900px;
		margin: 30px auto 0;
	}

	.mwform-radio-field label,
	.mwform-radio-field input,
	.mwform-checkbox-field label,
	.mwform-checkbox-field input,
	select {
		cursor: pointer;
	}

	/* 完了画面 */
	.ttl_appry_form {
		font-size: 24px;
		margin-bottom: 40px;
	}
	
	.wrap_appry_form_head_completed {
		margin: 0 auto 80px;
		text-align: center;
	}
}