@charset "UTF-8";
/*/////////////////////////ページローディング///////////////////////*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 2000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 53px;
  margin-top: -26px;
  margin-left: -140px;
  text-align: center;
  color: #333;
  z-index: 999;
}
/*/////////////////////////ヘッダー///////////////////////*/
header {
	width: 100%;
	background-color: white;
}
.headerIn {
	width: 900px;
	height: 230px;
	padding:65px 25px;
	margin: 0 auto;
}
	.headerL {
		width: 400px;
		float:left;
		padding-top: 77px;
	}
	.headerR {
		width: 500px;
		float:right;
	}
	.headerRT {
		display: flex;
		justify-content: flex-end;
	}
	.headerSns {
		width: 140px;
		height: 27px;
		text-align: right;
		padding-bottom: 50px;
	}
	.headerSns li {
		display: inline-block;
		margin-left: 15px;
	}
	.headermenu {
		width: 100%;
		height: auto;
	}
	.headermenu:after {
		content: "";
  		clear: both;
  		display: block;
	}
	.headermenu ul {
		float:right;
		display: -webkit-box;
    	display: -moz-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
    	flex-direction: row;
    	-webkit-flex-direction: row;
	}
	.headermenu li {
		width: 17px;
		padding:0 20px;
		border-right:1px dashed #cccccc;
		float:left;
	}
	.spMenu {
		display: none;
	}
	#nav {
		position: fixed;
		background-color: #e95550;
		color:#ffffff;
		width: 100%;
		margin: 0 auto;
		font-size: 15px;
		text-align: center;
		right: auto;
		left: auto;
		z-index: 1000;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		top: 0px;
		display: none;
	}
	#nav2 {
		position: fixed;
		background-color: #e95550;
		color:#ffffff;
		width: 100%;
		margin: 0 auto;
		font-size: 15px;
		text-align: center;
		right: auto;
		left: auto;
		z-index: 1000;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		top: 0px;
	}
	#nav a:link, #nav a:visited, #nav2 a:link, #nav2 a:visited {
		color:#ffffff;
	}
	#nav > ul, #nav2 > ul {
		position: relative;
	}
	#nav > ul > li, #nav2 > ul > li {
		display: inline-block;
		padding: 22px 0;
		vertical-align: middle;
	}
	#nav > ul > li:hover > .open.fade, #nav2 > ul > li:hover > .open.fade {
		display: block;
		opacity: 1;
		animation-duration: 0.3s;
        animation-name: fade;
        -moz-animation-duration: 0.3s;
        -moz-animation-name: fade;
        -webkit-animation-duration: 0.3s;
        -webkit-animation-name: fade;
	}
	@keyframes fade {
		  0% {
			display: none;
			opacity: 0;
		  }

		  1% {
			display: block;
			opacity: 0;
		  }

		  100% {
			display: block;
			opacity: 1;
		  }
    }
	@-webkit-keyframes fade {
		  0% {
			display: none;
			opacity: 0;
		  }

		  1% {
			display: block;
			opacity: 0;
		  }

		  100% {
			display: block;
			opacity: 1;
		  }
    }
	#nav > ul > li > .open, #nav2 > ul > li > .open {
		display: none;
		background: #ffffff;
		position: absolute;
		top: 100%;
		width: 900px;
		left: 0;
		right: 0;
		margin:  auto;
		padding: 30px;
		box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.2);
		opacity: 0;
		box-sizing: border-box;
		text-align: left;
		color: #535353;
		z-index: 0;
	}
	#nav > ul > li:last-child, #nav2 > ul > li:last-child {
		border-right:0px;
	}
	#nav > ul > li > a, #nav2 > ul > li > a {
		position: relative;
		display: block;
		border-right: 1px dashed #ffffff;
		padding: 0 10px;
	}
	#nav > ul > li:hover > a:after, #nav2 > ul > li:hover > a:after {
		content: "";
		width: 100%;
		position: absolute;
		left: 0;
		bottom: -21px;
		border-bottom: 6px solid #bc2929;
	}
	#nav > ul > li a img, #nav2 > ul > li a img {
		vertical-align: middle;
	}
	#nav > ul > li .open h3.openTit, #nav2 > ul > li .open h3.openTit  {
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid #000000;
	}
	#nav > ul > li .open h3.openTit span, #nav2 > ul > li .open h3.openTit span {
		margin-left: 25px;
		font-size: 16px;
		vertical-align: bottom;
		line-height: 1;
	}
	#nav > ul > li .open h3.openTit img, #nav2 > ul > li .open h3.openTit img {
		vertical-align: bottom;
	}
	#nav > ul > li .open .openLead, #nav2 > ul > li .open .openLead {
		font-size: 15px;
		margin-bottom: 25px;
	}
	.topMinkaSecWrap {
		font-size: 0;
	}
	.topMinkaSecWrap .topMinkaSec {
		display: inline-block;
		float: none;
		font-size: 14px;
		width: 16%;
        padding: 0 0.5% 30px 0;
	}
	.topMinkaSecWrap .topMinkaSec a {
		display: block;
	}
	.topMinkaSecWrap .topMinkaSec img {
		display: block;
		margin: auto;
		padding-bottom: 5px;
	}
	.topMinkaSecWrap .topMinkaSec:nth-last-child(-n+6) {
		padding-bottom: 0;
	}
	.topMinkaSecWrap .topMinkaSec span {
		padding-bottom: 10px;
		font-size: 15px;
	}
	
	.navBtn {
		margin-top: 18px;
		overflow: hidden;
	}
	.navBtn a {
		display: inline-block;
		float: right;
		background: #e75654;
		font-size: 16px;
		color: #ffffff;
		padding: 10px 20px;
	}
	
	/*navChiiki*/
	.navChiiki {
		margin: 50px 20px 0;
		position: relative;
	}
	.navChiiki img {
		margin-left: 80px;
	}
	.navChiiki .txt01 {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 18px;
		line-height: 1.6em;
		letter-spacing: 3px;
		color: #808080;
	}
	.navChiiki .txt02 {
		position: absolute;
		top: 192px;
		right: 0;
		font-size: 18px;
		line-height: 1.6em;
		letter-spacing: 3px;
		color: #808080;
	}
	
	/*navMinpaku*/
	.navMinpaku {
		position: relative;
		margin: 50px 20px 0 0;
	}
	.navMinpaku .txt01 {
		position: absolute;
		top: 55px;
		left: 20px;
		font-size: 18px;
		line-height: 1.6em;
		letter-spacing: 3px;
		color: #808080;
	}
	.navMinpaku .txt02 {
		position: absolute;
		top: 235px;
		right: 0px;
		font-size: 18px;
		line-height: 1.6em;
		letter-spacing: 3px;
		color: #808080;
	}
	.navMinpaku .txt02 span {
		font-size: 15px;
	}
	.navMinpaku .navBtn {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*navChiikidekiru*/
	.navChiikidekiru {
		margin: 0 20px;
	}
	.navChiikidekiru ul.list {
		width: 798px;
    	margin: auto;
		font-size: 0;
	}
	.navChiikidekiru ul.list li {
		display: inline-block;
		width: 184px;
		margin: 0 20px 13px 0;
		padding: 0;
		font-size: 13px;
		text-align: center;
	}
	.navChiikidekiru ul.list li:nth-child(4n) {
		margin-right: 0;
	}
	.navChiikidekiru ul.list li span {
		display: block;
		margin-top: 5px;
	}
	.navChiikidekiru .txt01 {
		margin: 15px 0;
	}
	.navChiikidekiru .txt02 {
		float: left;
		font-size: 12px;
	}
	
	/*navAccess*/
	.navAccess {
		position: relative;
		margin: 50px 20px 0;
		color: #808080;
	}
	.navAccess .map, .navAccess .mapImg {
		display: inline-block;
		vertical-align: top;
	}
	.navAccess .map {
		width: 320px;
	}
	.navAccess .map iframe {
		width: 320px;
		height: 220px;
		margin-bottom: 15px;
	}
	.navAccess .map .mapPlace {
		font-size: 19px;
		margin-bottom: 5px;
	}
	.navAccess .map .mapFrome {
		font-size: 14px;
	}
	.navAccess .mapImg {
		margin: 55px 0 0 20px;
	}
	.navAccess .navBtn {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*navWatashitachi*/
	.navWatashitachi {
		margin: 50px 20px 0;
		color: #808080;
	}
	.navWatashitachi ul.list {
		font-size: 0;
	}
	.navWatashitachi ul.list li {
		display: inline-block;
		vertical-align: top;
		margin-right: 70px;
		font-size: 16px;
	}
	.navWatashitachi ul.list li:last-child {
		margin-right: 0;
	}
	.navWatashitachi .watashitachiListTit {
		min-height: 74px;
		margin: 10px 0;
	}
	.navWatashitachi .watashitachiListBtn a {
		display: block;
		background: #e75654;
		padding: 12px 0;
		text-align: center;
		font-size: 22px;
		color: #ffffff;
	}
	
	/*navReservation*/
	.navReservation {
		margin: 50px 20px 0;
		color: #808080;
	}
	.navReservation .navReservationImg {
		margin-bottom: 50px;
	}
	.navContact {
		margin: 95px 20px 110px;
		text-align: center;
	}
	.navContactLogo {
		margin-bottom: 25px;
	}
	.navContactBtn {
		width: 350px;
		margin: 0 auto 15px;
	}
	.navContactBtn a {
		display: block;
		background: #e75654;
		padding: 12px 0;
		font-size: 22px;
		color: #ffffff;
	}
	.navContactTel {
		font-size: 19px;
	}
	
	#backtotop {
		position: fixed;
    	cursor: pointer;
    	width: 100px;
		height: 100px;
		margin: 0 auto;
		font-size: 15px;
		line-height: 1em;
    	z-index: 1000;
    	bottom: 60px;
		right:10px;
	}
/*/////////////////////////フッター///////////////////////*/
footer {
	width: 950px;
	margin: 0 auto;
	padding: 25px;
}
/*/////////////////////////共通レイアウト///////////////////////*/
#container {
	width: 100%;
	position:relative;
}
#container2 {
	width: 100%;
	position:relative;
	color:#4d4d4d;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/*/////////////////////////トップページ///////////////////////*/
	.topimage1 {
		width: 100%;
		height: 650px;
		position:relative;
	}
	.topCatch1 {
		font-size: 35px;
		line-height: 2em;
		color: #ffffff;
		width: 315px;
		height: 180px;
		position:absolute;
		z-index: 1;
		top: 0;
		right: 50%;
		bottom: 0;
		margin: auto 150px;
	}
