*:not(br) {
	border:0;margin:0;padding:0;
	border-collapse:collapse;
	box-sizing: border-box;

	vertical-align:baseline;
}

html {
	min-width:320px;
	min-height:100vh;

	background:
	url('/wp-content/themes/kasai/img/top/overlay.png') repeat,
	url( '/img/back.jpg' );
	background-size: 2px 2px, cover;
	background-attachment:fixed;
	background-position:center center;
}

body:not(br) {
	width:100%;
	height:100%;

    font-family: 'Zen Maru Gothic', sans-serif;
	font-size:16px;color:#444;
	font-weight: 400;
	line-height: 2;
	letter-spacing:0.1em;
}

main, .main {
	min-height:50vh;
}

header {
	width:100%;
	background:#fff;

	border-bottom:#eee 1px solid;
/*	position:fixed;*/
	left:0;top:0;
	z-index:9999;
}

.widget{
	max-height: 480px;
	overflow-x: auto;
}

.swiper-pagination-progress {
	top:95% !important;
}

#logo_area img {
	max-height:100px;
	padding:20px;
}

#Logo_space {
	float:left;
}


nav {
	width:100%;
	z-index:10001;

	background: linear-gradient(to top, #75BED0 0%, #badee7 15%, #fff 50%, #fff 100%);
	border-top:4px solid #1993B1;
	border-bottom:1px solid #1993B1;
}

nav div {
	margin:0 auto;
}

/* 以下navmenu */
nav ul {
		width:100%;
		max-width:1080px;
		z-index:10000;
		margin:0 auto;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

nav > ul > li {
	width:calc(100%/5);
	height:70px;
	line-height:70px;
	position: relative;
	float: left;
	border-right: 1px dashed #1993B1;
}

nav > ul > li:first-child {
	border-left: 1px dashed #1993B1;
}

nav > ul > li > a {
	font-size:21px;
}

nav a {
	width:100%;height:100%;
	display:inline-block;
	text-align:center;
	text-decoration: none;
	font-weight:500;
	line-height:70px;
}
nav ul a:hover {
  color: #ccc;
}

/* 子メニュー - .sub-menu */
nav .sub-menu {
  position: absolute;
  width: 100%;
  background: #e8f4f7;
  top: 100%;
  display: none;
	
	line-height:1.5;
}
nav .sub-menu a {
  display: block;
}
nav .sub-menu a:hover {
  color: #fff;
}

nav .sub-menu li {
	border-top:1px solid #1993B1;
}

/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */
nav .menu-item-has-children:hover ul,
nav .menu-item-has-children ul.focused {
  display: block;
}
nav li.menu-item-has-children li a:hover,
nav li.menu-item-has-children li a:focus {
  background: #1993B1;
}

/* 以上navmenu */

.swiper-slide a img {border:1px solid #eee;}
body.home #wpssc-carousel-1.swiper-container {

	background:#ffeeba;
	background: linear-gradient(to bottom, #fff9fc, #fff9fc 40%, #fff);
	padding:20px;
}
.swiper-pagination {margin-bottom:-35px;}

.swiper-button-next, .swiper-button-prev {
	margin-top:5px;
}

.caution_bar {
	width:100%;
	background:#a63736;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* トップページタブ */

.tabs {
margin-top: 100%;
padding-bottom: 20px;
width: 100%;
margin: 0 auto;}

.tab_item {
width: calc(91%/3);
margin:0 1.5%;
/*height: 50px;*/
font-size:1.2em;
background-color: #d9d9d9;
/*line-height: 50px;*/
text-align: center;
color: #565656;
display: block;
float: left;
text-align: center;
font-weight: 500;
transition: all 0.2s ease;
cursor:pointer;
height:2.5em;
border-radius:10px 10px 0 0;
}
.tab_item:hover {
opacity: 0.75;
transform: translateY(-0.5em);
height:3em;margin-bottom:-0.5em;
}

input[name="tab_item"] {
display: none;
}

.tab_content {
display: none;
padding: 20px 40px 40px;
background:#fff;
clear: both;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border-radius: 0 0 10px 10px;
}

#simple:checked ~ #simple_content,
#smart:checked ~ #smart_content,
#family:checked ~ #family_content {
display: block;
}

#simple:hover + .tab_item {
background-color: #E88E82;
color: #fff;
}

#smart:hover + .tab_item {
background-color: #6CAD98;
color: #fff;
}

#family:hover + .tab_item {
background-color: #1993b1;
color: #fff;
}

#simple:checked + .tab_item {
background-color: #E88E82;
color: #fff;
}

#smart:checked + .tab_item {
background-color: #6CAD98;
color: #fff;
}

#family:checked + .tab_item {
background-color: #1993b1;
color: #fff;
}

#simple_content {border-top:7px solid #E88E82;}
#smart_content {border-top:7px solid #6CAD98;}
#family_content {border-top:7px solid #1993b1;}

#Tel_space {
	float:right;
}

.news_title {
	font-size:1.2em;
	font-weight:600;
	text-align:center;

	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	border-bottom:1px dotted #424242;
	margin-bottom:20px;
}

.news_title::first-letter {
	font-size:1.5em;
	color:#ec727d;
}

.top_bar{
		border-top:10px solid #ec727d;
		box-shadow: 0px 0px 10px rgba(33,33,33,.5);

}

.flex_content {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}


