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

	font-size:16px;color:#2b2b2b;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	line-height:2.3em;

	vertical-align:top;
}

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

body {
	width:100%;
	height:100%;
	background:#2b2b2b;
	padding-left:270px;
/*	padding-top:85vh;*/
}

body.home .main {
	padding-top:70vh;
}

body.subpage {
	background:#f9f9f9;
	padding-top:0;
}

header, nav {display:none;}

div.font_white {
	font-size:0.75em;
	color:#fff;
}

footer {
	width:100%;
	background:#2b2b2b;
	border-top: 1px solid #887551;
}

#menu-box {
	width:100%;

	background:#fff;
	background: -moz-linear-gradient(center top, #fff,
		#fff 50%,
		#eee 90%,
		#eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		color-stop(0.5, #fff),
		color-stop(0.9, #eee),
		to(#eee));
}

#logo-box {
	width:100%;height:110px;
	display: inline-block;
	padding:20px;
	text-align:left;
}

#logo-box img{
	max-height:70px;
	display: block;
	margin:0 auto;
}

#logo-box h4 {
	font-size:0.9em;
	}

#toggle {
	width:100px;height:110px;
	position: absolute;
	right:0;top:0;
	color: #222;
	font-size:0.8em;
	font-weight:600;
	letter-spacing:-0.1em;
	
	padding:15px;
	border-left:1px solid #f9f9f9;

	text-align: center;
	text-decoration: none;
	cursor:pointer;
}

#toggle span {
	font-size:4em;
	color: #887451;
	line-height:100%;
}

#menu, .menu {
	list-style:none;
}

#menu li{
	width:100%;
	border-top:1px solid #f9f9f9;
	text-align:center;
}

.menu li {
	width:100%;
	border:0;
	border-bottom:1px solid rgba(255,255,255,0.3);
	text-align:right;
}

#menu li:first-child {
	border-top:none;
}

.menu li:first-child {
	border-top:1px solid rgba(255,255,255,0.3);
}

#menu li a i {
	font-size:1em;
	line-height:2.7em;
	color:#fff;
	margin-right:5px;
}

#menu li a {
	width:100%;
	font-size:1.3em;
	color:#fff;
	padding:5px 10px;
	display:inline-block;
}

.menu li a {
	width:100%;
	font-size:0.85em;
	letter-spacing:0.03em;
	color:#fff;
	padding:10px 20px;
	display:inline-block;

	background: linear-gradient(to right, #222 50%, #887551 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .5s;
}

.menu li a i {
	color:#fff;
	line-height:2em;
	display:none;
}

.menu li a:hover i {
	display:inline;
	margin-left:0.5em;
}

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

.menu li a:hover, .menu li a:hover i {
	background-position: -100% 0;
}

section {
	width:100%;

	padding:0;margin:0;

	position:relative;

/*	-webkit-box-shadow: 0 0 15px 5px #000;
	-moz-box-shadow: 0 0 15px 5px #000;
	box-shadow: 0 0 15px 5px #000;*/
}

.navi {
	font-size:0.9em;
	color:#f9f9f9;
	background:#3c2618;
	padding:0 20px;
}

.content {
	width:100%;
	max-width:320px;
	height:100%;
	min-height:100vh;

	padding:0;
	margin:0;
	border-right: 1px #111 solid;

	position:fixed;
	top:0;left:0;
}

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

	padding:60px 40px 40px;
	margin:20px auto;
/*	border:#ccc solid 1px;*/

	position:relative;
	overflow:hidden;

}

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

}

.pc_not {
	display:none;
}

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

.comment_up {
	margin-top:1em;
}

.drop_area {
	cursor:pointer;
	border-bottom:1px solid #f9f9f9;
}

.drop_area div {
	display:none;
}

.drop_box {
	width:100%;
	display:block;
	padding:10px;
}

.big_icon {font-size:1.1em;}

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

h1 {
	font-size:1.35em;
	font-weight: 600;
	letter-spacing:0.1em;

	text-align:center;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);

	position: relative;
}

h2 {
	font-size:1.2em;
	font-weight:600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
/*	color:#fff; */
	margin-bottom:10px;
	text-align:center;
}

h2.white {
/*	color:#fff; */
}

