﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
img.pic {
	border-radius:10px;
}
.img180 img {
	width:180px;
}
#wrapper {
	width: 100%;
}

/* ------ Header ------ */

#header {
	width: 100%;
	position:relative;
	border-bottom:3px #00a0e6 solid;
}
#tagline {
	width:100%;
	background-color:#00a0e6;
}
#header-inner {
	max-width:1500px;
	min-width:1200px;
	height:100px;
	margin: 0 auto;
	padding:0 10px;
	position:relative;
}
.logo {
	position:absolute;
	left:10px;
	top:25px;
}
.logo a,
.logo a img {
	display: block;
	width:390px;
}
#gnav-btn {
	display :none;
}

#gnav {
	clear: both;
	width: 100%;
	padding-bottom:10px;
	/*position:relative;
	background-color:rgba(255,255,255,0.6);*/
}
#gnav .gnav-inner {
	width: 1200px;
	margin: 0 auto;
}
#gnav ul {
	width:100%;
	margin: 0 auto;
	display: table;
}
#gnav ul li {
	padding:15px 5px;
	display: table-cell;
	text-align:center;
	position:relative;
}
#gnav ul li a {
	padding:10px 5px 10px;
	box-sizing:border-box;
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:17px;
}
#gnav ul li a span {
	display:block;
}
#gnav ul li a:link,
#gnav ul li a:visited,
#gnav ul li a:active {
	text-decoration: none;
	transition: .3s;
}
#gnav ul li a:hover,
#gnav ul li.current a {
	text-decoration: none;
	border-radius:5px;
	background-color:#ffe8ca;
}
#hnav {
	position:absolute;
	top:42px;
	right:10px;
}
#hnav ul {
}
#hnav ul li {
	display:inline-block;
	font-size:15px;
	padding-left:15px;
}
#hnav .contact-btn {
	position:absolute;
	right:0;
	top:-42px;
	border-radius:0 0 5px 5px;
	background-color:#8cbb00;
}
#hnav .contact-btn img {
	width:16px;
	margin-right:5px;
	vertical-align:middle;
}
#hnav .contact-btn a {
	display:block;
	padding:2px 10px 3px;
	color:#fff;
	font-size:13px;
}
#hnav .contact-btn a:hover {
	color:#dce9b5;
}

#home-head {
	width:100%;
	/*height:620px;
	background:url(../images/pc/mv.jpg) no-repeat center top;*/
}
.ttl_img {
	width:100%;
	min-width:1200px;
	height:320px;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#concept .ttl_img {
	background-image:url(../images/mv_concept.jpg);
}
#location .ttl_img {
	background-image:url(../images/mv_location.jpg);
}
#plan .ttl_img {
	background-image:url(../images/mv_plan.jpg);
}
#sales .ttl_img {
	background-image:url(../images/mv_sales.jpg);
}
#support .ttl_img {
	background-image:url(../images/mv_support.jpg);
}
#news .ttl_img {
	background-image:url(../images/mv_news.jpg);
}
#outline .ttl_img {
	background-image:url(../images/mv_outline.jpg);
}
#access .ttl_img {
	background-image:url(../images/mv_access.jpg);
}
#contact .ttl_img {
	background-image:url(../images/mv_contact.jpg);
}
#kiyaku .ttl_img {
	background-image:url(../images/mv_kiyaku.jpg);
}
#privacy .ttl_img {
	background-image:url(../images/mv_privacy.jpg);
}
#access .ttl_img {
	background-image:url(../images/mv_access.jpg);
}
#error .ttl_img {
	background-image:url(../images/mv_error.jpg);
}

@media screen and (min-width: 1501px) {
	.ttl_img {
		background-size:100%;
	}
}

/* ------ Contents ------ */

#contents_body {
	width:100%;
	padding-bottom:100px;
	background:url(../images/contents_fbg.jpg) no-repeat center bottom;
}
@media screen and (min-width: 1501px) {
	#contents_body {
		background-size:100%;
	}
}
.contents_bg {
	width:100%;
}
.contents {
	width: 1200px;
	margin: 0 auto;
}
.contents_full {
	width:100%;
	margin: 0 auto;
}
.container {
	width: 1020px;
	margin: 0 auto;
	padding:0;
	line-height:2.0;
	letter-spacing:0.03em;
}