.topics_title {
	font-size:1.1em;
	font-weight:600;
	text-align:center;
	color:#fff;

	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	padding:10px;

}

.item, .item2, .item3 {
	background:#fff;
	flex-basis: 48%;

	padding:10px;
	margin: 0 0 20px;
	
	position:relative;

	background: -moz-linear-gradient(left top 45deg, #ffffff,
		#ffffff 50%,
		#ffffff 80%,
		#f9f9f9);
	background: -webkit-gradient(linear, left top, right bottom, from(#ffffff),
		color-stop(0.5, #ffffff),
		color-stop(0.8, #ffffff),
		to(#f9f9f9));
	border-top:10px solid #ec727d;
  box-shadow: 0px 0px 10px rgba(33,33,33,.5);
}

.item p {
	font-size:0.9em;
	line-height:1.5em;
	text-align:center;
	letter-spacing:-0.05em;
}

.item p img {
	border:1px solid #f9f9f9;
	
}

.item2 {
	flex-basis: 98%;
	margin: 0 0 40px;
}

.item3 {
	flex-basis: 31.5%;
	margin: 0 0 40px;
}

.item4 {
	flex-basis: 31.5%;

	background:#fff;

	padding: 20px 0 20px;
	margin: -2px 0 20px;
	
	position:relative;

	background: -moz-linear-gradient(left top 45deg, #ffffff,
		#ffffff 50%,
		#ffffff 80%,
		#f9f9f9);
	background: -webkit-gradient(linear, left top, right bottom, from(#ffffff),
		color-stop(0.5, #ffffff),
		color-stop(0.8, #ffffff),
		to(#f9f9f9));
  box-shadow: 0px 0px 10px rgba(33,33,33,.5);

}

.item4:hover {
	box-shadow: none;
	transform: translate(0px,2px);
}

.item5 {
	flex-basis: calc(100% / 4);
	padding: 0 5px;
}

.item_plan  {
	flex-basis: calc( 100%/7 );
	padding: 10px;
	margin: 0 0 1em;
	text-align:center;
	font-size:0.8em;
	line-height:1.2;
}
.item_plan > img  {
	margin-bottom:0.5em;
}
.item_plan_blank {
	width: calc( 100%/7 );
}

.item6 {
	flex-basis:calc(100% / 4);
	padding: 10px;
}
.item66 {
	flex-basis:calc(100% / 2);
	padding: 10px;
}
.item6 input[type="radio"],
.item66 input[type="radio"] {
	display:none;
}

.item6 input[type="radio"] + label,
.item66 input[type="radio"] + label {
	border:1px solid #1993b1;
	border-radius:5px;
	display:block;
	text-align:center;
	padding:0 0 20px;
}

.item6 input[type="radio"]:checked + label,
.item66 input[type="radio"]:checked + label {
    display:block;
	border:5px solid red;
}

.f_title {
	background:#1993b1;
	font-size:1.25em;
	font-weight:bold;
	color:#fff;
}
.f_price {
	font-size:0.9em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;

	letter-spacing:0;
	vertical-align:baseline;
	line-height:1.35;
	margin-top:5px;
}
.f_price span {
	font-size:1.4em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;

	font-weight:bold;
	letter-spacing:0;
	vertical-align:baseline;
	line-height:1.35;
}

.big_point {
	font-size:1.3em;
	font-weight:600;
	letter-spacing:0.05em;
	padding: 20px 20%;
}

.big_point i {
	line-height:1.3em;
	margin-right:1em;
}

#spmenu {min-height:100vh;padding-bottom:100px;overflow:hidden;list-style:none;
}

#spmenu li {
	width:100%;
	border-bottom:2px solid #fff;
	text-align:center;
}

#spmenu li a span {
	font-size:1em;
	color:#fff;
}

#spmenu li a {
	width:100%;
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	padding:15px 10px;
	display:inline-block;
}

#spmenu li:hover * {
	color:#666;
	background:#eee;
}

#menu_bar {
	width:100%;height:55px;
	max-width:1080px;
	margin:0 auto;
	clear:both;
}

#menu_bar li {
	width:20%;
	float:left;

	text-align:center;

	padding:0;
	border-right:1px solid #fff;

}

#menu_bar li:last-child {
	border:0;
}

#menu_bar li a {
	width:100%;height:100%;

	font-size:0.8em;
	font-weight: 400;
	color:#fff;
	line-height:55px;

	display:block;
	text-decoration:none;
}

#menu_bar li a:hover {
	background:#887451;
	font-size:0.9em;
	font-weight: 600;
	color:#fff;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3 ease-out;
}

#menu_bar li a img {
	max-height:55px;
}

#cn_11_01, #cn_02_01, #cn_02_02, #cn_02_03 {
	display:none;
}

section {
	width:100%;
	/*min-height:20vh;*/

	padding:0;margin:0;
	border-top:1px solid #eee;
	position:relative;
}

#disp_001 div {
	font-size:0.9em;
}

.side_btn {
	max-width:140px
}

.content {
	width:100%;
	max-width:1080px;
	
	padding: 60px 40px 100px;
	margin:0 auto;

	position:relative;
}

.content2 {
	width:100%;
	max-width:1080px;

	padding:40px 0;
	margin:0 auto;

	position:relative;
	overflow:hidden;

}
.content3 {
	width:100%;
	max-width:1080px;

	padding:0;
	margin:0 auto;

	position:relative;
	overflow:hidden;

}

