@charset "UTF-8";
/*************************
        reset
*************************/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul, li {
  list-style: none;
  list-style-type: none;
}
img {
	display: block;
	border: none;
	max-width: 100%;
}
a {
	text-decoration: none;
}
/*------------------------------------------*
* margin系CSS
*------------------------------------------*/
.mt5{
margin-top: 5px;
}
.mt10{
margin-top:10px;
}
.mt15 {
margin-top:15px;
}
.mt20 {
margin-top: 20px;
}
.mr5{
margin-right: 5px;
}
.mr10{
margin-right:10px;
}
.mr15 {
margin-right:15px;
}
.mr20 {
margin-right: 20px;
}
.mb5{
margin-bottom: 5px;
}
.mb10{
margin-bottom:10px;
}
.mb15 {
margin-bottom:15px;
}
.mb20 {
margin-bottom: 20px;
}
.ml5{
margin-left: 5px;
}
.ml10{
margin-left:10px;
}
.ml15 {
margin-left:15px;
}
.ml20 {
margin-left: 20px;
}
.ml40 {
margin-left: 40px;
}
.ml50 {
margin-left: 50px;
}
.mtb10 {
margin: 10px 0;
}
.m-auto {
margin-left: auto;
margin-right: auto;
}
.left-contents {
float:left;
}
.right-contents {
float:right;
}
.clear {
height:0;
clear:both;
}
.v-middle {
vertical-align:middle;
}
.v-bottom {
vertical-align:bottom;
}
.align-right {
text-align: right;
}
.align-center {
text-align: center;
}
.fs28 {
	font-size: 28px;
}
.fs24 {
	font-size: 24px;
}
.fs20 {
	font-size: 20px;
}
.fs14 {
	font-size: 14px;
}
.fs12 {
	font-size: 12px;
}
.fs10 {
	font-size: 10px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb30 {
	margin-bottom: 30px;
}
.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pt60 {
	padding-top: 60px;
}
@media screen and (max-width:640px) {
	.mb50 {
		margin-bottom: 30px;
	}
}

/*************************
        config
*************************/
body {
	font-family: "EB Garamond","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGP明朝E", "serif";
	line-height: 1.65;
	color: #111;
	letter-spacing: 0.1em;
}
.wrap {
	overflow: hidden;
}
.bg_bk {
	background: #fff;
}
.bg_wh {
	background: #fff;
}
.sp-on {
	display: none !important;
}
.pc-on {
	display: block !important;
}
.pc-off{
	display: none!important;
}
@media screen and (max-width:640px) {
	.sp-on {
		display: block !important;
	}
	.pc-on {
		display: none !important;
	}
	body {
		font-family: "EB Garamond","Sawarabi Mincho","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGP明朝E", "serif";
	}
}
.mw1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.mw960 {
	max-width: 960px;
	margin: 0 auto;
}
.mw800 {
	max-width: 800px;
	margin: 0 auto;
}
.mw640 {
	max-width: 640px;
	margin: 0 auto;
}
.mw480 {
	max-width: 680px;
	margin: 0 auto;
}
.btn {
	transition: .3s;
	display: block;
}
.btn:hover {
	opacity: .8;
}
.page_ttl {
	text-align: center;
	font-size: 32px;
	margin-bottom: 40px;
}
.page_ttl span {
	font-size: 20px;
}
@media screen and (max-width:640px) {
	.page_ttl {
		font-size: 24px;
	}
	.page_ttl span {
		font-size: 13px;
	}
}
/*************************
       	header
*************************/
.header {
	background: rgba(20,46,19,0.75);
	position: fixed;
	width: 100%;
	z-index: 999;
}
.header_inn {
	padding: 10px 20px;
}

.desc {
	color: #fff;
	font-size: 10px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-bottom: 10px;
	display: block;
}
.logo {
	float: left;
}
.snav {
	display: block;
	float: right;
}
.snav li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.head_map,.head_ol {
	margin-right: 1em;
}
.head_map i,.head_ol i {
	margin-right: 0.4em;
}
.snav li a {
	color: #fff;
}
@media screen and (max-width:768px) {
	.header {
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.logo {
		width: 50%;
		padding: 0 8px 8px;
	}
}
/*************************
       	 gnav
*************************/
.gnav {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-top: 1px solid rgba(255,255,255,0.5);
	text-align: center;
}
.gnav ul {
	max-width: 720px;
	margin: 0 auto;
}
.gnav li {
	float: left;
	width: 16.6666%;
}
.gnav li a {
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	transition: .3s;
}
.gnav li a:hover {
	color: #c7b352;
}
#menuButton {
	display: none;
}
@media screen and (max-width:900px) {
	.gnav li {
		width: 20%;
	}
}
@media screen and (max-width:768px) {
	.desc { display: none; }
	.gnav {
		display: none;
	}
	.gnav li {
		width: 50%;
	}
	.snav { display: none; }
	#menuButton {
    	display: block;
   		width: 44px;
    	height:50px;
    	position: fixed;
    	top: 5px;
    	right: 20px;
    	z-index: 200;
	}
	#menuButton span {
    	display: block;
    	background: #fff;
    	width: 44px;
    	height: 2px;
    	position: absolute;
    	left: 0;
    	transition: all 0.4s;
    	-webkit-transition: all 0.4s;
    	-moz-transition: all 0.4s;
	}
	#menuButton span.line1 {
    	top: 12px;
	}
	#menuButton span.line2 {
    	margin-top: -1px;
    	top: 50%;
	}
	#menuButton span.line3 {
    	bottom: 12px;
	}
	#menuButton.active span.line1 {
    	-webkit-transform: translateY(12px) rotate(405deg);
    	-moz-transform: translateY(12px) rotate(405deg);
    	-ms-transform: translateY(12px) rotate(405deg);
    	transform: translateY(12px) rotate(405deg);
	}
	#menuButton.active span.line2 {
    	opacity: 0;
	}
	#menuButton.active span.line3 {
    	-webkit-transform: translateY(-12px) rotate(-405deg);
    	-moz-transform: translateY(-12px) rotate(-405deg);
    	-ms-transform: translateY(-12px) rotate(-405deg);
    	transform: translateY(-12px) rotate(-405deg);
	}
	#menuButton p {
		color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -8px;
		font-size: 12px;
		text-align: center;
		width: 44px;
	}
	.gnav {
		border-bottom: none;
	}
}
/*************************
         footer
*************************/
.footer {
	background: #fff;
}