#full-column {
	width: 100%;
	padding:0 0 20px;
}
#left-column {
	width:628px;
	float:left;
	margin-right:22px;
}
#right-column {
	width:300px;
	float:left;
	margin-right:8px;
}
.catch-box {
	margin-bottom:20px;
}
.catch-box p {
	font-size:36px;
	line-height:1.2;
	font-weight:bold;
}
.contents-header p {
	text-shadow:0 -1px 1px #FFF,
    	-1px 0 1px #FFF,
    	1px 0 1px #FFF,
    	0 1px 1px #FFF,
			1px 1px 1px #fff,
    	2px 2px 2px #fff,
    	3px 3px 3px #fff;
}
.catch-box p span {
	display:block;
}
.column-set {
	padding-bottom:25px;	
	display: flex;
	flex-wrap: wrap;
}
.column-set.al {
	align-items: center;
}
.column1,
.column2,
.column3,
.column3-1,
.column3-2,
.column4-1,
.column4-2,
.column5-2,
.column5-3 {
	width:100%;
	padding:0 10px 25px;
}
.column-set .column2,
.column-set .column4-2 {
	width:50%;
}
.column-set .column3,
.column-set .column3-1 {
	width:33.33%;
}
.column-set .column3-2 {
	width:66.666%;
}
.column-set .column4,
.column-set .column4-1 {
	width: 25%;
}
.column-set .column5-2 {
	width: 40%;
}
.column-set .column5-3 {
	width: 60%;
}

.float-r {
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.column-block {
	padding:0 8px 15px;
}
.box {
	padding:0 0 20px;
}
.line-box {
	margin:0 30px;
	padding:20px 0;
	border:3px #DDD dashed;
}
.in {
	padding-left:120px;
	padding-right:120px;
}

.ttl-lv1 {
	margin:0;
	padding-top:80px;
	font-size:46px;
	color:#fff;
	letter-spacing:0.03em;
	text-align:center;
}
.ttl-lv1 h1 {
	font-family: 'Noto Serif JP', serif;
}
.head-ttl {
	position:relative;
	margin-top:-110px;
	padding-bottom:60px;
	text-align:center;
}
.head-ttl h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	color:#482a1d;
	letter-spacing:0.05em;
	text-shadow:
		5px  5px 5px #fff,
		-5px  5px 5px #fff,
		 5px -5px 5px #fff,
		-5px -5px 5px #fff,
		 5px  0px 5px #fff,
		 0px  5px 5px #fff,
		-5px  0px 5px #fff,
		 0px -5px 5px #fff,
		 2px 0px 0px #fff,
		0px 2px 0px #fff,
		-2px 0px 0px #fff,
		0px -2px 0px #fff;
	/*
		10px 0px 10px rgba(255,255,255,1),
		0px 10px 10px rgba(255,255,255,1),
		-10px 0px 10px rgba(255,255,255,1),
		0px -10px 10px rgba(255,255,255,1),
		2px 0px 0px rgba(255,255,255,1),
		0px 2px 0px rgba(255,255,255,1),
		-2px 0px 0px rgba(255,255,255,1),
		0px -2px 0px rgba(255,255,255,1);
	*/
}
.ttl-lv2 {
	padding-bottom:25px;
	text-align:center;
	/*background:url(../images/pc/ttl_lv2_bar.png) no-repeat center bottom;*/
}
.ttl-lv2 h2 {}
h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	line-height:1.5;
	color:#482a1d;
}
.ttl-lv3 h3 {
	text-align:center;
}
h3 {
	margin:0 0 15px;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	color:#482a1d;
}
.lh2 {
	line-height:2.0;
}
.round img {
	border-radius:10px;
}

#pan {
	width:100%;
	background-color:#fff;
}
.pan-box {
	width:920px;
	margin:0 auto;
	padding:8px 0 30px;
}
.pan-box p {
	padding:8px 0;
	font-size:11px;
	line-height:1.1;
}
.pan-box a {
	margin-right:10px;
	padding-right:18px;
	color: #2c73b5;
	position:relative;
}
.pan-box a:after {
	border-left: 6px solid #2c73b5;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: "";
	position: absolute;
	left: 50%;
	/*top: 2px;*/
	margin-left: 20px;
}