.fixed {
	position:fixed;
	bottom:0;left:0;
	z-index:9999;
}

.pc_not, #toggle {
	display:none;
}

.comment {
	text-indent:1em;
	margin-bottom:1.5em;
}

.comment_up {
	margin-top:1em;
}

.acn {
	width:100%;height:100%;
	font-size:1em;
	color:#fff;
	display:inline-block;
	cursor:pointer;
}

.acn .fa {
	display:inline-block;
	color:#fff;
}

.drop_area {
	margin-top:10px;
	text-align:left;
	display:none;
}

.big_icon {font-size:1.2em;}
.small_icon {font-size:0.8em;vertical-align:baseline;}
.small2_icon {font-size:0.9em;line-height:1.75em;}
.big2_icon {font-size:1.4em;line-height:1.4em;font-weight:600;text-decoration:underline;}
.jambo_icon {font-size:1.8em;font-weight:800;}

.big3_icon {
  text-align: center;
  font-size: 3em;
  color: #333;
  font-weight: 700;
  text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
	padding:20px;
	text-decoration:underline;
}

.reason_base {
	position:relative;
	padding-left:110px !important;
}

.reason_img {
	max-width:90px;
	
	position:absolute;
	left:10px;bottom:10px;
}

.r_bar {border-right:1px solid #eee;}
.r_bar2 {border-right:1px dashed #887451;}

p, .p_br {
	margin-bottom:2em;
}

/* Plan box */

#Hall_Submenu {
	max-width:1080px;
	margin:0 auto;
}

#Hall_Submenu li {
	width:25%;
	display:inline-block;
	text-align:center;
	
	border-right:1px solid #92013D;
}

#Hall_Submenu li:last-child {
	border-right:none;
}
#Hall_Submenu li a {
	display: block;
	width:100%;
	height: 100%;

	padding:10px;
	color: #92013D;/*文字色*/
	font-size: 1.3em;
	font-weight: 400;
	text-decoration: none;
}
#Hall_Submenu li a:hover {
	background-color: #f9f9f9;/*マウスホバー時の背景色*/
}

h2,h3, .subtitle, .sub_title {
}

h1 {
	font-size:1.5em;
	color: #1993b1;
	text-align: center;
	padding: 0.25em;
	border-top: solid 2px #1993b1;
	border-bottom: solid 2px #1993b1;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	margin:0 auto 1em;
	letter-spacing:0.2em;
}

h2 {
	font-size:1.7em;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom:1em;
	padding-bottom: 0.5em;

	color:#444;
	border-bottom: 3px solid #7ab875;

	display: block;
	position: relative;

}

h2::after {
	width:90%;
	display: block;
	position: absolute;
	content: " ";
	border-bottom: solid 3px #1993b1;
	bottom:-3px;
}

h2 > span {
	color:#1993b1;
}

.section_title {
	font-size:1.3em;
	font-weight:700;
	color:#fff;

	padding: 0 40px;
	background:#DD5F13;

	margin:20px auto;
	border-radius:20px;

	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sub_section {
	font-size:1.3em;
	font-weight:700;
	color:#06469D;

	position: relative;
	display: inline-block;
	padding: 0 75px;
}

.sub_section:before, .sub_section:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 60px;
	height: 7px;
	background-color: #A3ACD7;
}

.sub_section:before {left:0;}
.sub_section:after {right: 0;}

.sub_title {
	font-size:1.3em;
	font-weight:700;
	color:#fff;
	text-align:center;
	padding:5px;
	
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lines-on-sides {
	font-family: 'Dancing Script', cursive,  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	display: table;
	text-align: center;
	white-space: nowrap;
}
.lines-on-sides:after, .lines-on-sides:before {
	content: '';
	display: table-cell;
	width: 50%;
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
	-webkit-background-clip: padding;
	background-clip: padding;
}
.lines-on-sides:after {
	border-left: 1em solid transparent;
}
.lines-on-sides:before {
	border-right: 1em solid transparent;
}

h3 {
	overflow: hidden;
	text-align: center;

}
h3 span {
	min-width:50%;
	font-size:1.4em;
	font-weight:700;
	color:#92013D;
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: center;
}
h3 span::before,
h3 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 100%;
	height: 6px;
	background-color: #DEB3C5;
}
h3 span::before {
	right: 100%;
}
h3 span::after {
	left: 100%;
}

h5{
	font-size:0.6em;
	text-align:center;
}

.flow_up {
	margin-top:-260px;
}

.arrow {
	height:90px;
	position:relative;
}
.arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #222;
  border-bottom: 3px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.icons {
	width:1.8em;height:1.8em;

	font-size:1.2em;
	font-weight:600;
	float:left;
	color:#ec727d;
	line-height:1.8em;

	text-align:center;
	margin-right:0.5em;

	border-radius: 0.9em;

}

.icons2 {
	width:1.6em;height:1.6em;

	font-size:1.4em;
	font-weight:600;
	color:#fff;
	float:right;
	line-height:1.6em;

	text-align:center;
	margin-left:1.5em;

	border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
}

.icons_bar {
}

#Main_001 .message {
	font-weight:bold;
	text-align:right;
	padding:20px;

	background:url('../img/corp/003.jpg');
	background-size:contain;
	background-position:center bottom;
	background-repeat:no-repeat;
}

.hint {
	font-size:0.85em;
	line-height:1.35;
	text-align:left;
}