.topbackwhite {background-color: #ffffff;}
.topbackred {background-color: #e95550; color:#ffffff;}
	#topintro {
		width: 900px;
		padding:85px 25px 200px;
		margin: 0 auto;
	}
	#topintro div {
		position:relative;
		margin-top: 80px;
	}
	.topintro1 {
		width: 122px;
		height: 314px;
		z-index: 2;
		top:-80px;
		right:100px;
		position:absolute;
	}
	.topintro2 {
		width: 203px;
		height: 311px;
		z-index: 2;
		top:-155px;
		right:100px;
		position:absolute;
	}
	.topintro3 {
		width: 203px;
		height: 319px;
		z-index: 2;
		top:-125px;
		right:100px;
		position:absolute;
	}
	.topintro4 {
		width: 43px;
		height: 263px;
		z-index: 2;
		top:-155px;
		right:100px;
		position:absolute;
	}
	.topintro6 {
		width: 900px;
		height: 263px;
		z-index: 2;
		top: 40px;
		left:120px;
		position:absolute;
	}
	.topintro6 span {
		font-size:150%;
		line-height:1.7em;
	}
	.topBottomLogo {
	width: 80%;
	margin: 0 auto;
	text-align: right;
	}
/*//地域//*/
	#topChiikiImg {
		width: 100%;
		height: 330px;
	}
