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

html {
	min-width:320px;
}

body {
	width:100%;height:100%;
	background:linear-gradient(-45deg, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 45%, rgba(235,245,235,0.3) 100%);
	background-size: 100% auto;
	background-attachment:fixed;

	font-size:17px;color:#666;
	font-weight: 300;
	line-height:1.5;
    font-family: 'Kiwi Maru', serif;
	padding-top:135px;
}

body::before {
	background: url( '../img/back/img_back.png' ) no-repeat bottom right;
	background-size: 430px auto;
	display: block;position: fixed;
	top:0;left:0;
	width:100%;height:100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}   

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

header {
	width:100%;height:135px;
	background:#fff;

	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: 70px;
	width:auto;
	padding:10px;
}

i { vertical-align:baseline;}

.caution {
	color:#a63736;
	position: relative;
	margin: 20px 0 10px;
	padding: 10px 10px 10px 60px;
	border: solid 1px #a63736;
	background-color: #ffefef;
	clear: both;
}
.caution:before {
	position: absolute;
	left:20px;top:20%;
	margin:auto;
	content: '\f071';
	z-index: 2;
	box-sizing: border-box;
	color: #a63736;
	font-family: 'Font Awesome 5 Free';
	font-size: 24px;
	font-weight:700;
	line-height: 1;
	text-align: center;
}

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

	background: #69599d;
	background:linear-gradient(180deg,#69599d 0%,#69599d 80%,#493e6d 95%,#2a233e 100%);
	box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.3);
}

.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:-20px;}
.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%;
	padding:10px;
	font-size:1.3em;
	background-color: #d9d9d9;
	letter-spacing: 0.5em;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: 400;
	transition: all 0.2s ease;
	cursor:pointer;
	height:2.5em;
}
.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;
	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: #ab745a;
color: #fff;
}

#smart:hover + .tab_item {
background-color: #35b597;
color: #fff;
}

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

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

#smart:checked + .tab_item {
background-color: #35b597;
color: #fff;
}

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

#simple_content {border-top:5px solid #ab745a;}
#smart_content {border-top:5px solid #35b597;}
#family_content {border-top:5px solid #e2707a;}

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

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

.flex_2col {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

#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);
}

.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 {
	background:#fff;
	flex-basis: 31.5%;
	position:relative;
	margin:0 0 18.5px;
	
	border:1px solid #8b7eb6;
}

.item > div, .item3 > div, .item4 > div {
	font-size:0.9em;
	line-height:1.35;
	padding: 10px 20px;
}

.item p, .item3 p, .item4 p { padding-top:10px;}
.item2 { flex-basis: 98%;}

.item3 {
	flex-basis: 48.5%;
	position:relative;
	margin:0 0 20px;
}

.item4 {
	flex-basis: 100%;
	position:relative;
	margin:0 0 20px;
}

.item5 {
	flex-basis: 48.5%;
	position:relative;
	margin:0 0 20px;
	padding:40px 20px;
	vertical-align:middle;
	flex-direction: column;
}

.item5 img { border-radius: 10px;}
.item, .item2, .item3, .item4 { 
	background:#fff;
}

.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:1px solid #f9f9f9;
	text-align:center;
}
#spmenu li a span {	font-size:1em;color:#fff;}
#spmenu li a {
	width:100%;
	font-size:1.1em;
	color:#fff;
	padding:10px 5px;
	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;
}
#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%;

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

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

.side_btn { max-width:140px}

.content,
.content2,
.content3 {
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position:relative;
}


.content { padding:80px 40px 80px;}
.content2 { padding:40px 0;overflow:hidden;}
.content3 { padding:0;overflow:hidden;}

.content_side {
	width:20%;
	float:left;

	position: -webkit-sticky;
	position: sticky;
	top: 220px;
	
	padding-right: 30px;
}

.full_content {
	width:100%;height:100vh;
	overflow-y: auto;
	-webkit-scroll-snap-points-y: repeat(100vh);
	-ms-scroll-snap-points-y: repeat(100vh);
	scroll-snap-points-y: repeat(100vh);

	-webkit-scroll-snap-type: mandatory;
	-ms-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
}

.content4 {
	width:100%;height:100vh;	
}

#flow_button li {
	padding: 0;
	margin-bottom:10px;
	border:1px solid #ccc;
}

#flow_button li a {
	font-size:0.85em;
	text-align:center;
	letter-spacing:-0.05;
	color:#fff;
	background:#444444;

	display:block;
	width:100%;height:100%;
	padding: 5px 0;
}

#flow_button li a:hover {
	background:#fff;
	color:#242424;
}


.content_main { width:80%;float:right;}
.content:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

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

.pc_not, #toggle { display:none;}

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