.hint2 {
	font-size:0.9em;
	line-height:1.2;
	text-align:left;
}

.subtitle {
	width:100%;
	font-size:1.2em;
	text-align:center;
	color:#ffffff;
	padding:5px;

	position:relative;
}

.subtitle2 {
	font-size:1.8em;
	font-weight:bold;
	position:relative;
	padding-left:2.5em;
	border-bottom:2px solid #FB6507;
}

.sub_no {
	font-size:2.5em;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 0px 0px 3px rgba(171, 0, 114,1);

	position:absolute;
	left:0.5em;top:-0.7em;
}

.sub_no2 {
	font-size:2.2em;
	font-weight:bold;
	color:#FB6507;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);

	position:absolute;
	left:0.3em;top:-0.5em;
}

.sub_no3 {
	font-size:0.9em;
	font-weight:bold;
	color:#00499d;
	position:absolute;
	right:0;top:-1.6em;

	padding:0 20px;
	background:#fff;
	border:1px solid #00499d;
	border-radius:10px 10px 0 0;
}

.sub_point {
	font-weight:700;
	color:red;
}

.hall_icon * {
	line-height:1em;
}

.hall_icon li {
	/*width:23%;*/height:3.5em;
	font-size:14px;
	color:#fff;
	margin:0.83%;
	padding:0.7em 1em 0.7em;
	text-align:center;
	vertical-align: middle;
	display:inline-block;
	background:#ccc;

	border-radius:5px;
}

.hall_icon li.active {
	background:#6A3A0C;
}

a {color:#1993B1;text-decoration:none;}
a.st {color:#1993B1;font-weight:bold;}
a:link {color:#1993B1;}
a:visited {color:#1993B1;}
a:hover {color:#333;text-decoration:none;}
a:active {color:#1993B1;}

a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7 ease;
}

img {
	width:auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

img.full {
	width:100%;
}

img.hulf {
	width:80%;max-width:480px;
	height:auto;
}

/* header */
header {
	width:100%;
}

.frame {
	padding:3px;
	border:1px solid #ccc;
	background:#fff;
	margin:0 auto;
	display:block;
	position:relative;
}

.hall_box {
	min-height:200px;
	margin:0 0 20px;
	padding:10px 0;
	text-align: center;
}

.hall_box span {
	display:inline-block;
}

.shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.shadow2 {
	box-shadow: 0 0 10px 0 #333;

	border-left:1px solid #555;
	border-right:1px solid #555;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* table*/
table {display:table;table-layout:fixed;width:100%;}

#plan, #plan2, #plan3, .guide, .guide2, .guide_05 {
	width:100%;max-width:1080px;
	margin:0;padding:0;
	text-align:left;
}

.guide th, .guide td, .guide_05 th, .guide_05 td {
	border:1px solid #ccc;
	padding:20px 30px;
}

.guide th {
	background:#e8f4f7;
	width:30%;
}

.guide td:first-child {
	width:70%;
	vertical-align:middle;
}
.guide td  {
	width:70%;padding:20px 30px;
	background:#fff;
}

#plan tr {
	border-bottom:1px solid #92013D;
}

#plan2 tr {
	border-bottom:1px solid #fff;
}

#plan tr:last-child {
	border-bottom:none;
}

#plan td.titles, .guide2 {
	width:30%;
	text-align:center;
	padding:10px;
}

#plan td,  .guide2 td {
	width:70%;
}

#plan th,#plan td,#plan2 th,#plan2 td,#plan3 th,#plan3 td, .process_tab td {
	padding:10px;
}

#plan2 th,#plan3 th {
	width:25%;
	font-weight:600;
}

#plan2 td {
	width:75%;
	text-align:left;
}

#plan3 td {
	width:40%;
}

.guide_03, .guide_04 {
	margin:0;
	border:solid #eee 1px;
}


.guide_02 tr, .guide_04 tr {
	border-top:solid #aaa 1px;
	border-bottom:solid #aaa 1px;
}

.guide_03 td:first-child, .guide_04 td:first-child {
	width:33%;
	text-align:center;
	vertical-align:middle;
	padding:20px;
	background:#ccc;
}

.guide_02 th {
	width:30%;
	vertical-align:middle;
	border-right:dashed #aaa 1px;
}

.guide_03 td {
	width:66%;padding:20px;
	text-align:left;
}

.guide_04 td {
	width:33%;padding:20px;
	border:solid #eee 1px;
}

.guide_02 td {
	width:70%;
	padding:10px;
	background:#fff;
}

.guide_02 th {
	text-align:center;
	padding:10px;
}

.guide_02 th {
	background:#eee;
	border-right:1px solid #ccc;
}

.guide_05 th {
	width:25%;
	background:#FFF0FF;
}
.guide_05 td {
	width:75%;
	background:#fff;
}

br {line-height:0em;}
#list_hulf {
	width:100%;
}

#list_hulf li {
	width:50%;
	display:inline-block;
	padding:20px;
}

/* menu bar */
ul, li {
	list-style:none;
	margin:0;padding:0;
}

.gentei {
	width:150px;height:150px;
	background:#8B1116;

	text-align: center;

	display:inline-block;
	position:absolute;
	right:-25px;top:-25px;
	border-radius:50%;
}

