* {
	border:0;margin:0;padding:0;
	border-collapse:collapse;
	box-sizing: border-box;
}

html {
	min-width:320px;
	background:#fff;
	overflow-x:hidden;
}

body {
	width:100%;height:100%;

	font-family: "Rounded Mplus 1c";
	font-size:18px;color:#252823;
	font-weight: 400;
	line-height: 1.8;
	vertical-align:baseline;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.anchor{
padding-top:180px;
margin-top:-180px;
z-index:-99999;
position:absolute;
}

/* 20201221 */
img.alignright{
	display: block;
	margin: 0 0 0 auto;
}
 
img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}
 
img.aligncenter{
	display: block;
	margin: 0 auto;
}
/* 20201221 */


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

.main {
	padding-top:170px;
}

.visualbox {
    width: 100%;
    text-align: center;
/*    background: url('/wp-content/themes/pet/img/index/main.jpg') no-repeat, #f6eee5;
    background-size: cover;
    background-position: center top;
    position: relative;*/
	background: #f6eee5;
	vertical-align:top;
}

.main_catch {
}

.main_catch img {
	width:55%;
	max-width:640px;height:auto;
	margin-top:-15%;
	margin-bottom:15%;
}

header {
	width:100%;

	background:#fff;
	padding-top:10px;
	
	position:fixed;
	left:0;top:0;
	z-index:9999;
}

.widget{
	width:50%;
	max-height: 480px;
	overflow-x: auto;
	display:inline-block;
	padding:20px;
}

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

header img {
	max-height:100px;
	padding:10px;
}

header nav {
	width:100%;height:60px;
	z-index:10000;

	background:#804f21;
}

header nav div {
	margin:0 auto;
}

.swiper-slide img {
	box-shadow: 0 2px 10px -3px #252823;
}
.swiper-container {
}
.swiper-pagination {margin-bottom:-20px;}

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

.caution_bar {
	width:100%;
	background:#01499D;
}

#plan_001 {border:3px solid #7285c1;}
#plan_002 {border:3px solid #66bd89;}
#plan_003 {border:3px solid #f4a073;}

#Tel_space {
	float:right;
}

#menus {
	width:100%;
	max-width:1080px;
	list-style:none;
/*	display:table;*/
	margin:0 auto;padding:0;
/*	table-layout:fixed;*/
}

#menus > li {
	width:20%;height:60px;
	margin-right:-5px;padding:0;

	/*display:table-cell;*/
	display:inline-block;
	position: relative;
	border-right:2px solid #ccb9a6;

	text-align:center;
}

#menus li:first-child {
	border-left:2px solid #ccb9a6;
}

#menus a {
	width:100%;height:100%;
	font-size:110%;
	color:#fff;
	padding:12px 7px;
	display:inline-block;
}

.m_box {
	width:100%;
	display:block;
	text-align:right;
	position:relative;
}

.m_box2 {
	width:100%;
	display:block;
	text-align:left;
	position:relative;
}

.m_point40R {
	max-width:540px;
	margin-right:48%;
	z-index:11;
	display:block;
	position:absolute;
	right:0;top:10%;bottom:0;
}
.m_point40L {
	max-width:540px;
	margin-left:48%;
	z-index:11;
	display:block;
	position:absolute;
	left:0;top:10%;bottom:0;
}
.pink_border {
	max-width:540px;
	z-index:1;
	position:relative;
}


.ar_list {
	
}
.ar_list > li {
	display:inline-block;
	width: calc(100% / 5);
	text-align:center;
}

.ar_next {
	width:120px;height:120px;
	line-height:1em;
	background:red;
	border-radius:100%;
	display:block;
}
.vision_r {
	
}
.vision_l {
	padding: 20px 0 30px 0;
}

.ar_st_image {
	width:120px;height:auto;
	border-radius:100%;
	border: 2px solid #804f21;
	padding:3px;
}
.st_image {
/*	border-radius:100%;*/
	border: 2px solid #804f21;
	padding:3px;
}

.st_name { 
	font-size:2.1em;
	font-weight: bold;
	margin-bottom: 20px;
}

.st_posi{ 
	background: #804f21;
	color:#fff;
}

.st_catch {
	border-top: 1px solid #804f21;
	border-bottom: 1px solid #804f21;
	padding:10px;
	font-size:1.3em;
	font-weight: bold;
	text-align:center;
}

.st_mes {
	padding:20px;
}

.st_blood, .st_star {
	padding: 5px 10px;
	border: 1px solid #804f21;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
}




@media only screen and (max-width: 959px) {
.m_box,
.m_box2 {
	text-align:center;
	padding:20px;
}

.m_point40R,
.m_point40L {
	max-width:100%;
	display:block;
	position:relative;
	margin:auto;
	margin-bottom:-30px;
}

.pink_border {
	max-width:100%;
	padding:0;
}
}


.news {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: flex-start;
	margin:20px 0;
}

.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:#AB0072;
}

.top_bar{
		border-top:10px solid #AB0072;
		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: 48.5%;
	padding:10px;
	margin: 0 0 20px;
	
	position:relative;
}

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