.lines-on-sides {
	font-family: 'Great Vibes', cursive;
	color:#887451;
	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 {
	font-size:1.4em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:400;
	color:#887451;
	text-align:center;
	margin-bottom:10px;
}

h3.white {
/*	color:#fff; */
}

h3 span {color:#329F67;}

h4 {
	font-size:1.2em;
	margin-bottom:10px;
}

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

.hint {
	font-size:0.6em;
	text-align:left;
}

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

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

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

/* header */
.frame {
	padding:3px;
	border:1px solid #ccc;
	background:#fff;
}

.border_box {
	border:1px dashed #252823;
}

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

.hall_box span {
	display:inline-block;
}

.shadow {
    -webkit-box-shadow: 0px 0px 30px -20px #252823;
       -moz-box-shadow: 0px 0px 30px -20px #252823;
            box-shadow: 0px 0px 30px -20px #252823;
}

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

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

/* table*/
#plan {
	width:100%;
	margin:0;padding:0;
	text-align:left;
}

#plan th {
	width:30%;
	text-align:right;
	border-right:1px dotted #2b2b2b;
}

#plan td {
	width:70%;
}

#plan th,#plan td {
	padding:10px 15px;
}

#plan tr {
	border-top:dotted #ccc 1px;
}

#plan tr:first-child {
border-top:none;
}

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


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

/*list_action*/
.action {
	-moz-transition: -moz-transform 1.5s ease;
	-webkit-transition: -webkit-transform 1.5s ease;
	-o-transition: -o-transform 1.5s ease;
	-ms-transition: -ms-transform 1.5s ease;
	transition: transform 1.5s ease;

	opacity: 0;
	transform: translate(0,-150px);
	-webkit-transform: translate(0,-150px);
}

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

.fadein {
	animation: fadeIn 7s ease 0s 1 normal;
	-webkit-animation: fadeIn 7s ease 0s 1 normal;
}

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

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

.action_02 {
	-moz-transition: -moz-transform 2.5s ease-in-out;
	-webkit-transition: -webkit-transform 2.5s ease-in-out;
	-o-transition: -o-transform 2.5s ease-in-out;
	-ms-transition: -ms-transform 2.5s ease-in-out;
	transition: transform 2.5s ease-in-out;

	opacity: 0;
	transform: translate(-150px,0); 
	-webkit-transform: translate(-150px,0);
	overflow:hidden;
}

.actions_02 {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.action_03 {
	-moz-transition: -moz-transform 2.5s ease-in-out;
	-webkit-transition: -webkit-transform 2.5s ease-in-out;
	-o-transition: -o-transform 2.5s ease-in-out;
	-ms-transition: -ms-transform 2.5s ease-in-out;
	transition: transform 2.5s ease-in-out;

	opacity: 0;
	transform: translate(150px,0); 
	-webkit-transform: translate(150px,0);
	overflow:hidden;
}

.actions_03 {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

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


	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;

	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);

    -webkit-box-shadow: 2px 2px 5px -2px #252823;
       -moz-box-shadow: 2px 2px 5px -2px #252823;
            box-shadow: 2px 2px 5px -2px #252823;
}

.next_button {
	width:100%;height:48px;
	max-width:480px;
	display:inline-block;
}

.next_button a {
	width:100%;height:100%;
	color:#fff;
	text-align:center;
	display:block;
	border-radius:24px;
	padding:5px;
	background:#252823;
	box-shadow: 2px 2px 5px -2px #252823;
}

.next_button:hover a {
	background:#887551;
	box-shadow: none;
}

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

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

/* page */


p {
	margin:0 0 1.5em;
}

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

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

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

.bg_black {
/*  background-image: -webkit-repeating-linear-gradient(left top, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(right top, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
    -webkit-repeating-linear-gradient(right top, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
    
    linear-gradient(180deg, hsl(0,0%,88%,1.0)  0%, 
    hsl(0,0%,100%,0.95) 53%,
    hsl(0,0%,90%,0.8)100%);*/
	background:rgba(255,255,255,0.85);
}