.gentei > div {
	font-size:18px;
	font-weight:600;
	line-height:1.2em;
	color:#fff;
	
	position: absolute;
	top: 50%;
	left: 0;
	width: 150px;/*上のwidthと合わせる*/
	text-align: center;
	transform : translateY(-50%);
}

/*list_action*/
.action {
	transition: transform 1.2s ease;

	opacity: 0;
	transform: translate(0,120px); 
}

.actions {
	opacity: 1.0;
	transform: translate(0,0); 
}

.action_02 {
	opacity: 0.5;
	transition: transform 1.5s ease;
}

.actions_02 {
	opacity: 1;
}

.action_03 {
	transform: scale(1);
	transition: transform 1.5s ease;
}

.actions_03 {
	transform: scale(1.1);
}

#Main_001 {
	padding-top:10px;
}

#check_point div:hover {
	background-color:#fff;

	transition: transform 0.3s linear;
	transform: scale(1.1);
	box-shadow: 2px 2px 5px -2px #252823;
}

#content_list li a {
	font-size:10px;
}

#content_list li.master a {
	font-size:12px;
	border-bottom:1px solid #fff;
}

#plan_icon {
	margin:0 auto;
}

#plan_icon li img {
	width:100%;
	padding:10px;
	border:1px solid #fff;
	border-radius:10px;
}

#plan_icon li.plan1 img {
	background:#ab745a;
}

#plan_icon li.plan2 img {
	background:#35b597;
}

#plan_icon li.plan3 img {
	background:#e2707a;
}

#plan_icon li {
	width:calc(100% / 6);
	font-size:0.8em;

	text-align:center;
	padding:10px 20px;

	display:inline-block;
}


.voice_list {
	margin:0 auto;
}

.voice_list li img {
	width:100%;
}

.voice_list li {
	width:16.6%;height:auto;
	font-size:0.7em;
	letter-spacing:-0.1em;

	text-align:center;

	display:inline-block;
	padding:10px;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:600;
}

.next_button {
	width:90%;height:48px;
	max-width:640px;
	margin:0 auto;
	text-align:center;
	display:block;
}

.next_button a {
	width:100%;height:100%;

	font-weight:600;
	line-height:44px;
	color:#1993b1;
	background:#fff;

	display:block;

	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	border:2px solid #1993b1;
	border-radius:7px;
}

.next_button a i {
	font-size:1em;
	color:#1993b1;
	line-height:44px;
	margin-left:5px;
}

.next_button img {
}

.next_button:hover a {
	color:#fff;
	background:#1993b1;
}

.next_button:hover a i {
	color:#fff;
}

.service_price {
	text-align:center;
	font-size:1.5em;
	font-weight:400;
}

.service_price span {
	font-size:1.8em;
	font-weight:700;
	color:#A63736;
	letter-spacing:-0.03em;
	 vertical-align:baseline;
	margin: 0 0.2em;
}

.service_price .mini {
	font-size:0.7em;
}

/* page */

.left {text-align:left !important;}
.center {text-align:center !important;}
.right {text-align:right !important;}

.top {vertical-align:top !important;}
.middle {vertical-align:middle !important;}
.bottom {vertical-align:bottom !important;}

.bg_white {
	background:rgba(255,255,255,0.7);
}

.bg_black {
	background:rgba(0,0,0,0.6);
	color:#ffffff;
}

