@charset "UTF-8";
/*
Theme Name: kasai
Description: kasai theme
*/

#Reibun_area {
	z-index:10002;
	background:#fff;
	padding:30px 30px;
}
#Reibun_area div {
	font-size:1em;
	line-height:1;
	letter-spacing:0;
	text-align:left;
	padding:20px;
	cursor:pointer;
}

#preview_area {
	border:1px solid #ccc;
	width:210px;
	height:297px;
	font-size:10px;
	line-height:13.5px;
	text-align:left;
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding:20px;
	margin: 20px auto 20px;
	overflow:hidden;
}

.img_desabled {
filter: grayscale(100%);
}
.img_desabled:hover {
filter: grayscale(0%);
}

.plan_box {
	padding: 5px 10px 10px;
}

.pb_01 {
	border: 2px solid #e88e82;
	border-radius:10px;
}
.pb_02 {
	border: 2px solid #6cad98;
	border-radius:10px;
}
.pb_03 {
	border: 2px solid #1993b1;
	border-radius:10px;
}

.pbu_01,
.pbu_02,
.pbu_03 {
	font-weight:bold;
	color:#fff;
}
.pbu_01 {
	background:#e88e82;
}
.pbu_02 {
	background:#6cad98;
}
.pbu_03 {
	background:#1993b1;
}

.tel_style {
  width: 100%;
  height: auto;
  max-width: 640px;
	padding:0;
}
.tel_style2 {
  width: auto;
  height: auto;
  max-height: 80px;
	padding:10px;
}

.call_base {
  position: relative;
}
.call_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

/* table */
.plan, .service {
	width:100%;
	max-width:1080px;

	margin: 0 auto;
	table-layout:fixed;
}

.plan tr {
	border:0;
	border-bottom:1px dashed #ccc;
}

.plan tr:last-child {
	border:0;
}

.plan th, .plan td {
	padding: 20px 0;
}

.plan th {width:30%;}
.plan td {width:70%;}

.service td {
	width: calc(8/100%);
	font-size:12px;

	text-align:center;
	vertical-align:middle;

	border-right:1px dashed #ccc;
	padding:10px;
	background:#fff;
}



.balloon {
  position: relative;
  display: block;
  margin: 0 auto 1em;
  padding: 0 5px;
  width: 90px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #0094b3;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0094b3;
  z-index: -1;
}


/* test */
.visualbox {
	width:100%;height:auto;
	height:680px;
	text-align:center;
	background:
	url('/wp-content/themes/kasai/img/top/overlay.png') repeat,
	url('/wp-content/themes/kasai/img/top/001.jpg') no-repeat;
	background-size: 2px 2px, cover;
	background-position:center center;
	position:relative;
	padding:0 0 20px;
}

/* test */

.hidden_tag {overflow:hidden;}
.mu10 {padding-top:60px;}
.mu5 {padding-top:20px;}

.recruit_moji {
	font-size:3em;
	line-height:1.3em;
	color:#35b597;
	text-shadow : rgba(255,255,255,0.5) 0 10px 6px, rgba(0,0,0,0.3) 0 4px 4px, rgba(0,0,0,0.1) 1px 3px 3px;
}

ul.hall_tags_list {
		margin: 0 auto;
		padding:20px;
}

ul.hall_tags_list li {
		display:inline-block;
		width:calc( 100% / 6 - 10px );
		font-size:0.8em;
		font-weight:bold;
		color:#fff;
		text-align:center;
		padding: 3px 5px;
		margin: 0 10px 10px 0; 
		border-radius:5px;
	
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

ul.hall_tags_list li:nth-child(odd){background:#0095d8;}
ul.hall_tags_list li:nth-child(even){background:#0095d8;}

.que, .ans {
	padding-left:60px !important;
	
}

.que:before {
	content: "Ｑ";
	left:20px;
	position:absolute;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:20px;
}

.ans:before {
	content: "Ａ";
	left:40px;
	position:absolute;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:20px;
}

.prev, .next {
  width: 40%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*.mw_wp_form_preview #agree_comment { display:none; }*/
.mw_wp_form_input #btn2 {display:none;}
.mw_wp_form_preview #btn { display:none; }
.mw_wp_form_preview #btn2 { display:block; }
/*.mw_wp_form_preview .swiper-container { display:none; }*/
.mw_wp_form_preview .attentions { display:none; }

ul.cp_list {
position: relative;
padding: 30px 40px;
list-style-type: none;
border: solid 4px #1993b1;
border-radius:10px;
background:#fff;
}
ul.cp_list li {
line-height: 1.35;
padding: 0.4em 0 0.4em 1.4em;
border-bottom: 1px dashed #252823;

/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
font-size:1.3em;
font-weight:800;
letter-spacing:0;
}
ul.cp_list li::before {
position: absolute;
    content: "\f046";
    font-family: FontAwesome;
color: #C13332;
font-weight: 400;
left : 1.5em;
}
ul.cp_list li:last-of-type {
border-bottom: none;
}

ul.cp_list_v li::before {
    content: "\f054";
    font-family: FontAwesome;
}


ol.cp_list2 {
  counter-reset:list;
  list-style-type:none;
  padding:0;
}
ol.cp_list2 li{
  position:relative;
  margin: 10px 0 10px 0px;
  padding:10px 10px 10px 43px;
  font-weight: bold;
  font-size:1.5em;
  line-height: 30px;
  border: 2px solid #756C67;
  color: #756C67;
	
}
ol.cp_list2 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #756C67;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.dummy_pic {
	width:100%;height:200px;
	background:#222;
	content:"dummy";
	color:#fff;
}

.box27 {
    position: relative;
    margin:4em 0 1em;
    padding: 0.5em 1em;
    background: #fff;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box29 {
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}