/*drpnd*/
#menus li a {
	transition: 0.5s;
}
#menus li a:hover {
	color: #fff;
	background: #3c2618;
}

#menus li ul {
	width: 100%;
	background:#804f21;
	position: absolute;
	z-index:99999;
}

#menus li ul li {
	display:none;
	width: 100%;height:100%;
	min-height: 60px;
	overflow: hidden;
	transition: 0.2s;
	border:1px solid #eee;
	border-top:none;
}

#menus li ul li:first-child {
	border-top:1px solid #eee;
}

#menus li ul li a {
	font-size:1em;
	height:100%;
}

#menus li:hover > ul > li {
	overflow: visible;
	width: 100%;height:100%;
	min-height: 60px;
	display:inline-block;
}

/*drpnd*/

.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:960px;
	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;
}

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


section {
	width:100%;

	padding:0;margin:0;
	position:relative;
}

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

.side_btn {
	max-width:140px
}

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

	position:relative;
}

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

	padding:0;
	margin:0 auto;

	position:relative;
	overflow:hidden;

}

.fixed {
	position:fixed;
	top:100px;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%;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;}
.big2_icon {font-size:1.6em;line-height:1.5em;}
.jambo_icon {font-size:1.8em;}

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

p, .p_br {
	margin-bottom:30px;
}

h1, h2 {
	text-align:center;
	margin: 0 auto 20px;
	padding: 0 20px;
}

h2 span {
	border-bottom: #f87384 solid 3px;	
}

h1::before,
h2::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image:url(/wp-content/themes/pet/img/icon/001.svg);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:20px;
}

h1::after,
h2::after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image:url(/wp-content/themes/pet/img/icon/002.svg);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-left:20px;
}


h1.pt2::before,
h2.pt2::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image:url(/wp-content/themes/pet/img/icon/003.svg);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:20px;
}

h1.pt2::after,
h2.pt2::after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image:url(/wp-content/themes/pet/img/icon/004.svg);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-left:20px;
}

.section_title {
	font-size:1.4em;
	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;}

h3 {
	background:#804f21;
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
	margin-bottom:20px;
	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:#AB0072;
	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.7em;
	text-align:left;
}

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