.comment_up { margin-top:1em;}

.acn {
	width:100%;
	font-size:1.2em !important; color:#fff;
	display:inline-block;
	cursor:pointer;

	border-radius: 10px 10px 0 0;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.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:3em;}

/* Plan box */

#Hall_Submenu {
	max-width:1120px;
	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;
	font-size:1.3em;font-weight:400;
	color: #92013D;
	text-decoration: none;
}
#Hall_Submenu li a:hover {
	background-color: #f9f9f9;
}

h1, h2, h4, h5 {
	font-family: 'Shippori Mincho B1', serif;
	font-weight:600;
}

h1 {
	position: relative;

	font-size:1.75em;
	letter-spacing:0.2em;
	color:#69599d;
	text-align:center;
}
.h1_plan {font-size:2.4em;letter-spacing:0;color:#01499D;background:none;}
.h1_plan2 {font-size:2.4em;letter-spacing:0;color:#01913A;background:none;}
.h1_plan3 {font-size:2.4em;letter-spacing:0;color:#DD5F13;background:none;}
 
h2 {
	font-size:1.4em;
	color:#8b7eb6;
	text-align:center;
	position: relative;
	display: block;
	margin: 0 auto 3em;
	line-height:1.35em;
}

h2:before {
	content: '';
	position: absolute;
	left: 50%;bottom: -25px;
	display: inline-block;
	width: 48px;height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #8b7eb6;
}

.lines-on-sides {
	font-size:1em;
	font-family: 'Great Vibes', cursive;
	color: #cea45e;
	display: table;
	text-align: center;
	white-space: nowrap;
	margin:-10px auto 20px;
}
.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;}

h2.plans { font-weight:600;}

.section_title {
	font-size:1.3em;
	font-weight:600;
	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:600;
	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.2em;
	font-weight:600;color:#fff;
	text-align:center;
	padding:5px;
	
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

h3 {
	font-size:1.15em;
	font-weight:400;
	line-height:1.35em;
	text-align:center;
	margin: 1em auto 0.5em;
}

h4{
	font-size:1.2em;color:#444;
	line-height:1.3;
	padding-bottom:10px;
	border-bottom: 1px #ccc dotted;
	text-align:center;
}

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;
}

#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.6em;
	text-align:left;
	vertical-align:middle;
}

.hint2 {
	font-size:0.8em;
	text-align:left;
	vertical-align:middle;
}

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

	position:relative;
}

.subtitle2 {
	font-size:1.6em;
	font-weight:400;
	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:600;color:red;}