#topChiiki {
		width: 900px;
		padding:150px 25px 300px;
		margin: 0 auto;
}
#topChiiki #topChiikiCatch {
	width: auto;
		padding:0px 0px 90px 80px;
}
#topChiiki #topChiikiCatch:after {
	content: "";
  		clear: both;
  		display: block;
}
#topChiiki #topChiikiCatch h3{
	font-size: 48px;
	width: 48px;
	float: left;
	padding:0px 32px;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
}
#topChiiki #topChiikiCatch div {
	float: right;
	margin-top: 0px;
}
#topChiiki #topChiikiCatch p {
	font-size: 27px;
	padding:50px 150px 0px 0px;
	margin-bottom: 0;
	line-height: 1.6em;
}
#topChiiki #topChiikiCatch p:last-child {
	text-align: right;
	padding:50px 30px 0 0;
	font-size:0.8em;
	letter-spacing: 0;
}
#topChiiki div {
		position:relative;
		margin-top: 80px;
	}
#topChiiki div.lastCatch {
		margin-top: 150px;
	}
	.topChiiki1 {
		width: 43px;
		height: 313px;
		z-index: 2;
		top:-200px;
		right:100px;
		position:absolute;
	}
	.topChiiki2 {
		width: 120px;
		height: 259px;
		z-index: 2;
		top:-165px;
		right:100px;
		position:absolute;
	}
	.topChiiki3 {
		width: 43px;
		height: 311px;
		z-index: 2;
		top:-180px;
		right:100px;
		position:absolute;
	}
	.topChiiki4 {
		width: 43px;
		height: 351px;
		z-index: 2;
		top:-220px;
		right:100px;
		position:absolute;
	}
	.topChiiki5 {
		width: 122px;
		height: 279px;
		z-index: 2;
		top:-240px;
		right:100px;
		position:absolute;
	}
	.topChiiki6 {
		width: 900px;
		z-index: 2;
		top: -30px;
		left:120px;
		position:absolute;
	}
	.topChiiki6 span {
		font-size:150%;
		line-height:1.7em;
	}
	.topChiikiIll1 {
		width: 296px;
		height: 318px;
		z-index: 2;
		top:-280px;
		right:280px;
		position:absolute;
	}
	.topChiikiIll2 {
		width: 164px;
		height: 187px;
		z-index: 2;
		top:80px;
		right:100px;
		position:absolute;
	}
	.topChiikiIll3 {
		width: 316px;
		height: 397px;
		z-index: 2;
		top:280px;
		right:100px;
		position:absolute;
	}
	.topChiikiIll4 {
		width: 451px;
		height: 310px;
		z-index: 2;
		bottom:-200px;
		left:50px;
		position:absolute;
	}
	#topChiiki .topChiikiKushinav {
		text-align: center;
		margin-top: 120px;
	}