.bg_black2 {
  background-image:
    -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
    
	linear-gradient(180deg, #222 0%, 
    #333 33%,
    #666 53%,
    #444 73%,
    #111 100%);
}

.bg_none {
	background:none;
	background-image:none;
}

.bg_000 {
	background-image:url('../img/slide_front/back.png');
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;
}

.bg_001 {
	background:#ffffff;
}

.bg_002 {
	background:rgba(127,255,191,0.5);
}

.bg_003 {
	background:#008842;
	color:#ffffff;
}

.bg_004 {
	background:#6AB138;
}

.bg_005 {
	background:#FFF3CF;
}

.bg_006 {
	background:#FFF3CF;
	background-image:url('../img/back/012.jpg');
	background-size: contain;
	background-repeat: repeat-x;
	background-position: center center;
}

.bg_007 {
	background:#FFF3CF;
	background-image:url('../img/back/001.png');
	background-size: contain;
	background-repeat: repeat-x;
	background-position: center center;
}

.bg_008 {
	background:#005332;
	color:#ffffff;
}

.bg_009 {
	background:#FFF3CF;
	background-image:url('../img/back/002.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

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

.sp_left {
	text-align:center;
}

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

/* 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 {padding:20px;}
.p_2040 {padding: 20px 40px}
.p_40 {padding:40px}
.p_40v {padding:0 40px;}

.p_30top {padding:15px 5px 10px;}

.u_bar {border-bottom:3px double #eee;margin:10px auto;}

.round {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.tab {display:table;table-layout:fixed;}
.tab_full {width:100%;display:table-cell;}
.tab_split75 {width:75%;display:table-cell;}
.tab_split66 {width:66.66%;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.33%;display:table-cell;}
.tab_split25 {width:25%;display:table-cell;}
.tab_split20 {width:20%;display:table-cell;}
.tab_split16 {width:16.66%;display:table-cell;}

.w_full {
	width:100%;
	max-width:960px;
	margin:0 auto;
}

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

/*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:#008842;
	transition:0.7s;
}

hr.line_001 {
	width:90%;max-width:960px;
	border:0;margin:10px auto 15px auto;height:1px;background:transparent;
	background-image: -webkit-linear-gradient(left, transparent, #887451, transparent);
	background-image: -moz-linear-gradient(left, transparent, #887451, transparent);
	background-image: -ms-linear-gradient(left, transparent, #887451, transparent);
	background-image: -o-linear-gradient(left, transparent, #887451 transparent);
}

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

/* form */
.font_red, .font_red * {color:#860000;font-size:0.7em;font-weight:600;margin-left:1em;}
#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:#008842;
}

#form2 td {
	border-bottom: 1px dashed #eee;
}

#form th, #form td, #form2 th, #form2 td {
	padding:5px 10px;
}

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

.tbox {
	width:100%;height:3em;
	border:1px solid #eee;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	padding:0 10px;
}

.selectbox {
	width:100%;height:3em;
	border:1px solid #eee;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	padding:0 10px;
}

.tarea {
	width:100%;height:10em;
	border:1px solid #eee;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	padding:0 10px;

	color:#333;
}

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

	background:#887551;
	padding:5px;
	cursor:pointer;
	color:#fff;
	text-align:center;

	display:inline-block;

	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-o-border-radius:30px;
	-ms-border-radius:30px;

    -webkit-box-shadow: 2px 2px 5px -2px #333;
       -moz-box-shadow: 2px 2px 5px -2px #333;
            box-shadow: 2px 2px 5px -2px #333;
}

.f_btn:hover {
	background:#8F703A;
}


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

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 40px;
	z-index: 9999;
}

#pageTop a {
	width: 60px;
	height: 60px;

	font-size:30px;
	padding:10px;
	font-weight: bold;
	color: #252823;
	text-decoration: none;

	text-align: center;

	display: block;
	border-radius: 60px;
	background-color: #f9f9f9;
	border: 3px solid #252823;
 }

#pageTop a: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;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; */
}

.swiper-button-prev, .swiper-button-next {margin-top:80px;}
.swiper-wrapper {margin-bottom:20px;}

.p_br {
	margin-bottom:20px;
}

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

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

* {
	font-size:14px;
}

#Main_001 {display:none;}

body {
	padding:0;
	padding-top:100px;
}

body.home .main {
	padding-top:45vh;
}

body.subpage {
	padding-top:100px;
}

h2 {
	padding:0;

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

h1, h2, h4, h1 span, h2 span {
	font-size:1.2em;
	letter-spacing:0em;
}

h3{
	font-size:1em;
	letter-spacing:0em;
	width:100%;
}

.hulf_br {
	line-height:70%;
}

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

#plan tr {
	border:none;
}

#plan th {
	color:#f9f9f9;
	text-align:left;
	background: #3c2618;
}

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


#form2 th {
	border-bottom:1px solid #008842;
}

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

#form2 td {
	display:block;
	width:100%;
}

.sp_not {
	display:none;
}
.pc_not {
	display:inline;
}

.sp_left {
	text-align:left;
}


.tab div {
	width:100%;
	display:block;
}

#Sitemap {
	display:none;
}

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

.swiper-slide img {
	width:auto;
	margin:0 auto;
}

header {
	display:block;
}

nav {
	width:100%;height:90px;
	background:#444;
	text-align:center;
	position:fixed;
	display:block;
	top:0;left:0;
	z-index:9999;
	border-bottom:1px solid #222;
}

nav img {
	height:100%;
}

#toggle {
	width:100px;height:90px;
	position: absolute;
	right:0;top:0;
	color: #f9f9f9;
	font-size:0.8em;
	font-weight:600;

	padding:20px;
	border-left:1px solid #f9f9f9;

	text-align: center;
	text-decoration: none;
	cursor:pointer;
}

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

.content2 {
	padding:30px 20px 20px;
}
.menu li {
text-align:center;
font-size:1.2em;
}

}