/*　HOME　*/
#mainimg {
	height:460px;
}

#home #wrapper {
	background:url(../images/home_bg.jpg) no-repeat center top;
}
#home #contents_body {
	/*min-height:2800px;
	background-color:rgba(255,255,255,0.9);*/
}
#pickup {
	padding-top:100px;
	overflow:hidden;
}
#pickup .container {
	width:1200px;
}
#pickup .pickup-box {
	position:relative;
	padding:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#pickup .pickup-box:nth-child(odd) {
	/*flex-direction: row-reverse;*/
}
#pickup .pickup-box .pickup-img {
	position:absolute;
}
#pickup .pickup-box .pickup-txt {
	text-align:center;
	position:relative;
	z-index:2;
}
#pickup .pickup-box .pickup-txt h2 {
	padding-bottom:10px;
	text-shadow:
		5px  5px 5px #fff,
		-5px  5px 5px #fff,
		 5px -5px 5px #fff,
		-5px -5px 5px #fff,
		 5px  0px 5px #fff,
		 0px  5px 5px #fff,
		-5px  0px 5px #fff,
		 0px -5px 5px #fff,
		 2px 0px 0px #fff,
		0px 2px 0px #fff,
		-2px 0px 0px #fff,
		0px -2px 0px #fff;
}
#pickup .pickup-box .pickup-txt p {
	text-shadow:
		5px  5px 5px #fff,
		-5px  5px 5px #fff,
		 5px -5px 5px #fff,
		-5px -5px 5px #fff,
		 5px  0px 5px #fff,
		 0px  5px 5px #fff,
		-5px  0px 5px #fff,
		 0px -5px 5px #fff,
		 2px 0px 0px #fff,
		0px 2px 0px #fff,
		-2px 0px 0px #fff,
		0px -2px 0px #fff;
}
#pickup .pickup-box .pickup-txt .more-btn {
	padding-top:25px;
	text-shadow:none;
}
#pickup .pickup-box.pickup1 {
	height:400px;
	background:url(../images/pickup_txt1.png) no-repeat left center;
}
#pickup .pickup-box.pickup1 .pickup-img {
	width:674px;
	height:658px;
	top:-100px;
	right:-100px;
}
#pickup .pickup-box.pickup1 .pickup-txt {
	padding-left:140px;
}
#pickup .pickup-box.pickup2 {
	height:500px;
	padding-top:15px;
	background:url(../images/pickup_txt2.png) no-repeat right center;
}
#pickup .pickup-box.pickup2 .pickup-img {
	width:624px;
	height:610px;
	top:-60px;
	left:0px;
}
#pickup .pickup-box.pickup2 .pickup-txt {
	padding-left:520px;
}
#pickup .pickup-box.pickup3 {
	height:450px;
	background:url(../images/pickup_txt4.png) no-repeat left center;
}
#pickup .pickup-box.pickup3 .pickup-img {
	width:710px;
	height:690px;
	top:-150px;
	right:-50px;
}
#pickup .pickup-box.pickup3 .pickup-txt {
	padding-left:150px;
}
#pickup .pickup-box.pickup4 {
	height:450px;
	padding-top:35px;
	background:url(../images/pickup_txt4.png) no-repeat right center;
}
#pickup .pickup-box.pickup4 .pickup-img {
	width:620px;
	height:600px;
	top:-130px;
	left:-50px;
}
#pickup .pickup-box.pickup4 .pickup-txt {
	padding-left:550px;
}

#pickup .pickup-box .pickup-txt h2 {}
.more-btn {
	padding-top:10px;
	text-align:center;
}

#info {
	padding:15px 0 0;
	background:url(../images/home_info_bg.png) no-repeat center top;
}
#info .container {
	min-height:500px;
	text-align:center;
}
#info dd {}