.bg_hulf {
	background:linear-gradient(#fff 0%,#FBE0DE 50%,#FBE0DE 100%);
}

.bg_000 {
	background:#f9f9f9;
/*	color:#ffffff;*/
}

.bg_001 {
	background:#ffffff;
}

.bg_002 {
	background:#ec727d;
	color:#ffffff;
}

.bg_004 {
	background:#CC7702;
	color:#ffffff;
}

.bg_005 {
	background:#DDE0F1;
}

.bg_006 {
	background:
	url('/wp-content/themes/kasai/img/top/overlay.png') repeat,
	url( '/img/back3.jpg' );
	background-size: 2px 2px, cover;
	background-attachment:fixed;
	background-position:center bottom;

}

.bg_007 {
	background:#E88E82;
	color:#ffffff;
}

.bg_008 {
	background:#6CAD98;
	color:#ffffff;
}

.bg_003, .bg_009 {
	background:#1993b1;
	color:#fff;
}

.bg_010 {
	background:#ffeebb;
}

.bg_011 {
	background:#f4eee6;
}

.bg_012 {
	background:#F7C9DD;
}

.bg_013 {
	font-weight:600;
	background:#C13332;

	font-size:1.3em;
	color:#FFF;
}

.bg_014 {
	background:#F6E5F1;
}

.bg_015 {
	background:#E8F0DF;
}

.bg_020{
	background:#ffeeba;
	background: -moz-linear-gradient(center top, #FEEEBA,
		#FEEEBA 50%,
		#ffffff 90%,
		#ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEEEBA),
		color-stop(0.5, #FEEEBA),
		color-stop(0.9, #ffffff),
		to(#ffffff));
}

.bg_021 {
	background:#00AEC6;
}

.bg_022 {
	background:#DFF1F5;
}

.bg_023 {
	background:#fff;
	background-image:url('../img/back/002.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;

}

.bg_024 {
	background:rgba(25,147,177, 0.75);
}
.bg_024 h2,
.bg_024 h2 > span {
	color:#fff;
}

.bg_024 h2,
.bg_024 h2::after {
	border-bottom: solid 3px #fff;
}

.font_white, .font_white * {
	color:#ffffff;
}

.font_blue, .font_blue * {
	color:#000080;
}

.font_red, .font_red * {
	color:#C13332;
	padding:5px 10px;
}

.font_green, .font_green * {
	color:#329F67;
}

.font_vio, .font_vio *{
	color:#c170a9;
}

.sp_left {
	text-align:center;
}

.comment_box {
	font-size:0.9em;
	line-height:160%;
	vertical-align:middle;
}

.border_box {
	border: 2px solid #92013D;
}

.border_box2 {
	padding: 20px 30px;	
}

.border_box3 {
	border:3px solid #5873B6;
}

.border_box4 {
	border:3px solid #DD5F13;
}

.border_box5 {
	border:3px solid #00913A;
}

.pickup {
	color:#333;
}

/* contents */
.m_none {margin:0;}
.m_20 {margin:20px auto;}
.m_20v {margin:5px 15px;}

.p_none {padding:0;}
.p_10 {padding:10px}
.p_10i {padding:10px 0 0;}
.p_20 {padding:20px 10px}
.p_20v {padding:0 20px;}
.p_20w {padding:20px 0;}
.p_20x, .pc_p20 {padding:20px;}
.p_40 {padding:40px}
.p_40v {padding:0 40px;}
.u_bar {border-bottom: 1px #92013D solid;margin:5px 0;}
.p_2040 {
  padding: 20px 40px;
}
.round {
	border-radius: 10px;
}

.round2 {
	border-radius: 100%;
}

.round_up {
	border-radius: 10px 10px 0 0;
}

.round_down {
	border-radius: 0 0 10px 10px;
}

.tab {display:table;table-layout:fixed;}
.tab2 {display:table;table-layout:fixed;}
.tab_full {width:100%;display:table-cell;}
.tab_split85 {width:85%;display:table-cell;}
.tab_split80 {width:80%;display:table-cell;}
.tab_split75 {width:75%;display:table-cell;}
.tab_split66 {width:66.6%;display:table-cell;}
.tab_split60 {width:60%;display:table-cell;}
.tab_hulf {width:50%;display:table-cell;}
.tab_split40 {width:40%;display:table-cell;}
.tab_split33 {width:33.3%;display:table-cell;}
.tab_split30 {width:30%;display:table-cell;}
.tab_split25 {width:25%;display:table-cell;}
.tab_split20 {width:20%;display:table-cell;}
.tab_split16 {width:16.6%;display:table-cell;}
.tab_split15 {width:15%;display:table-cell;}
.tab_split12 {width:12.5%;display:table-cell;}
.tab_split5 {width:5%;display:table-cell;}
.tab-tr {display:table-row}

.w_full {
	width:100%;
	max-width:1120px;
	margin:0 auto;
	table-layout:fixed;
}

.w_wide {
	width:100%;
	margin:0 auto;
}

.banner_area li {
	width:50%;
	margin:0 0 10px;padding:10px;
	font-size:0.7em;
	list-style:none;
	display:inline-block;
}

.banner_area li:nth-child(odd){ 
	border-right:2px dotted #252823;
}

.banner_area_02 li {
	width:33.3%;
	margin:0 0 10px;padding:10px;
	border-right:2px dotted #252823;
	font-size:0.7em;
	list-style:none;
	display:inline-block;
}

.banner_area_02 li:last-child{ 
	border-right:0;
}

.banner_area_03 li {
	width:33.3%;
	margin:0 0 10px;padding:10px;
	border-right:2px dotted #252823;
	font-size:0.7em;
	list-style:none;
	display:inline-block;
}

.banner_area_03 li:last-child{ 
	border-right:0;
}

#hall_list td, #Submenu li, #pay_list td {
	padding: 10px;
}

#Submenu li {
	width:50%;

	list-style:none;
	display:inline-block;
}

.hall_area li img {
	width:100%;
}

.hall_area li {
	width:33%;
	margin:0 0 10px;padding:10px;
	list-style:none;
	display:inline-block;
	text-align:center;
}

.hall_area div h3 {
	font-size:1.5em;
	margin:5px auto;
}

.hall_area * {
	font-size:0.8em;
	line-height:150%;
}


.flow_title {
	width:100%;
	font-size:1.3em;
	font-weight:500;
	text-align:center;

	padding:5px 60px;

	display:block;
	position:relative;
}

.flow_no {
	font-size:2.6em;
	color:#F18A01;

	position:absolute;
	top:-50px;left:20px;
}

.flow_no2 {
	width:72px;height:72px;
	line-height:72px;

	font-size:3em;
	color:#fff;
	background:#F7B866;

	position:absolute;
	top:-20px;left:20px;
	border-radius: 36px;
}

.flow_img_base {
	text-align:center;

	position:relative;
	padding:20px 100px;
}

.flow_img {
	max-width:150px;
	position:absolute;
	top:-40px;right:20px;
}

.about_img {
	max-width:150px;
	position:absolute;
	top:-40px;left:20px;
}

.topic_listbox {
	height:auto;
	max-height:180px;
	overflow-y:scroll;
	
}


/* flower */
.flower_list li {
	width:calc( 100% / 2 );
	display:inline-block;
	padding:20px;
	text-align:center;
	vertical-align:top;
}


/*faq*/
.page_menu {
	width: 100%;
	margin:0 auto;
	font-size:0;
}

.page_category{
	width:23%;height:100%;
	padding:10px;margin:1%;
	background:#887451;
	list-style:none;
	display:inline-block;
}

.page_category a{
	width:100%;height:100%;
	padding:0;margin:0;
	font-size:1em;color:#fff;
	display:block;
	text-align: center;
}

.page_category a:hover{
	text-decoration:none;
}

.page_category:hover{
	background:#329F67;
	transition:0.7s;
}

hr.line_001 {
	border:0;margin: 10px auto;
	border-top:1px dotted #1993b1;
	width:90%;max-width:1080px;
}

hr.line_002 {
	width:100%;
	border:0;margin:5px auto;height:1px;background:transparent;
	background:#ec727d;
}

/* form */
.agree {
    width: 100%;
    height: 300px;
    overflow-x: auto;
    padding: 10px;
		margin-bottom:10px;
    border: solid 1px #808080;
	background:#fff;
}

.agree pre {
    font-size: 0.7em;
}

#form .font_red, #form .font_red * {
	border:2px solid #fff;
	font-size:0.8em;
	color:#fff;
	padding: 5px 10px;
	margin-left:1em;
	border-radius:5px;
	background:#cd5c5c;}
#form, #form2 {
	width:100%;
	border:0;margin:0;padding:0;
}

#form th, #form2 th {
	width:30%;
	background: #e8f4f7;
}

#form td, #form2 td {
	width:70%;
}

#form2 th {
	font-size:1.1em;
	font-weight:bold;
	color:#329F67;
}

#form th, #form td, #form2 th, #form2 td {
	padding:10px;
	border-top:1px solid #ccc;
}