.footnav {
	background: #142e13;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
	padding: 30px 10px;
}
.footnav ul {
	text-align: center;
}
.footnav li {
	display: inline-block;
}
.footnav li a {
	color: #fff;
	display: block;
}
.footnav li a:hover {
	color: #c7b352;
}
.footnav li a::after {
	display: inline-block;
	content: "｜";
	color: #fff;
	padding: 0 0.5em;
}
.footnav li:last-child a::after {
	display: none;
}
.office {
	text-align: center;
	padding: 20px 10px;
}
.office img {
	margin: 0 auto;
}
.office ul {
	text-align: center;
	margin-top: 45px;
}
.office li {
	display: inline-block;
	margin: 0px 30px;
}
.office p {
	margin-bottom: 10px;
}
.copyright {
	background: #142e13;
	color: #fff;
	text-align: center;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
	padding: 15px;
}
@media screen and (max-width:640px) {
	.footnav {
		padding: 0;
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	.footnav li {
		width: 50%;
		float: left;
		display: block;
		border: 1px solid rgba(255,255,255,0.5);
	}
	.footnav li a {
		padding: 10px;
	}
	.footnav li a::after {
		display: none;
		content: "";
	}
	.office {
		font-size: 12px;
	}
	.office .tel {
		width: 80%;
		margin: 0 auto 15px;;
	}
	.office ul {
		text-align: left;
		margin-top: 20px;
	}
	.office li {
		margin: 30px auto;
		display: block;
	}
}
/*************************
      main visual
*************************/
.mv {
	width: 100%;
	height: 450px;
	position: relative;
}
.mv_inn {
	width: 100%;
	max-width: 637px;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width:640px) {
	.mv {
		height: 400px;
	}
	.mv_inn {
		width: 70%;
	}
	.mv01 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.mv02 {
		width: 65%;
		margin-left: auto;
		margin-right: auto;
	}
	.mv03 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.mv04 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
.obi img {
	margin: 0 auto;
}
.bt1 {
	border-top: 1px solid rgba(255,255,255,0.5);
}
/*************************
      	entry
*************************/
.entry {
	background: url(../images/top/ent_pat.png) left top;
	padding-bottom: 50px;
}
.ent-txt {
	text-align: center;
	padding: 50px 10px;
}
.project {
	padding: 30px 0;
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}
.project-ttl {
	font-size: 1.5em;
	background: #e3dd9d;
	padding: 10px;
	color: #1b2d5e;
}
.project-img {
	padding: 20px 10px;
	background: #fff;
}
@media screen and (max-width:640px) {
	.ent-txt {
		font-size: 13px;
	}
}
.entry-btn {
	background: #b09b43;
	color: #fff;
	padding: 15px;
	text-align: center;
	display: block;
	max-width: 280px;
	margin: 0 auto;
	transition: .3s;
}
.entry-btn:hover {
	background: #C9B871;
}
.accordionbox{
	margin: 0 auto;
	color: #fff;
}
.accordionlist dt{
    display:block;
    padding: 10px 30px;
	max-width: 280px;
	margin: 0 auto;
	background: #59493f;
	cursor: pointer;
	transition: .3s;
}
.accordionlist dt:hover {
	background: #7E6859;
}

.accordionlist dt .title{
	float: left;
}
.accordionlist dd {
    display:none;
	padding: 50px 10px;
	background: #59493f;
}
.accordionlist dd img {
	margin: 0 auto 20px;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	top: 6px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.minus span:nth-of-type(1) {
	display:none;
}
.accordion_icon.minus span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/*************************
       content
*************************/
.infomation {
	padding-top: 80px;
	margin-bottom: 100px;
}
.infomation a {
	color: #333;
}
.infomation a:hover {
	color: #C9B871;
}
@media screen and (max-width:640px) {
	.infomation {
		padding-top: 40px;
		margin-bottom: 40px;
	}
}
.info-ttl {
	text-align: center;
}
.info-ttl span {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 24px;
}
.info-ttl span::before {
	content: "";
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
}
.infomation dl {
	max-width: 690px;
	margin: 0 auto;
	overflow: auto;
	padding: 20px;
}
.infomation dt,.infomation dd {
	float: left;
	padding: 5px;
}
.infomation dt {
	clear: both;
}
@media screen and (max-width:640px) {
	.infomation dl {
		font-size: 13px;
		max-height: 200px;
	}
	.infomation dt,.infomation dd {
		float: none;
	}
	.infomation dd {
		margin-bottom: 15px;
	}
}
.ent-bnr {
	max-width: 528px;
	margin: 0 auto;
}
.club-bnr {
	max-width: 600px;
	margin: 20px auto 0;
}
@media screen and (max-width:640px) {
	.ent-bnr {
		padding: 0 20px;
	}
	.club-bnr {
		padding: 0 20px;
	}
}
.caption {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
	max-width: 960px;
	margin: 0 auto;
	padding: 35px 10px;
}
.caption p {
	padding-left: 1em;
	text-indent: -1em;
}
/*************************
        outline
*************************/
.outline_ttl,.outline_table,.outline_text {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13px;
	text-align: left;
}
.outline_ttl {
	font-weight: bold;
	margin-bottom: 20px;
}
.outline_text {
	
}
.outline_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
.outline_table th,.outline_table td {
	padding: 10px;
}
.outline_table tr {
	border-bottom: 1px solid #f5f5f5;
}
.outline_table th {
	width: 30%;
	background: #EDECEB;
}
.outline_table td {
	width: 70%;
}

.subbtn {
	background: #fff;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.subbtn ul {
	font-size: 0px;
	margin: auto;
}
.subbtn ul li {
    display: inline-block;
    max-width: 300px;
	width: 60%;
}
.subbtn ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.2s linear;
}
.subbtn ul li a:hover {
	border: 1px solid rgba(255, 255, 255, 0.8);
	background: black;
}
@media screen and (max-width:640px) {
	.outline_table th {
		display: block;
		width: 100%;
	}
	.outline_table td {
		display: block;
		width: 100%;
	}
	.subbtn ul li {
    	display: inline-block;
    	width: 80%;
	}
}

/*************************
      	concept
*************************/
.paper {
	background: url(../images/common/paper_bg.png) center center;
	background-size: 100px 100px;
	padding: 50px 20px;
}
/*************************
      	access
*************************/
.heading {
	margin-bottom: 20px;
	padding: 10px;
	vertical-align: baseline;
	font-size: 24px;
}
.heading span {
	font-size: 24px;
	vertical-align: baseline;
}
.heading02 {
	margin-bottom: 20px;
	padding: 10px;
	vertical-align: baseline;
	font-size: 24px;
	border-bottom: 1px solid #bbb;
}
.heading02 span {
	font-size: 24px;
	vertical-align: baseline;
}
.dis01 {
	font-size: 24px;
	vertical-align: baseline;
}
.dis01 span {
	font-size: 24px;
	color: #898340;
	vertical-align: baseline;
}
.dis02 {
	font-size: 14px;
	margin-bottom: 20px;
	vertical-align: baseline;
}
.topix {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background: #333;
	color: #fff;
}
.topix .heading {
	padding-left: 0;
	padding-right: 0;
}
.topix .heading02 {
	color: #c7b352;
	border-color: #c7b352;
	padding-top: 0;
}
.topix_cap {
	font-size: 0.8em;
	max-width: 760px;
	margin: 0 auto;
	padding: 5px;
}
@media only screen and (max-width:768px){
.heading {
	font-size: 20px;
	margin-bottom: 20px;
}
.heading span {
	font-size: 20px;
}
.heading02 {
	font-size: 18px;
	margin-bottom: 20px;
}
.heading02 span {
	font-size: 18px;
}
.dis01 {
	font-size: 16px;
}
.dis01 span {
	font-size: 20px;
}
.dis02 {
	font-size: 14px;
	margin-bottom: 20px;
}
}
.gold {
	color: #877610;
}
.img_cap {
	font-size: 12px;
	padding: 5px;
	text-align: right;
}
.bold {
	font-weight: bold;
}
.red {
	color: #7d0001;
}
.num {
	font-size: 20px;
	margin-bottom: 10px;
}
.num-text {
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	font-size: 13px;
}

.info {
	padding: 30px;
}
.info img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.cta {
	margin: 20px auto;
	text-align: center;
}
.cta li {
	display: inline-block;
	margin: 10px;
}

.plan-type {
	margin-bottom: 80px;
	background: url(../images/plan/plan_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 20px;
}
.plan-list li {
	margin-bottom: 20px;
}
@media screen and (max-width:768px) {
.plan-type {
	margin-bottom: 40px;
}
.plan-list li {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
}
.main-copy {
	color: #586f56;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 60px;
}
.copy {
	color: #586f56;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.text {
	font-size: 16px;
}
.ac_info {
	background: #586f56;
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 10px;
}
.main-v {
	position: relative;
}
.v-copy {
	position: absolute;
	top: 50%;
	left: 15%;
	color: #fff;
	font-size: 40px;
	text-shadow: 3px 3px 6px #000;
}
.v-copy2 {
	position: absolute;
	top: 20%;
	left: 15%;
	color: #fff;
	font-size: 40px;
	text-shadow: 3px 3px 6px #000;
}
.v-copy3 {
	position: absolute;
	top: 50%;
	right: 15%;
	color: #fff;
	font-size: 40px;
	text-shadow: 3px 3px 6px #000;
}
@media screen and (max-width:768px) {
.main-copy {
	font-size: 24px;
	margin-bottom: 40px;
}
.copy {
	font-size: 18px;
	margin-bottom: 10px;
}
.text {
	font-size: 14px;
}
.ac_info {
	font-size: 18px;
	margin-bottom: 20px;
}
.v-copy {
	top: 45%;
	left: 15%;
	color: #fff;
	font-size: 24px;
}
.v-copy2 {
	top: 45%;
	left: 15%;
	color: #fff;
	font-size: 24px;
}
.v-copy3 {
	top: 45%;
	right: 15%;
	color: #fff;
	font-size: 24px;
}
}

/**********************
       lifeinfo
**********************/
.lifeinfo {
	overflow: hidden;
	padding: 10px;
}
.lifeinfo div {
	overflow: hidden;
	margin-bottom: 40px;
}
.lifeinfo div.l {
	float: left;
	width: 48%;
}
.lifeinfo div.r {
	float: right;
	width: 48%;
}
.lifeinfo p {
	font-size: 14px;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.lifeinfo p span.distance {
	float: right;
}
.lifeinfo p span.num {
	display: inline-block;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	margin-right: 0.5em;
}
.lifeinfo p span.green {
	background: #284527;
}
.lifeinfo p span.gold {
	background: #898340;
}
.lifeinfo p span.blue {
	background: #002357;
}
.lifeinfo p span.brown {
	background: #87591f;
}
.lifeinfo p span.red {
	background: #942531;
}
.lifeinfo p span.gray {
	background: #717071;
}
.li-ttl {
	padding: 5px 15px;
	border: 1px solid;
	text-align: center;
}
.gr {
	color: #284527;
}
.gd {
	color: #898340;
}
.bl {
	color: #002357;
}
.br {
	color: #87591f;
}
.rd {
	color: #942531;
}
.gy {
	color: #717071;
}
@media only screen and (max-width:768px){
	.loc-l {
		float: none;
		width: 100%;
	}
	.loc-r {
		float: none;
		width: 100%;
	}
	.lifeinfo div {
		overflow: hidden;
		margin-bottom: 20px;
	}
	.lifeinfo div.l {
		float: none;
		width: 100%;
	}
	.lifeinfo div.r {
		float: none;
		width: 100%;
	}
}
/*************************
       clearfix
*************************/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.kanbai {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	background: #142e13;
	padding: 30px 10px;
	color: #fff;
}
@media only screen and (max-width:768px){
.kanbai {
	font-size: 18px;
	font-weight: normal;
	padding: 30px 10px;
}
}