#home_support {}
#home_support .ttl {
	padding:50px 0 80px;
	text-align:center;
	background:url(../images/home_support_bg.png) no-repeat center top;
}
#home_support .ttl h2 {
	font-size:40px;
	letter-spacing:0.08em;
	color:#765541;
}
#home_support .container {
	text-align:center;
	color:#492615;
}
#home_support .container .x-large {
	font-size:30px !important;
	padding-bottom:8px;
}
#home_support .container .more-btn {
	padding-top: 25px;
}
#home_support .container .more-btn a {
	background-color:#a8e000;
}

.more-btn a {
	display:inline-block;
	min-width:280px;
	padding:8px 0;
	text-align:center;
	color:#492615;
	border-radius:25px;
	background-color:#ffae57;
	transition: .3s;
	box-shadow:2px 2px 10px rgba(0,0,0,0.1);
}
.more-btn a:hover {
	text-decoration:none;
	opacity:0.8;
}

/*　コンセプト　*/
.concept_img {
	max-width:1500px;
	min-width:1200px;
	margin:0 auto 60px;
}
.concept_img ul {
	display: flex;
	flex-wrap: wrap;
}
.concept_img ul li {
	width:50%;
}
.concept-symbol .more-btn a {
	min-width:120px;
}
#concept h1 {
	background: linear-gradient( to right,  rgba(255,142,0,1) 25%, rgba(255,189,0,1) 75% );
  -webkit-background-clip: text;
  color: transparent;
}

/*　周辺　*/
.location_map {
	max-width:1500px;
	min-width:1200px;
	margin:0 auto 60px;
}
.location_container {
	padding:0 15px;
}

.location_block {
	width:1200px;
	margin:0 auto;
	padding-bottom:60px;
	display: flex;
	flex-wrap: wrap;
}
.location_box {
	width:33.33%;
	padding:0 15px;
}
.location1,
.location2,
.location3,
.location4,
.location5 {
	counter-reset: number 0;
}
.location1 {
	background:url(../images/location01_ttl.jpg) no-repeat center top;
}
.location2 {
	background:url(../images/location02_ttl.jpg) no-repeat center top;
}
.location3 {
	background:url(../images/location03_ttl.jpg) no-repeat center top;
}
.location4 {
	background:url(../images/location04_ttl.jpg) no-repeat center top;
}
.location5 {
	background:url(../images/location05_ttl.jpg) no-repeat center top;
}
.location1 h2,
.location2 h2,
.location3 h2,
.location4 h2,
.location5 h2 {
	padding:130px 0 20px;
	text-align:center;
}
.location_box p {
	padding-bottom:15px;
}
.location_box .img {
	position:relative;
}
.location_box .img .time {
	position:absolute;
	left:-7px;
	top:-7px;
	width:70px;
	height:70px;
	border-radius:6px;
	background-color:#ccc;
	box-shadow:3px 3px 8px rgba(0,0,0,0.1);
}
.location_box ul {
	padding-bottom:10px;
}
.location_box ul li {
	/*font-size:14px;*/
	line-height:1.3;
	padding-left:35px;
	position:relative;
}
.location_box ul li:before {
	counter-increment: number 1;
	content: counter(number) " ";
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:30px;
	padding-top:3px;
	font-size:18px;
	color:#fff;
	text-align:center;
	border-radius:15px;
	background-color:#ccc;
	box-sizing:border-box;
}
.location1 .location_box .img .time,
.location1 .location_box ul li:before {
	background-color:#de8066;
}
.location2 .location_box .img .time,
.location2 .location_box ul li:before {
	background-color:#edc742;
}
.location3 .location_box .img .time,
.location3 .location_box ul li:before {
	background-color:#5981ad;
}
.location4 .location_box .img .time,
.location4 .location_box ul li:before {
	background-color:#a079a0;
}
.location5 .location_box .img .time,
.location5 .location_box ul li:before {
	background-color:#829247;
}
.location_box ul li span {
	display:block;
}