.label {
	text-align:left;
	letter-spacing:0.1em;
}

.tbox {
	width:100%;height:2.5em;

	font-size:1.2em;
	border:1px solid #444;
	border-radius:5px;
	padding:5px 10px;
}

.tbox2 {
	width:45%;
	border:1px solid #444;
	border-radius:3px;
	padding:10px 20px;

	color:#333;
}

.tarea {
	width:100%;height:10em;

	font-size:1.2em;
	border:1px solid #444;
	border-radius:3px;
	padding:10px 20px;

	color:#333;
}

.f_btn {
	width:100%;height:60px;

	font-size:1em;
	background:#1993b1;
	padding:10px 20px;

	color:#fff;
	text-align:center;

	display:inline-block;

	border-radius:3px;
	box-shadow: 2px 2px 5px -2px #6A3A0D;
}

.f_btn:hover {
	background:#444;
}

.f_btn:disabled {
		height:60px;
	font-size:0.85em;
	background:#1993b1;
}


input:focus, textarea:focus {
	border:2px solid #444;
}


#pageTop {
	background-color: rgba(0,0,0,0.7);
	padding:0;

	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 10011;

	border-radius: 48px;
}

#pageTop a.toplink {
	background-color: transparent;
	display: inline-block;
	padding:10px 20px;
	color: #fff;
	text-decoration: none;
}

#pageTop a.toplink:after {
	content:'▲';
}

#pageTop a.toplink:hover {
	text-decoration: none;
	opacity: 0.7;
}



/*Blog*/
ul.feed {
	width:100%;
	list-style:none;
	border:0;margin:0;padding:0;
}

#link_deco a {color:#4c0000;}

#feed a {color:#4c0000;}

#feed li {
	width:100%;height:40px;line-height:40px;
	vertical-align: middle;

	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
}

.p_br {
	margin-bottom:20px;
}

.remodal h2 {
	font-size:1.4em;
}

.tit {
	font-size:1.2em;
	text-align:center;
}

.title_space {
	position:relative;
}

#Sitemap {
	border-top:7px solid #111;
	background: #333;
	padding:20px;
	padding-bottom:200px;
}

#Sitemap li,
#Sitemap li a {
	font-size:15px;
	color:#fff;
}

	.swiper-container {
		padding-bottom:40px;
	}

#pcup {
	margin-top:-150px;
}

#footer_bottom {
	border-top:7px solid #1993B1;
}

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

#pcup {
	margin-top:0;
}

.swiper-container {
		padding:0;
	}


.item, .item2 {
	flex-basis: 100%;

	padding:10px;
	margin: 0 0 20px;
}

	
#Camp_area2, #Main_007 {background-color:#fff;}

header {
	position:fixed;
}

header img {
	max-height:55px;
}

#logo_area .tab_hulf  {
	width:100%;
}
	
	#logo_area img {
		max-width:75%;
	}

.main {
	overflow:hidden;
}

#Main_001 .message {
	font-weight:bold;
	text-align:center;
	padding:20px 20px 120px;

	background:url('../img/corp/003.jpg');
	background-size:contain;
	background-position:center bottom;
	background-repeat:no-repeat;
}


body:not(br) {
	padding-top:100px;
	padding-bottom:60px;
	font-size:14px;
	line-height:1.5;
}

.visualbox{
	height:40vh;
}

	.content {
	padding:40px 20px;
}

#toggle {
	width:100px;height:100px;
	color: #222;
	font-size:0.8em;
	font-weight:600;
	letter-spacing:-0.1em;
	float:right;
	border-left:1px solid #f9f9f9;
	padding:20px 0;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
		
	display:block;
}

#toggle i {
	font-size:3.2em;
	color: #1993b1;
	line-height:100%;
}

h1 {
	font-size:1.4em;
}