.subtitle {
	width:100%;
	font-size:1.4em;
	text-align:center;
	color:#ffffff;

	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:600;
	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:#CCAA33;text-decoration:none;}
a.st {color:#CCAA33;font-weight:bold;}
a:link {color:#CCAA33;}
a:visited {color:#CCAA33;}
a:hover {color:#CCAA33;text-decoration:none;}
a:active {color:#CCAA33;}

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

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: 5px 2px 5px -5px #252823;
}

.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 tr {
	border-bottom:1px solid #fff;
}

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

.plan th {
	width:30%;
	text-align:center;
	
	background:#8d6137;
	color:#fff;
}

.plan td {
	width:70%;
	background:#fff;
}

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

#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.5s ease;

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

}

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

.action_02 {
	opacity: 0;
	transform: scale(0.9);
	transition: transform 1.5s ease;
}

.actions_02 {
	opacity: 1.0;
	transform: scale(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%;
}

#plan_icon li {
	width:16.6%;
	font-size:0.8em;

	text-align:center;

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


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

	background:#804f21;
/*	background: -moz-linear-gradient(center top, #0560C0,
		#0553A8 20%,
		#04478F 90%,
		#043c78);
	background: -webkit-gradient(linear, left top, left bottom, from(#0560C0),
		color-stop(0.2, #0553A8),
		color-stop(0.9, #04478F),
		to(#043c78));
*/
	margin:0 auto;
	text-align:center;
	display:block;

	border-radius:5px;
}

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

	font-size:1.1em;
	font-weight:500;
	line-height:48px;
	color:#fff;
	letter-spacing:0.1em;

	display:block;

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

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

.next_button img {
}

.next_button:hover {
	color:#fff;
	background:#333;
}

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

.sub_title > a {
	width:100%;height:100%;
	display:block;
	color:#fff;
}

.sub_title > a:hover {
	text-decoration:underline;
}

.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,1);
}

.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:#f9f3ec;*/
	background:#f6eee5;
}

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

.bg_003 {
	background:#804f21;
	color:#ffffff;
}

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

.bg_005 {
	background:#67998f;
	color:#ffffff;
}

.bg_006 {
	background: rgba(255,255,255,0.85);
}

.bg_007 {
	background:#323d5d;
	color:#ffffff;
}

.bg_008 {
	background:#00913A;
	color:#ffffff;
}

.bg_009 {
	background:#5873B6;
	color:#fff;
}

.bg_010 {
	background:#329F67;
	color:#fff;
}

.bg_012 {
	background:url('../img/back/002.jpg');
	background-repeat:repeat;
	background-position:center center;
}

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

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

.font_red, .font_red * {
	color:#C13332;
}

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

.font_pink, .font_pink *{
	color:#f87384;
	text-decoration:underline;
}

.font_pink2, .font_pink2 *{
	color:#f87384;
}

.sp_left {
	text-align:center;
}

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

.border_box {
	border: 2px solid #8d6138;
	border-radius:5px;
}

.border_box2 {
	border:2px solid #f87384;
	position:relative;
	padding-left:68px !important;
}

.border_box2 > div.count {
	display:block;position:absolute;
	top:0;left:0;
	width:48px;height:100%;
	background: #f87384;
	font-size:2em;
	color:#fff;font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.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 10px;}
.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: 5px;
}

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

.w_full {
	width:100%;
	max-width:1080px;
	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:25%;

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

#Submenu2 {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}

#Submenu2 li {
	width:31.5%;
	list-style:none;
	margin-bottom:20px;
}

.hall_area li img {
	width:100%;
}

.pagination h2.screen-reader-text { display: none; }

.hall_area li {
	width:50%;
	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:200px;
	border: 1px solid #ccc;
	padding: 10px;
	overflow-y:scroll;
	
}

.rinen {
	font-size:42px;
	font-weight:bold;
	color:#804f21;
	letter-spacing:0.5em;
	text-align:center;
}

.rinen_sub {
	font-size:24px;
	text-align:center;
}

/*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, #804f21, transparent);
	background-image: -moz-linear-gradient(left, transparent, #804f21, transparent);
	background-image: -ms-linear-gradient(left, transparent, #804f21, transparent);
	background-image: -o-linear-gradient(left, transparent, #804f21 transparent);
}

hr.line_002 {
	width:100%;
	border:0;margin:20px auto;height:2px;background:transparent;
	background:#804f21;
}

/* 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.7em;
	color:#fff;
	padding: 0 5px;
	margin-left:1em;
	background:#800000;}
#form, #form2 {
	width:100%;
	border:0;margin:0;padding:0;
}

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

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

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

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

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

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

	color:#333;
}

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

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

	color:#333;
}

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

	font-size:1em;
	background: #804f21;
	padding:10px 20px;

	color:#fff;
	text-align:center;

	display:inline-block;

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

.f_btn:hover {
	background:#222;
}

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


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



#pageTop {
	width:48px;height:48px;
	background-color: #043c78;
	padding:0;

	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 9999;

	border-radius:24px;
	border: 2px solid #fff;
}

#pageTop a.toplink {
	width:100%;height:100%;
	background-color: transparent;
	display: inline-block;

	font-size:12px;
	color: #fff;
	line-height:48px;
	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;
}

footer {
	width:100%;
	background:#3C2618;
}

.sitemap {
	max-width:1080px;
	margin:0 auto;
	padding:20px 0 40px;
}

.sitemap * a {
	font-size:0.85em;
}

.sitemap ul {
	list-style:none;
	padding:10px;
}

.sitemap > li {
	width:25%;
	display:inline-block;

	vertical-align:top;
}

.sitemap > li > ul > li {
}

.sitemap > li > ul > li:not(:first-child) {
	text-indent:1.5em;
}

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


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

* {
	font-size:16px;
}

		.swiper-container {
		padding:0;
	}


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

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

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

header {
	height:80px;
	position:fixed;
	padding:0;
}

header img {
	max-height:70px;
}

#logo_area .tab_hulf  {
	width:100%;
}

.main {
	padding-top:80px;
	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 {
	padding-bottom:80px;
}

	
#toggle {
	width:80px;height:80px;
	color: #f87384;
	font-size:0.7em;
	font-weight:600;
	line-height:1.35;
	letter-spacing:-0.1em;
	border-left:1px solid #f9f9f9;

	text-align: center;
	text-decoration: none;
	cursor:pointer;
	padding:10px;

	right:0;top:0;
	position:absolute;
	display:block;
}

#toggle i {
	font-size:2.7em;
	color: #f87384;
	line-height:100%;
}

h1 {
	font-size:1.1em;
}

h2 span {
	font-size:1.1em;
	line-height:1.35em;

	width:100%;
}

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

#plan th {
	background:#63678f;
	color:#fff;
}

#form th, #form td, .guide th, .guide 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:left;
	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 {
	width:100%;
	display:block;
}


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

header nav {
	display:none;
}

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

#Submenu li {
	width:50%;
	text-align:center;
}

#Submenu2 li {
	width:47.5%;	
	}
	
#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;
}

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

.guide2, .process_tab {
	border: none;
}
.guide2 thead, .process_tab thead {
	display: none;
}

	.process_tab td:first-child{
		text-align:center;
		background:#AB0072;
		color:#fff;
	}
	
.guide2 tr, .process_tab tr {
	border-top: 1px solid #333;
	display: block;
	margin-bottom: 20px;
}
.guide2 td, .process_tab td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	display: block;
	padding: 10px;
	text-align: right;
}
.guide2 td::before, .process_tab td::before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
}

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

#plan_icon li {
width:25%;
height:160px;
}

#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:25%;
	font-size:0.8em;

	text-align:center;

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

.widget{
	width:100%;
	display:block;
}
	
.content {
	padding:15px;
}

.footer_fix {
	position:fixed;
	left:0;right:0;bottom:0;
	background:#f67384;
	text-align:center;
}
.footer_fix img {
	max-height:80px;
}

.rinen {
	letter-spacing:0;
}
.rinen_sub {
	font-size:1em;
}

}