/* プラン */
#plan .container {
	width:1180px;
}
#plan .container_full .ttl-lv2 h2 {
	font-family:'Noto Sans JP';
	font-size:16px;
	color:#555;
}
#plan .container_full .ttl-lv2 p {
	font-family:'Noto Sans JP';
	font-size:36px;
	font-weight:bold;
	letter-spacing:0.08em;
	line-height: 1.5;
	color:#2a2a2a;
}
.plan_head {
	margin-bottom:60px;
	/*background: rgb(237,237,239);*/
	background: linear-gradient(0deg, rgba(237,237,239,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
.plan_head .small {
	display:block;
	font-size:60% !important;
}
.recommend_block {
	padding:50px 80px 70px;
	background-color:#f8f0e8;
}
.recommend_block .center {
	padding-bottom:40px;
}
.recommend_block .plan_detail {
	padding:50px 80px;
	background-color:#fff;
}
.recommend_block .plan_detail p {
	padding-bottom:35px;
}
.recommend_block .plan_detail dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top:1px #ddd solid;
	counter-increment: number;
}
.recommend_block .plan_detail dl:last-child {
	border-bottom:1px #ddd solid;
}
.recommend_block .plan_detail dl:nth-child(odd) {
	flex-direction: row-reverse;
}
.recommend_block .plan_detail dl dt {
	width:328px;
	padding:15px 5px;
}
.recommend_block .plan_detail dl dd {
	width:510px;
	padding:0 15px;
	color:#555;
}
.recommend_block .plan_detail dl dd b {
	display:block;
	padding:0 0 12px 35px;
	position:relative;
	font-weight:normal;
	font-size:18px;
}
.recommend_block .plan_detail dl dd b:before {
	content: counter(number) "";
	position:absolute;
	left:0;
	top:0;
	width:28px;
	height:28px;
	padding-top:1px;
	font-size:17px;
	color:#fff;
	text-align:center;
	border-radius:15px;
	background-color:#d9a06b;
	box-sizing:border-box;
}
.slider_block {
	padding:0 20px 40px;
}
.slider_block ul {
	/*display: flex;*/
}
.bx-wrapper .bx-prev {
  left: -32px;
}
.bx-wrapper .bx-next {
  right: -32px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  outline: 0;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  z-index: 999;
}

.vricon a {
	position:relative;
}
.vricon a:after {
	content:"";
	position:absolute;
	bottom:-37px;
	left:50%;
	width:74px;
	height:74px;
	margin-left:-37px;
	background:url(../images/vr_icon.png) no-repeat center center;
	background-size:74px;
	opacity:0.8;
	-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.3));
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,.3));
}


/* 販売区画情報 */
#sales .tbst th {
	padding:3px 10px;
	text-align:center;
}
#sales .tbst td {
	padding:5px 10px;
	text-align:center;
}
.sales-map {
	position:relative;
}
.sales-map .more-btn.plan1 {
	position:absolute;
	right:72px;
	top:240px;
}
.sales-map .more-btn.plan2 {
	position:absolute;
	right:72px;
	bottom:42px;
}
.sales-map .more-btn.plan1 a,
.sales-map .more-btn.plan2 a {
	min-width:200px;
}
.buken_block {
	/*padding-left:20px;*/
}
.buken_box {
	width:480px;
	margin:0 10px 20px;
	float:left;
	border:1px #CCCCCC solid;
}
.buken_box a {
	padding:10px;
	display:block;
}
.buken_box a:hover {
	text-decoration:none;
	background-color:#fbf6ec;
}
.buken_box p span.t_img {
	width:170px;
	margin:0 10px 0 0;
	text-align:center;
	display:block;
	float:left;
	font-size:13px;
}
.buken_box p span.t_img img {
	margin-bottom:3px; 
}
.buken_box p span.title,
.buken_box p span.info,
.buken_box p span.pr,
.buken_box p span.point {
	display:block;
	margin-left:180px;
	line-height:1.3;
}
.buken_box p span.title {
	border-bottom:1px #CCCCCC dotted;
	padding-bottom:5px;
	font-weight:bold;
}
.buken_box p span.info {
	border-bottom:1px #CCCCCC dotted;
	font-size:13px;
	padding:5px 0;
}
.buken_box p span.pr {
	font-size:13px;
	padding-top:5px;
}
.buken_box p span.point {
	border-top:1px #CCCCCC dotted;
	margin-top:5px;
	padding-top:5px;
}
.buken_box p span.point img {
	max-width:26px;
}