h2 {
	font-size:1.25em;
	line-height:1.25;
	padding:5px 10px;
}
h2 span {
}
h3 {
	font-size:1em;
	line-height:150%;
}

.subtitle{
	font-size:1.15em;
/*	padding: 5px 10px;*/
}

.hulf_br {
	line-height:70%;
}

#menu_bar li a {
	color:#333;
}

#plan th, #plan td, .guide_05 th, .guide_05 td {
	display:block;
	width:100%;
}

.guide_05 th,.guide_05 td {
		border-bottom:none;
	}

#form th, #form td, .guide th, .guide td, .guide_02 th, .guide_02 td {
/*	text-align:center;*/
	display:block;
	width:100%;
}


#form2 th, .guide_corp th {
	border-bottom:1px solid #329F67;
}

#form2 th, #form2 td, .guide_corp th, .guide_corp td {
	text-align:center;
	display:block;
	width:100%;
}

#plan td, #plan td.titles {
	display:block;
	width:100%;
}

#plan tr {
	border:none;
}

#plan2 th, #plan2 td, .guide_corp th, .guide_corp td {
	display:block;
	width:100%;
}
	
.pc_p20 {padding:0;}

.sp_not, #Tel_space {
	display:none;
}
.pc_not {
	display:inline;
}

.sp_left {
	text-align:left;
}


.tab > div, .tab-tr > div {
	width:100%;
	display:block;
}

/*Menu*/
.big_point {
	font-size:1em;
	padding:0 10px;
	}

nav {
	display:none;
}

#menu-box {
	width: 100%;
	font-size:0.7em;
	z-index:9999;
}

#Submenu li {
	width:50%;
	padding: 3px;
}

#hall_list td {
	padding: 10px;
}

#pay_list td {
	padding:0;
}

.hall_area li {
	width:100%;
}

.banner_area_03 li {
	width:100%;
	margin:0;padding:10px;
	border-right:0;
	border-bottom:2px dotted #252823;
	font-size:0.7em;
	list-style:none;
	display:inline-block;
}

.banner_area_03 li:last-child{ 
	border-bottom:0;
}

#Sitemap {
	display:none;
}

.jambo_icon {font-size:1.4em;}

.page_category {
	width:100%;
	padding:3%;margin-top:10px;
	border-bottom:1px #fff solid;
	background:#bca78d;
	list-style:none;
	display:block;
	float: none;
}

.r_bar2 {border:none;}

#flower_space .swiper-button-prev, #flower_space .swiper-button-next {margin-top:180px;}

.voice_list li {
	width:33.3%;height:auto;
}

.flow_up {
	margin-top:-180px;
}

.arrow {
	height:150px;
}

footer{
	width:100%;height:auto;
	max-height:80px;

	padding:0;margin:0 auto;
	text-align:center;

	position:fixed;
	left:0;bottom:0;
	z-index:9999;
}

footer img {
	height:auto;
	max-height:80px;
}

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



.caution_bar, #pageTop { display:none !important;}
.hall_icon li {width:100%;height:auto;display:block;}

.guide td, .guide_03 td, .guide_04 td {width:100% !important;display:block;}

.gentei {
width:100px;height:100px;
}

.gentei > div {
width:100px;
font-size:13px;
}

#Hall_Submenu li {
	width:100%;
	display:block;
	border:0;
	border-bottom: 1px solid #92013D;
}

#Hall_Submenu li:last-child {
	border:0;
	}
	
#plan_icon {
	margin:0 auto;
}

#plan_icon li img {
	width:100%;
}

#plan_icon li {
	width:calc(100% / 3);
	font-size:0.8em;

	text-align:center;
	display:inline-block;
}	

/* table */
.plan {
	width:100%;
	margin: 0 auto;
}

.plan th, .plan td {
	width:100%;
	vertical-align:top;
	
	display:block;
	padding:10px;
}

.plan tr {
	border:0;
}
.plan td {
	padding-bottom:20px;
}
.plan th {
	font-weight:600;
	text-align: left;

	background:#e9e9e9;
}

.flower_list li {
  width: calc( 100% / 2 );
	padding:10px;
}

ul.hall_tags_list li {
		display:inline-block;
		width:calc( 100% / 2 - 10px );
}

	.recruit_moji {
		font-size:2em;
	}
	
	#footer_bottom {display:none !important;}
	.swiper-pagination {margin-bottom:-25px;}
	.swiper-button-prev {display:none;}
	.swiper-button-next {display:none;}
	.tab_item {
		font-size:1em;
		padding:5px 10px;
	}
	.tab_content {
		padding:15px 15px 30px;
	}
	p. .p_br {
	margin-bottom: 1.5em;
	}

.item_plan {
  flex-basis: calc( 100%/3 );
}

.call_base, .call_img {
	display:none;
}
.p_2040{
	padding:20px;
}

.item4 {
	flex-basis: 100%;
	padding:10px 0 10px;
}

.item5 {
	flex-basis: calc(100% / 2);
	padding: 0 5px;
	margin-bottom:10px;
}

.item6 {
	flex-basis: calc(100% / 2);
	margin-bottom:10px;
}
.item66 {
	flex-basis: 100%;
	margin-bottom:10px;
}

ul.cp_list {
	padding:10px;
}
ul.cp_list li {
	padding:10px 0 10px 2em;
	font-size:1.1em;
}
ul.cp_list li::before {
	left: 1em;
}

}
/* */