/*//民泊//*/
#topMinpaku {
		width: 900px;
		padding:150px 25px 300px;
		margin: 0 auto;
}
#topMinpaku #topMinpakuCatch {
	width: auto;
		padding:0px 0px 90px 80px;
}
#topMinpaku #topMinpakuCatch:after {
	content: "";
  	clear: both;
  	display: block;
}
#topMinpaku #topMinpakuCatch h3{
	font-size: 48px;
	width: 48px;
	float: left;
	padding:0px 32px;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
}
#topMinpaku #topMinpakuCatch div {
	float: right;
	margin-top: 0px;
}
#topMinpaku #topMinpakuCatch p {
	font-size: 27px;
	padding:70px 150px 0px 0px;
	margin-bottom: 0;
	line-height: 1.6em;
}
#topMinpaku #topMinpakuCatch p span {
	color:#e95550;
}
#topMinpaku div {
		position:relative;
		margin-top: 80px;
	}
#topMinpaku div.lastCatch {
		margin-top: 150px;
	}
.topMinpaku1 {
		width: 43px;
		height: 246px;
		z-index: 2;

		top:-110px;
		right:100px;
		position:absolute;
}
.topMinpaku2 {
		width: 43px;
		height: 295px;
		z-index: 2;
		top:-180px;
		right:100px;
		position:absolute;
}
.topMinpaku3 {
		width: 43px;
		height: 316px;
		z-index: 2;
		top:-200px;
		right:100px;
		position:absolute;
}
.topMinpaku4 {
		width: 43px;
		height: 225px;
		z-index: 2;
		top:-155px;
		right:100px;
		position:absolute;
}
.topMinpaku5 {
		width: 43px;
		height: 215px;
		z-index: 2;
		top:-150px;
		right:100px;
		position:absolute;
}
.topMinpaku6 {
		width: 43px;
		height: 192px;
		z-index: 2;
		top:-135px;
		right:100px;
		position:absolute;
}
.topMinpaku7 {
		width: 43px;
		height: 386px;
		z-index: 2;
		top:-235px;
		right:100px;
		position:absolute;
}
.topMinpaku8 {
		width: 43px;
		height: 256px;
		z-index: 2;
		top:-170px;
		right:100px;
		position:absolute;
}
.topMinpaku9 {
		width: 43px;
		height: 173px;
		z-index: 2;
		top:-220px;
		right:100px;
		position:absolute;
}
/*//民家//*/
#topMinkaTi {
		width: 520px;
		padding:255px 0px 160px 0px;
		margin: 0 auto;
}
#topMinkaTi:after {
	content: "";
  	clear: both;
  	display: block;
}
#topMinkaTi h3{
	font-size: 48px;
	width: 48px;
	float: left;
	padding:0px 32px;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
}
#topMinkaTi div:first-child {
	float: left;
	width: 190px;
	margin-top: 100px;
	font-size: 27px;
	line-height: 1em;
}
#topMinkaTi div:last-child {
	float: right;
	text-align: right;
	margin-top: 100px;
	font-size: 27px;
	line-height: 1em;
}
#topMinka {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 160px;
}
#topMinka:after {
	content: "";
  	clear: both;
  	display: block;
}
.topMinkaSec {
	width: 209px;
    padding: 0 136px 30px 0;
    text-align: center;
    color: #333333;
    font-size: 18px;
    float: left;
}
.topMinkaSec img {
	padding-bottom: 30px;
}
#topMinka .topMinkaSec:nth-child(3n) {
	width: 209px;
	padding-right: 0px;}