.buken_detail {
	padding-bottom:20px;
}
.sail_list_box {
	padding:10px;
	background:url(../images/new_sail_bg.jpg) repeat-x center bottom;
	border:1px #CCCCCC solid;
}
.hover {
	background:none;
	background-color:#fdfef4;
	cursor:pointer;
}
.sail_list_box p.t_img {
	width:170px;
	margin:0 10px 0 0;
	text-align:center;
	display:block;
	float:left;
}
.sail_list_box p.t_img span {
	display:block;
}
.sail_list_box p.t_img img {
	max-width:170px;
}
.sail_list_box p.title,
.sail_list_box p.info,
.sail_list_box p.pr,
.sail_list_box p.point {
	display:block;
	margin-left:180px;
	line-height:1.4;
}
.sail_list_box p.title {
	padding-bottom:5px;
	font-weight:bold;
	font-size:14px;
}
.sail_list_box p.info {
	border-bottom:1px #CCCCCC dotted;
	font-size:10px;
	padding:5px 0;
}
.sail_list_box p.pr {
	border-top:1px #CCCCCC dotted;
	padding-top:5px;
	font-size:14px;
}
.sail_list_box p.point {
	border-top:1px #CCCCCC dotted;
	margin-top:5px;
	padding-top:5px;
}
.sail_list_box p.point img {
	max-width:26px;
}
.top_sail_box a:hover,
.new_sail_box p a:hover {
	text-decoration:none;
}

.sail_info1,
.sail_info2 {
	width:798px;
	padding:0 0 5px;
	margin:0;
	display:table;
}
.sail_info1 .col_01 {
	width:35%;
	display:table-cell;
	vertical-align:top;
}
.sail_info1 .col_02 {
	width:35%;
	display:table-cell;
	vertical-align:top;
}
.sail_info1 .col_03 {
	width:25%;
	display:table-cell;
	vertical-align:top;
}
.sail_info1 .col_04 {
	width:40%;
	display:table-cell;
	vertical-align:top;
}
.sail_info2 .col_01,
.sail_info2 .col_02,
.sail_info2 .col_03,
.sail_info2 .col_04,
.sail_info2 .col_05,
.sail_info2 .col_06 {
	width:32%;
	display:inline-table;
	vertical-align:top;
}
.sail_info1 h4,
.sail_info2 h4 {
	padding:2px 0 0;
	text-align:center;
	background-color:#EEE;
	/*font-size:12px;*/
}
.sail_info1 p,
.sail_info2 p {
	padding-top:3px;
	text-align:center;
	/*font-size:12px;*/
}
#sales .buken_detail .tbst th {
	width:20%;
	text-align:left;
}
#sales .buken_detail .tbst td {
	text-align:left;
}

/* 宅地分譲概要 */
#outline {}
#outline .container {
}
#outline .outline_tb {
	line-height:1.5;
}
#outline .outline_tb th {
	width:30%;
	padding:0 0 30px 120px;
	vertical-align:top;
}
#outline .outline_tb td {
	padding:0 0 30px;
	vertical-align:top;
}

/* サポート */
.color-box {
	padding:20px;
	background-color:#fbf7ee;
}
.tab_nav {
	display:flex;
	justify-content: space-between;
}
.tab_nav li {
	width:49.5%;
	padding:8px 0 6px;
	text-align:center;
	color:#fff;
	font-size:20px;
	cursor:pointer;
	background-color:#cdcdcd;
}
.tab_nav li.tab1.select {
	background-color:#5191db;
}
.tab_nav li.tab2.select {
	background-color:#fd90a9;
}
.tab_pane {
	padding-top:15px;
	display:none;
}
.tab_pane ul {
	padding:0 0 20px;
}
.tab_pane ul li {
	line-height:1.6;
}
.tab_pane.pane1 {
	border-top:8px #5191db solid;
}
.tab_pane.pane2 {
	border-top:8px #fd90a9 solid;
}
.tab_pane .flex {
	display: flex;
}
.tab_pane .flex p {
	margin-right:15px;
}
.merit {
	display:block;
	width:100px;
	text-align:center;
	color:#fff;
	background-color:#7aca5a;
}
.demerit {
	display:block;
	width:100px;
	text-align:center;
	color:#fff;
	background-color:#ca5a5a;
}
.support-bg-box {
	padding:20px;
	background:url(../images/support_bg.jpg) repeat center center;
}