.hall_icon * { line-height:1em;}
.hall_icon li {
	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:#ec727d;text-decoration:none;}
a.st {color:#ec727d;font-weight:bold;}
a:link {color:#ec727d;}
a:visited {color:#ec727d;}
a:hover {color:#333;text-decoration:none;}
a:active {color:#ec727d;}

a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8;
	transition: all 0.3s ease;
}

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

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

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

.frame {
	max-width:860px;
	padding:3px;
	border:1px solid #ccc;
	background:#fff;
	margin:0 auto;
	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: 2px 2px 10px -5px rgba(0, 0, 0, 0.5);}
.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:1120px;
	margin:0;padding:0;
	text-align:left;
}

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

.guide th {
	background:#F3E2EE;
	width:25%;
}

#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 td:first-child {
	width:75%;
	vertical-align:middle;
}


.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 td  {
	width:75%;padding:10px;
	background:#fff;
}

.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%;
	border:2px solid #8b7eb6;
	background:#fff;
	border-radius:10px;
}

.plan_icon li {
	width:calc(100% / 8);
	text-align:center;
	padding:10px 5px;

	display:inline-block;
	vertical-align:top;
}

.plan_icon li div {
	font-size:0.9em;
	letter-spacing:-0.05em;
	line-height:1.2em;
	padding-top:10px;
}


.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: 'Shippori Mincho B1', serif;
	font-weight:400;letter-spacing:-0.05em;
}

.next_button {
	width:85%;height:48px;
	min-width:240px;
	max-width:480px;
	position: relative;
	background:#fff;
	margin: 15px  auto 10px;
	border: 1px solid #8b7eb6;
	border-radius: 24px;
}

.next_button:before {
	font-family: "Font Awesome 5 Free";
	font-size:24px;
	font-weight: 900;
	line-height:48px;
	color:#8b7eb6;
	content: '\f0a9';
	position: absolute;
	right: 25px;
	top:0;
	transition: all 0.2s ease-out;
}

.next_button:hover:before { right: 0;}
.next_button:hover { background: #8b7eb6;}
.next_button a:hover { color: #fff;}
.next_button a {
	width:100%;height:100%;
	color:#8b7eb6;
	font-weight:400;
	text-align:center;
	padding: 10px 30px 10px 30px;

	display:block;

	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s ease-out;
}

.next_button a i {
	font-size:1.4em;color:#8b7eb6;
	line-height:48px;
}

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

.service_price span {
	font-size:1.8em;
	font-weight:800;
	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.75);}
.bg_black { background:rgba(0,0,0,0.6);color:#fff;}
.bg_hulf { background:linear-gradient(#fff 0%,#FBE0DE 50%,#FBE0DE 100%);}

.bg_000 { background:#f9f9f9;}
.bg_001 { background:#fff;}
.bg_002 {
	background:#fff;
	background-image:url('../img/back/001.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.bg_003 { background:#8b7eb6;color:#fff;}
.bg_004 { background:#CC7702;color:#fff;}
.bg_005 { background:#DDE0F1;}
.bg_006 { }
.bg_007 { background:#ab745a;color:#fff;}
.bg_008 { background:#35b597;color:#fff;}
.bg_009 { background:#e2707a;color:#fff;}
.bg_010 { background:#ffeebb;}
.bg_011 { background:#f4eee6;}
.bg_012 { background:#F7C9DD;}
.bg_013 { background:#C13332;font-size:1.3em;font-weight:600;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:#a7afdb;}
.bg_025 { background:#69599d;color:#fff;}
.bg_025 h2 { color:#fff !important;}
.bg_025 h2::before { background-color:#fff !important;}

.font_white, .font_white * { color:#fff;}
.font_black { color:#444;}
.font_blue, .font_blue * { color:#000080;}
.font_red2, .font_red2 * { 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 { border:1px solid #eee;}
.border_box3 {
	width:100%;height:100%;
	background:linear-gradient(150deg, rgba(255,255,255,.4) 0%,rgba(255,255,255,.7) 50%,rgba(255,255,255,.9) 90%,rgb(255,255,255) 100%);
	border:1px solid #eee;
	padding:10px 15px;
}

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

.border_ftt {
	border:2px solid #8b7eb6;
	position:relative;
	padding:40px 30px;
	background:rgba(255,255,255,0.9);
}

.border_ftt_tt {
	position:absolute;
	top:0;left:0;
	background:#8b7eb6;
	color:#fff;
	padding:0 20px;
}

.border_ftt h3 {
	width:80%;margin:0 auto 10px;
	color:#8b7eb6;
	border-bottom: 1px dotted #8b7eb6;
}

.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;}

.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, .tab2 {display:table;table-layout:fixed;}
.tab_row {display:flex;}
.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;}

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

.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,
.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_02 li:last-child,
.banner_area_03 li:last-child { 
	border-right:0;
}

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

#Submenu  {
animation: fadeeIn 5s ease 0s 1 normal;
-webkit-animation: fadeeIn 5s ease 0s 1 normal;
}

@keyframes fadeeIn {
0% {opacity: 0}
100% {opacity: 1}
}

@-webkit-keyframes fadeeIn {
0% {opacity: 0}
100% {opacity: 1}
}

#Submenu li {
	width:calc(100%/3);

	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;
	border: 1px solid #ccc;
	padding: 10px;
	overflow-y:scroll;
	border-radius:10px;
}


/*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 {
	width:90%;max-width:1080px;
	border:0;margin:10px auto 15px auto;height:1px;
	background:transparent;
	background-image: -webkit-linear-gradient(left, transparent, #ec727d, transparent);
	background-image: -moz-linear-gradient(left, transparent, #ec727d, transparent);
	background-image: -ms-linear-gradient(left, transparent, #ec727d, transparent);
	background-image: -o-linear-gradient(left, transparent, #ec727d transparent);
}

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

/* 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, .font_red * {
	border:1px solid #fff;
	font-size:0.7em;
	color:#fff;
	padding: 3px 5px;
	margin-left:.5em;
	border-radius:3px;
	background:#cd5c5c;
}
#form {
	width:100%;
	border:0;margin:0;padding:0;
	font-size:0.8em;
}
#form2 {
	width:100%;
	border:0;margin:0;padding:0;
	font-size:16px;
}

#form th, #form2 th {
	width:30%;
	background-image: linear-gradient(-45deg, #ffffff 25%, #efefef 25%, #efefef 50%, #ffffff 50%, #ffffff 75%, #efefef 75%, #efefef);
	background-size: 4px 4px;
}

#form td, #form2 td { width:70%;}
#form2 th { font-size:1em;font-weight:bold;}
#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 #ccc;
	padding:5px 10px;
}

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

	font-size:1.2em;
	border:1px solid #ccc;
	padding:10px 20px;

	color:#333;
}

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

	font-size:1em;
	background:#ec727d;
	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:#222;}
.f_btn:disabled {
	height:60px;
	font-size:0.85em;
	background:#ccc;
}

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


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

	position: fixed;
	bottom: 40px;right: 20px;
	z-index: 9999;
	border-radius: 48px;
}

#pageTop a.toplink {
	background-color: transparent;
	display: inline-block;
	padding:10px;
	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 {
	background: #444;
	padding: 40px 40px 60px;
	border-top: 1px solid #222;
}

#Sitemap li, #Sitemap li a {
	font-size:0.9em;
	color:#fff;
	line-height:1.2em;
}

#Sitemap li {
	padding:10px 10px 0 10px;
}
#Sitemap li.category {
	font-size:1em;
	font-weight:400;
	padding-left:0;
	margin-top:20px;
}

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

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

#Front_image {
	min-height:55vh;
}

#Front_visual {
	display:block;width:100%;height:75vh;
	max-height:640px;
}

.itemo1 {order:1;}
.itemo2 {order:2;}
.itemo3 {order:3;}
.itemo4 {order:4;}
.itemo5 {order:5;}
.itemo6 {order:6;}
.itemo7 {order:7;}
.itemo8 {order:8;}
.itemo9 {order:9;}
.itemo10 {order:10;}
.itemo11 {order:11;}
.itemo12 {order:12;}


@media only screen and (max-width: 719px) {
.itemo1 {order:2;}
.itemo2 {order:1;}
.itemo3 {order:3;}
.itemo4 {order:4;}
.itemo5 {order:6;}
.itemo6 {order:5;}
.itemo7 {order:7;}
.itemo8 {order:8;}
.itemo9 {order:10;}
.itemo10 {order:9;}
.itemo11 {order:11;}
.itemo12 {order:12;}
}

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

.content { padding:20px 15px 20px;}

#Front_visual { height:55vh;}
#Front_image { min-height:33vh;}
#pcup { margin-top:0;}
.swiper-container {	padding:0;}

.item, .item2, .item3, .item4, .item5 { flex-basis: 100%;margin: 0 0 10px;}
.item5 { padding:0;}
	
#Camp_area2, #Main_007 {background-color:#fff;}

header { height:64px;position:fixed;}
header img { max-height:45px;}
#logo_area .tab_hulf  { width:100%;}
.main { overflow-x:hidden;}

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

body {
	padding-top:64px;
	font-size:15px;
	line-height:1.35;
}

.ans{ padding-left:20px !important;}
	
#toggle {
	width:64px;height:64px;
	font-size:0.7em;color: #666;
	font-weight:300;
	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:2em;
	color: #7c6ead;
	line-height:1;
}


#logo_area img {
	top:10px;left:10px;
	margin:auto;
	padding:10px;
	max-height:50px;
	position:absolute;
}

#Logo_space { max-width:240px;height:auto;float:left;}

h1, h2, h3 {
	font-size: 1.15em;
	letter-spacing:0;
}
h2 { padding:5px 10px;}
h3 { line-height:1.5;}

.subtitle{ font-size:1.15em;}
.hulf_br { line-height:70%;}
#menu_bar li a { color:#333;}

.tab > div,.tab_row, .tab_row div,
#form th, #form td,
#plan th, #plan td,
#plan2 th, #plan2 td, #plan td.titles,
.guide th, .guide td,
.guide_02 th, .guide_02 td,
.guide_05 th, .guide_05 td,
.guide_corp th, .guide_corp td {
	width:100%;display:block;
}
.guide_05 th,.guide_05 td { border-bottom:none;}
#form2 th, .guide_corp th { border-bottom:1px solid #ec727d;}

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

nav, .sp_not,
#plan tr, #Tel_space { 
	display:none;
}
.pc_p20 {padding:0;}
.pc_not { display:inline;}
.sp_left { text-align:left;}

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

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

#Submenu li {
	width:100%;display:block;
	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:99999;
}

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;}
.guide th, .guide td { border:none;}

.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;
}	
ul.hall_tags_list li {
	display:inline-block;
	width:calc( 100% / 2 - 10px );
}

.recruit_moji { font-size: 2em;}
	
#footer_bottom {display:none !important;}
.swiper-button-prev, .swiper-button-next {display:none;}
.tab_item { font-size:1em;}

.body-107, .body-84, .body-90, .body-94, .body-92,
.body-110, .body-11, .body-35, .body-113, .body-13 { }
.body-13 {padding-top:60px;background:#FFFCDB;}

.content_side { display:none;}
.content_main { width:100%;}

.flower_list li { display:block;width:100%;}
.select_goods { display:none;}

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

.border_ftt {
	border:1px solid #8b7eb6;
	padding:20px;
}

}