.topMinkaSec span {
 padding-bottom:15px;
 border-bottom:1px dashed #666666;
 width:100%;
 font-size: 25px;
}
.topMinkaSec div {
 padding-top:15px;
 width:100%;
}
/*//宿泊料金//*/
.topprice {
	width: 540px;
	margin: 0 auto;
	padding: 120px 0;
}
.topprice h2{
	font-size: 50px;
	margin-bottom: 1em;
	text-align: center;
	letter-spacing: 0.5em;
}
.toppriceIppaku {
	width: 100%;
	font-size: 24px;
	text-align: center;
	line-height: 1em;
}
.toppriceIppaku:after {
	content: "";
  	clear: both;
  	display: block;
}
.toppriceIppaku span:nth-child(2n) {
	width: 320px;
	font-size: 24px;
	text-align: center;
	margin: 0 15px;
	float:left;
	border-bottom: none;
	padding-top:0px;
}
.toppriceIppaku span {
	width: 95px;
	border-bottom: solid 1px #ffffff;
	float:left;
	padding-top:8px;
}
div .toppriceSec {
	padding:30px 0;
	border-bottom: dashed 1px #ffffff;
}
div .toppriceSec:last-child {
	padding:30px 0;
	border-bottom: none;
}
div .toppriceSec:after {
	content: "";
  	clear: both;
  	display: block;
}
.toppriceSec span:nth-child(1n){
	float:left;
}
.toppriceSec span:nth-child(1n) strong {
	padding-bottom:30px;
	font-size:23px;
}
.toppriceSec span:nth-child(2n){
	float:right;
	font-size:23px;
	padding-left:30px;
	vertical-align: bottom;
}
.toppriceSec span:nth-child(3n){
	float:right;
	font-size:66px;
	line-height: 1em;
	letter-spacing: 0.2em;
}
.toppriceZei {
	width: 100%;
	font-size: 24px;
	text-align: right;
	line-height: 1em;
}
.toppriceZei:after {
	content: "";
  	clear: both;
  	display: block;
}
.toppriceZei span:first-child {
	width: 100px;
	border-bottom: solid 1px #ffffff;
	float:left;
	padding-top:8px;
}
.toppriceZei span:last-child {
	width: 415px;
	text-align: right;
	margin: 0 0 0 25px;
	float:left;
}
.toppriceBo {
	padding: 90px 0;
}
.toppriceBo:after {
	content: "";
  	clear: both;
  	display: block;
}
.toppriceBoBo {
	padding: 25px;
	font-size: 35px;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1em;
	background-color: #ffffff;
	width: 45%;
	float:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.toppriceBoBo:link, .toppriceBoBo:visited {
	color: #e95550;
}
.toppriceBo .toppriceBoBo:last-child {
	float:right;
}
/*//地域で出来ること//*/
#chiikidekiru {
	width: 900px;
	margin: 0 auto 125px auto;
	padding-top:125px;
	border-bottom: 1px solid #000000;
}
.chiikidekiruTiL {
width:428px;
float:left;
padding-top:120px;
}
.chiikidekiruTiR {
width:472px;
float:right;
vertical-align: bottom;
}
.chiikidekiruTi {
	padding:20px 0;
	font-size:48px;
	line-height: 1em;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	color:#333333;
	text-align: center;
}
.chiikidekiruTi2 {
	margin:0 auto;
	padding-top:50px;
	font-size:23px;
	line-height: 1.9em;
}
.chiikidekiruWrap {
	width: 900px;
	margin:0 auto;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.chiikidekiruSec {
	width: 256px;
	padding:0 66px 66px 0;
	font-size:15px;
	float:left;
}
.chiikidekiruSec:nth-child(3n) {
	padding:0 0px 66px 0;
}
.chiikidekiruSec h3 {
	margin:0 auto;
	padding:1em 0;
	font-size:19px;
}
.chiikidekiruBo {
	padding: 90px 0;
	width: 30%;
	margin: 0 auto;
}
.chiikidekiruBo:after {
	content: "";
  	clear: both;
  	display: block;
}
.chiikidekiruBoBo {
	padding: 25px;
	font-size: 35px;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1em;
	background-color: #e95550;
	width: 100%;
	float:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.chiikidekiruBoBo:link, .chiikidekiruBoBo:visited {
	color: #ffffff;
}
.chiikidekiruBo .chiikidekiruBoBo:last-child {
	float:right;
}
.chiikidekiruLast {
	padding: 0 30px 200px 30px;
	width: 610px;
	margin: 0 auto;
	font-size: 25px;
	text-align: center;
}
/*//アクセス//*/
#topAccess {
		width: 900px;
		padding:150px 25px 300px;
		margin: 0 auto;
}
#topAccess #topAccessCatch {
	width: auto;
	padding:0px 0px 38px 80px;
}
#topAccess #topAccessCatch:after {
	content: "";
  	clear: both;
  	display: block;
}
#topAccess #topAccessCatch h3{
	font-size: 50px;
	width: 50px;
	float: left;
	padding:0px 32px;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
}
#topAccess #topAccessCatch div {
	width: 600px;
	float: right;
}
#topAccess #topAccessCatch div h4{
	margin: 0 0 35px;
	font-size:28px;
}
#topAccess #topAccessTime{
		border-top: 1px #808080 solid;
}
#topAccess .topAccessGuide {
	margin-bottom: 65px;
}
#topAccess .topAccessLink {
	margin-top: 28px;
}
#topAccess .topAccessLink ul {
	font-size: 0;
	text-align: center;
}
#topAccess .topAccessLink ul li {
	display: inline-block;
	vertical-align: top;
	width: 24.2%;
	margin-right: 1%;
}
#topAccess .topAccessLink ul li:last-child {
	margin-right: 0;
}
#topAccess .topAccessLink ul li a {
	display: block;
    background: #58b4cd;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
    padding: 8px 1px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
}
/*//私たちのこと//*/
#topWatashitachi {
		width: 900px;
		padding:150px 25px 150px;
		margin: 0 auto;
}
#topWatashitachi #topWatashitachiCatch {
	width: auto;
	padding:0px 0px 0px 80px;
}
#topWatashitachi #topWatashitachiCatch:after {
	content: "";
  	clear: both;
  	display: block;
}
#topWatashitachi #topWatashitachiCatch h3{
	font-size: 50px;
	width: 50px;
	float: left;
	padding:0px 32px;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
}
#topWatashitachi #topWatashitachiCatch div {
	width: 421px;
	float: right;
	margin: 50px 50px 0 0;
}
#topWatashitachiSec {
	width:860px;
	padding: 0 20px 80px 0;
	margin:0 auto;
	line-height: 1.8em;
	text-align: center;
}
#topWatashitachiSec h2{
	font-size:28px;
	line-height: 1.8em;
	text-align: center;
}
.topWatashitachiSec2 {
	width:900px;
	padding-top: 120px;
	margin:0 auto;
}
.topWatashitachiSec2:after {
	content: "";
  	clear: both;
  	display: block;
}
.topWatashitachiSec2a {
	width:380px;
	float:left;
}
.topWatashitachiSec2b {
	width:480px;
	float:right;
	line-height: 1.8em;
}
.topWatashitachiSec2b h3{
	font-size:27px;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.topWatashitachiSec3 {
	width:900px;
	padding: 0 0 200px 0;
	margin:0 auto;
}
.topWatashitachiSec3a {
	width: 565px;
	height:84px;
	border-bottom: solid 1px #333333;
	float:left;
}
.topWatashitachiSec3b {
	padding: 25px;
	margin-left:55px;
	font-size: 35px;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1em;
	background-color: #e95550;
	width: 280px;
	float:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topWatashitachiSec3b:link, .topWatashitachiSec3b:visited {
	color: #ffffff;
}
/*/////////////////////////民家紹介///////////////////////*/
.swiper-container {
        width: 900px;
        height: 520px;
		margin: 105px auto 60px auto;
    }
.swiper-slide {
        text-align: center;
        background: #fff;
        line-height: 520px;
    }
#minkapage {
margin:0 auto 60px auto;
width:900px;
}
.minkapage1 {
margin:0 20px;
width:860px;
}
.minkapage1L {
width:320px;
float:left;
}
.minkapage1R {
width:490px;
float:right;
line-height: 1.8em;
}
.minkapage1R h2 {
text-align: right;
font-size: 33px;
margin-bottom: 1em;
}
.minkapage1R h2 span {
font-size: 18px;
}
.minkapage2 {
margin:60px 0 60px 20px;
width:880px;
}
.minkapage2L {
width:550px;
float:left;
}
.minkapage2L div {
border-bottom: 1px dashed #4d4d4d;
margin-bottom: 30px;
padding-bottom: 30px;
}
.minkapage2L h3 {
text-align: center;
display: block;
height:30px;
}
.minkapage2L h3 .minkapage2linec {
width: 100px;
    font-size: 17px;
    text-align: center;
    margin: 0 15px;
    float: left;
    border-bottom: none;
    padding-top: 0px;
}
.minkapage2L h3 em {
font-style: normal;
color:#808080;
}
.minkapage2L h3 .minkapage2line {
	width: 210px;
    border-bottom: dashed 1px #4d4d4d;
    float: left;
    padding-top: 8px;
}
.minkapage2L div ul {
margin: 10px 0 0 0;
}
.minkapage2L div ul li{
display: inline-block;
margin-right: 35px;
text-align: center;
font-size: 11px;
}
.minkapage2L div span:first-child {
width:150px;
float:left;
}
.minkapage2L div span:last-child {
width:400px;
float:left;
}
.minkapage2R {
width:281px;
float:right;
}
.minkapage2R img {
margin-bottom:25px;
}
.minkapageBo {
	padding: 90px 0;
	width: 300px;
	margin: 0 auto;
}
.minkapageBo a {
	padding: 25px;
	font-size: 35px;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1em;
	background-color: #e95550;
	width: 100%px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: block;
}
.minkapageBo a:link, .minkapageBo a:visited {
	color: #ffffff;
}
/*/////////////////////////サイトポリシー・プライバシーポリシー///////////////////////*/
.policy {
	width: 900px;
	margin: 140px auto;
}
.policy .section {
	padding-bottom: 60px;
	border-bottom: 1px dotted#000000;
}
.policy .section:last-child {
	margin-bottom: 0;
	padding-top: 70px;
	border: none;
}
.policy h3 {
	margin-bottom: 20px;
	font-size: 30px;
}
.policy .section dl dt {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
.policy .section dl dd {
	margin: 0 0 30px 0;
}
.policy .section dl dd p {
	margin-bottom: 15px;
}
.policy .section dl dd ul {
	margin: 20px 0;
}
.policy .section dl dd ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.policy .section dl dd ul.indent01 li {
	text-indent: -2.5em;
	padding-left: 2.5em;
}
.policyLink {
	float: left;
	margin: 0 20% 0 0;
}
/*/////////////////////////フォーム///////////////////////*/
.formwrap {
margin:200px auto;
width:900px;
}
.formwrap ul{
font-size:15px;
margin-bottom: 100px;
}
.formwrap ul li{
margin-bottom: 1em;
}
.formTitle {
border: 1px solid #e95550;
padding:20px;
margin:70px auto;
width:400px;
color:#e95550;
border-radius: 5px;
font-size: 25px;
}
.formTable {
width:100%;
font-size:15px;
border-collapse:collapse;
border-spacing: 10px;
text-align: left;
line-height: 2em;
table-layout: auto;
margin-bottom: 50px;
}
.formTable tr {
border-bottom: 1px solid #666;
padding: 20px 0;
display: block;
}
.formTable tr th {
text-align: center;
vertical-align: top;
width:60px;
}
.formTable tr td {
padding:0 0 0 30px;
vertical-align: top;
width:120px;
}
.formTable tr td:last-child {
text-align: left;
width:auto;
}
.hissu {
color:#ffffff;
border-radius: 5px;
background-color: #e95550;
padding:5px;
font-size: 12px;
}
.formninzu {
border-bottom: 1px dashed #666666;
padding-bottom: 10px;
margin-bottom: 10px;
display: inline-block;
}
span.formninzu span {
min-width: 200px;
margin-right: 10px;
display: inline-block;
}
.formTable tr td .formninzu:last-child {
border-bottom: 0;
}
.formAdress span {
min-width: 70px;
margin-right: 10px;
display: inline-block;
}
.formTable2 {
width:70%;
margin: 0 auto;
font-size:15px;
border-collapse:collapse;
border-spacing: 10px;
text-align: left;
line-height: 2em;
table-layout: auto;
margin-bottom: 50px;
}
.formTable2 tr {
border-bottom: 1px dashed #ccc;
padding: 20px 0;
display: block;
}
.formTable2 tr th {
vertical-align: top;
width:20%;
display: inline-block;
text-align: right;
padding:0;
}
.formTable2 tr td {
width:70%;
padding:0 0 0 10%;
vertical-align: top;
display: inline-block;
}
/*/////////////////////////フッター///////////////////////*/
footer {
	width:100%;
	font-size: 13px;
	line-height: 1em;
	padding: 60px 0;
	background-color: #e95550;
	color: #ffffff;
	letter-spacing: 1px;
}

footer a:link, footer a:visited{
	color: #ffffff;
}
footer p {
	width:900px;
	margin: 0 auto;
	padding-bottom: 30px;
}
footer div{
	width:900px;
	margin: 0 auto;
}
footer div .copyright {
	float:left;
}
footer div ul {
	float:right;
}
footer div ul li {
		display: inline-block;
		margin-left: 15px;
}