/* アクセス */
.access_map {
	max-width:1500px;
	min-width:1200px;
	margin:0 auto;
}
.map_box {
	padding-bottom:60px;
}

/* お知らせ */
#news .contents_bg {
	min-height:600px;
}
.news_list {
	padding-bottom:15px;
}
.news_list dl {
	display: flex;
	padding:8px 80px;
	font-size:18px;
	font-family: 'Noto Serif JP', serif;
}
.news_list dl:nth-child(odd) {
	/*background-color:#fbf6ec;*/
}
.news_list dl dt {
	width:150px;
	text-align:left;
}
.news_list dl dd {
	text-align:left;
}
.page_nav {
	padding-top:20px;
	text-align:center;
}
.page_nav a {
	display:inline-block;
	width:2.4em;
	padding:8px 0 5px;
	color:#ae9875;
	text-align:center;
	text-decoration:none;
	background-color:#f1ece8;
}
.page_nav span span {
	display:inline-block;
	width:2.4em;
	padding:8px 0 5px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-color:#482a1d;
}
.page_nav a:hover,
.page_nav a.now {
	background-color:#482a1d;
}

.news_box {
	padding-bottom:20px;
}
.news_title_box .news_title {
	margin-bottom:20px;
	/*font-size:24px;
	border-bottom:1px #ccc solid;*/
}
.news_box h4 {
	font-size:18px
}
.news_photo li:nth-child(2) {
	padding-top:15px;
}

/* プライバシーポリシー */
.secom_info_box {
	border:1px #999999 solid;
	background-color:#EEE;
	padding:10px 15px;
}
.secom_info_box p {
	display: table-cell;
	vertical-align: middle;
}
.secom_info_box img {
	margin-right:15px;
	max-width:60px;
}

/* リスト */
.list_disc li {
	position:relative;
	padding-left:15px;
}
.list_disc li:before {
	position:absolute;
	content:"・";
	left:0;
	top:0;
}
.list_circle li {
	position:relative;
	padding-left:18px;
}
.list_circle li:before {
	position:absolute;
	content:"●";
	color:#aaa;
	left:0;
	top:0;
}
.list_square {
	padding:5px 0 0;
}
.list_square li {
	padding-bottom:5px;
	padding-left:18px;
	position:relative;
	line-height:1.4em;
}
.list_square li:before {
	position:absolute;
	content:"■";
	left:0;
	top:0;
}
.kome {
	padding-left: 1.3em;
}
.kome:before {
	position:absolute;
	content:"※";
	margin-left: -1.3em;
}

/*表組み*/
.tb {
	background-color:#fdfdfd;
	border: 1px solid #ccc;
	width: 100%;
}
.tb th {
	padding:10px;
	border: 1px solid #ccc;
	background-color:#f5f2eb;
}
.tb td {
	padding: 10px;
	border: 1px solid #ccc;
}
.tbst {
	border: 1px solid #ddd;
	width: 100%;
}
.tbst th {
	padding:10px;
	border: 1px solid #ddd;
	background-color:#f8f0e8;
}
.tbst td {
	padding: 10px;
	border: 1px solid #ddd;
}
.req {
	margin-left:10px;
	padding:4px 8px 3px;
	display:inline-block;
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:70%;
	line-height:110%;
}

/*　フォーム　*/
.tel-img img {
  width: 70%;
}
dl.form_tb {
	width: 100%;
}
dl.form_tb dt {
	clear: left;
	float: left;
	width: 22%;
	font-weight:bold;
}
dl.form_tb dd {
	margin-left: 22%;
}
dl.form_tb dt .th {
	padding:10px;
}
dl.form_tb dd .td {
	padding: 10px;
	background: #fff;
}
dl.form_tb dd .td ul {
	padding:0 0 10px;
}
input[type=text] {
	padding:5px;
	font-size:1.0em;
	border:0;
	background-color:#f5f5f5;
	box-sizing:border-box;
}
input[type=text].w50 {
	width:50%;
}
input[type=text].w70 {
	width:70%;
}
input[type=text].w90 {
	width:90%;
}
textarea {
	padding:5px;
	font-size:1.0em;
	width:100%;
	height:10em;
	border:0;
	background-color:#f5f5f5;
	box-sizing:border-box;
}
.submit-btn {
	margin-top:15px;
	text-align:center;
}
.submit-btn li {
	display:inline-block;
}
.submit-btn input[type="submit"] {
	width:240px;
	margin:0 5px;
	padding:10px 0 10px;
	font-size:18px;
	border:0px;
	text-align:center;
	cursor:pointer;
	border:2px #ffae57 solid;
	border-radius:30px;
	background-color:#ffae57;
	box-sizing:border-box;
}
.submit-btn input[type="button"] {
	width:240px;
	padding:10px 0 10px;
	font-size:18px;
	border:0px;
	text-align:center;
	cursor:pointer;
	border:2px #ffae57 solid;
	border-radius:30px;
	background-color:#ffae57;
	box-sizing:border-box;
}
.submit-btn input:hover {
	color:#ffae57;
	background-color:#fff;
}
.error_messe {
	color:#CC3300;
}
form em {
	margin-top:0.6em;
	font-style:normal;
	float:right;
}
em.must {
	background: #ff80a9;
}
em.free {
	background: #a9deff;
}
em.must,
em.free {
	width:3.2em;
	display:inline-block;
	font-size: 0.6em;
	color:#fff;
	padding: 0px;
	letter-spacing: 0.1em;
	border-radius:5px;
	text-align:center;
}

/* 下部banner */
.banner_block {
	width:1180px;
	margin:0 auto;
}
.banner_block .banner_box {
	padding:30px 80px;
	background:url(../images/banner_bg.png) no-repeat center center;
	transition: .3s;
}
.banner_block .banner_box:hover {
	background:url(../images/banner_bg_on.png) no-repeat center center;
}
.banner_block .banner_box ul li a:hover {
	opacity:0.8;
}
.banner_block .banner_box ul {
	display: flex;
	justify-content: space-between;
	padding:35px 0;
}
.banner_block .banner_box ul li {
	padding:0;
}

/* ------ fnav ------ */

nav#fnav {
	text-align:right;
}
nav#fnav ul {
	padding-bottom:15px;
}
nav#fnav ul li {
	display:inline;
	padding:0 10px;
}
nav#fnav ul li:first-child {
	border-left:0px;
}
nav#fnav ul li a {
	font-size:15px;
	color:#492615;
}
nav#fnav ul li a:hover {
	color:#b29c91;
}
nav#fnav p {
	font-size:12px;
}

.errorjump {
	padding: 10px;
	margin: 0  auto;
	text-align:center;
	width: 60%;
	background-color:#f8f6ea;
}
.errorjump p {
	font-size:80%;
}

/* ------ Footer ------ */

footer {
	width: 100%;
	padding-top:14px;
	background-color:#f6e2ce;
	position:relative;
	color:#492615;
}
#footer-inner {
	width: 1200px;
	margin: 0 auto;
	padding:30px 10px;
	position:relative;
	font-size:15px;
	display: flex;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#footer-inner .co-info p {
	line-height:1.8;
}
#footer-inner .co-logo {
	padding-bottom:15px;
}
#footer-inner .co-logo img {
	width:260px;
}
#copyright {
	padding:15px 0;
	text-align:center;
	color:#FFF;
	font-size: 12px;
	background-color:#4f3c36;
}

#pageTop {
	position:absolute;
	right: 0;
	top:-33px;
}
#pageTop img {
}

.tb,
.sp {
	display:none !important;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
#gnav.clone-nav {
	padding-bottom:0;
	background-color:rgba(255,255,255,.9);
	box-shadow:0 0 10px rgba(0,0,0,.2);
}
#gnav.clone-nav ul li {
	padding: 10px 5px;
}
.is-show {
  transform: translateY(0);
}
