﻿@charset "utf-8";

/* viewer */
#viewer {
	width:100%;
    overflow: hidden;
    position: relative;
}
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}
/* mainBtn */
#mainBtn {
	position:relative;
	text-align:center;
	width:80%;
	margin:0 auto;
	padding:10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:8000;
	border:#fff 1px solid;
}
#mainBtn:hover {
	background-color:#fff;
	border:#ddd 1px solid;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.linkBox {
    position:relative;
}
.linkBox a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-10000em;
}

/* スライダー
================================================== */
.photoArea {
	position: relative;
	background-color: #fff;
	margin-bottom: 6%;
}
#owl-demo .itemBox{
	text-align: center;
	padding: 0;
}
.itemBox img{
	width:100%;
	height: auto;
}
#owl-demo .txtBox h3{
	padding: 10px 0 0;
	line-height: 130%;
	font-size: 90%;
	font-weight: bold;
}
.customNavigation{
	display: none;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0.5%;
}
.customNavigation .fLeft{
	float: left;
	display:block;
	padding-left: 20px;
}
.customNavigation .fRight{
	float: right;
	display:block;
	padding-right: 20px;
}
.customNavigation .fLeft,
.customNavigation .fRight{
	width: 40px;
	position: relative;
	z-index: 100;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn img{
	width: 100%;
}
/* Owl Carousel */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 0;
	z-index: 30;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	display: none!important;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* Carousel Owl Demo Theme */
.owl-theme .owl-controls{
	width: 80%;
	text-align: center;
	position: relative;
	z-index: 40;
	padding: 16px 0;
	margin: 0 auto;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
@media screen and (max-width: 800px) {
	.customNavigation {
		bottom: 1.5%;
	}
	.customNavigation .fLeft{
		padding-left: 10px;
	}
	.customNavigation .fRight{
		padding-right: 10px;
	}
	.customNavigation .fLeft,
	.customNavigation .fRight{
		width: 30px;
	}
}
@media screen and (max-width: 479px) {
	.owl-pagination {
	}
	.customNavigation .fLeft,
	.customNavigation .fRight{
		width: 30px;
	}
}
/* titArea */
#titArea {
	width:98%;
	margin: 0 auto;
	padding:60px 0 0;
}
#titArea h1 img {
	width:10%;
	max-width:337px;
	min-width:120px;
}
/* yoyakuArea */
#yoyakuArea {
	padding: 0;
}
#yoyakuTit {
	padding: 20px 0;
}
#yoyakuTit h2{
	color: #fff;
	text-align: center;
	background-color:  #56a5af;
	padding: 5px 30px;
}
#yoyakuArea li{
	float: left;
	width: 20%;
}
#yoyakuArea li img{
	width: 100%;
}
@media screen and (max-width: 900px) {
	#yoyakuArea li{
		width: 33.3%;
	}
}
@media screen and (max-width: 568px) {
	#yoyakuTit h2{
		font-size: 90%;
	}
	#yoyakuArea li{
		width: 50%;
	}
}
/* infoArea */
#infoArea {
	max-width:960px;
	padding:10px 40px 0;
	margin:0 auto;
}
.infoTit {
	width:98%;
	margin: 0 auto;
	padding-bottom: 20px;
}
/* newsArea */
#newsArea {
	width:98%;
	margin: 0 auto;
}
#newsArea h2 img {
	width:90%;
	max-width:337px;
}
#newsArea .newsBox {
	background:url(/images/top/markNews.png) no-repeat 0 15px;
	padding: 20px 0 20px 50px;
	min-height:40px;
	border-top: dotted #ccc 1px;
}
#newsArea .newsBox .date {
	font-size:80%;
	line-height:110%;
}
#newsArea .newsBox .newsTit {
	font-weight:bold;
}
#newsArea .newsBox .newsTxt {
	font-size:80%;
	padding-top:1em;
	line-height: 160%;
}

/* table */
table {
	border-collapse: collapse !important;
}
table th,
table td {
	padding: 7px 1em;
	font-size: 80%;
	line-height: 100%;
}
#table01 sup{
	font-size: 70%;
}
td {
	background-color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid #fff 2px;
}
td span {
	font-size: 80%;
}
td.tableTit {
	font-weight: bold;
	text-align: center;
}
td.tableBg01 {
	background-color: #56a5af;
	color: #fff;
}
td.tableBg02 {
	background-color: #efefef;
}
@media (max-width: 639px) {
	#table01 {
		min-width: 360px!important;
	}
    .table-scroll {
        overflow-x: scroll;
    }
}
td p{
	font-size: 70%!important;
}
/* telArea
================================================== */
.telArea {
	padding: 20px 0 1em;
}
.telArea dl {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #ccc;
}
.telArea dt {
	width: 5em;
	float: left;
}
.telArea dd {
	margin-left: 0;
	font-size: 140%;
	font-weight: 600;
}
@media (max-width: 639px) {
	.telArea dt {
		font-size: 70%;
	}
	.telArea dd {
		font-size: 100%;
	}
}




/* blogArea */
#blogArea {
	background:url(/images/top/blogBg.jpg) no-repeat center 0 #a2cacf;
	padding:0 40px 40px;
}
#blogBlock {
	max-width:960px;
	margin:0 auto;
	padding-top:40px;
}
.blogBox {
	background:url(/images/top/markBlog.png) no-repeat 10px 10px;
	padding:60px 30px 30px;
	background-color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.blogBox .fLeft {
	width:50%;
}
.blogBox .fLeft img {
	width:100%;
	height: auto;
}
.blogBox .fRight {
	width:46%;
}
.blogBox .fRight h2 {
	font-size:140%;
	padding-bottom:10px;
	border-bottom:#ccc dotted 1px;
}
.blogBox .fRight p {
	padding:10px 0;
}
.blogBox .fRight p.date {
	font-size:80%;
	padding:0;
}
.blogBox .fRight .blogLink {
	background:url(/images/common/navAr.png) no-repeat 0 center;
	padding-left:20px;
	border-top:#ccc dotted 1px;
}
/* priceArea */
#priceArea {
	max-width:1050px;
	margin:0 auto;
	padding:100px 40px 40px;
}
#priceArea h2 {
	padding-bottom:30px;
	text-align:center;
}
#priceArea p.readTxt {
	text-align:center;
}
#priceArea p.priceTxt {
	padding-bottom:30px;
	text-align:center;
}
#priceArea .priceBox {
    position:relative;
	float:left;
	margin:10px;
	width:170px;
	height:170px;
	text-align:center;
	border:#a2cacf solid 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display:block
}
#priceArea .priceBox a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-10000em;
}
#priceArea .priceBox:hover p {
	color:#a2cacf;
}
#priceArea .priceBox p {
	padding-top:50px;
	font-weight:bold;
	font-size:14px;
}
#priceArea .priceBox p.moreLine {
	padding-top:40px;
	font-weight:bold;
	font-size:14px;
}
#priceArea .priceBox p span {
	font-size:70%;
}
/* staffArea */
#staffArea h2 {
	max-width:1280px;
	margin:0 auto;
	padding:100px 40px 40px;
	text-align:center;
}
#staffBlock {
	margin:0 auto;
}
#staffBox {
	max-width:1280px;
	margin:0 auto;
}
#staffBox .fLeft {
	margin:0 2%;
	padding-bottom:40px;
	width: 29.3%;
	height: auto;
	text-align:left;
	border: none;
}
#staffBox .fLeft img {
	width: 100%;
}
#staffBox p {
	border-bottom:#ccc dotted 1px;
	padding:10px 0;
}
#staffBox p.name {
	font-weight:bold;
}
/* indexArea */
#indexArea {
}
#indexArea h2 {
	padding:100px 40px 20px;
	max-width:1280px;
	margin:0 auto;
	text-align:center;
}
#indexArea p.txt {
	padding:0 40px 20px;
	max-width:1280px;
	margin:0 auto;
	text-align:center;
}
.indexBox {
	padding:0 2%;
	max-width:1280px;
	margin:0 auto;
}
.indexBox p {
	width:10%;
	min-height:150px;
}
.indexBox p img {
	width:100%;
	height:auto;
}
/* accessArea */
#accessArea h2 {
	max-width:1280px;
	margin:0 auto;
	padding:100px 40px 40px;
	text-align:center;
}
#accessBlock {
	margin:0 auto;
	background:url(/images/top/accessBg01.jpg) repeat-x center 0 #f4e4d4;
}
#accessBox {
	max-width:1280px;
	margin:0 auto;
}
#accessTxt {
	background-color:#fff;
	width:480px;
	height:380px;
	padding:20px 40px;
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
#accessTxt p {
	padding:10px 0;
	font-weight:bold;
}
/* ------ mapArea ------ */
#mapArea {
    margin:40px auto 0;
    width: 100%;
	max-width:960px;
}
#mapBlock {
	height:480px;
}
#map {
	width: 100%;
	height: 100%;
	border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
/* ------ google-maps ------ */
.google-maps {
position: relative;
padding-bottom: 0; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*-----------------------------------------------------	*/
/*	1280px以上					*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 1280px) {

}

/*-----------------------------------------------------	*/
/*	for - 1279px					*/
/*-----------------------------------------------------	*/

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

/* priceArea */
#priceBlock {
	width:840px;
	margin:0 auto;
}

}

/*-----------------------------------------------------	*/
/*	for - 960px					*/
/*-----------------------------------------------------	*/

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

/* indexArea */
#indexArea .indexBox p {
	width:20%;
	min-height:200px;
}
/* priceArea */
#priceBlock {
	width:630px;
}

}

/*-----------------------------------------------------	*/
/*	for - 800px					*/
/*-----------------------------------------------------	*/

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

/* indexArea */
#indexArea .indexBox p {
	min-height:170px;
}
/* accessArea */
#accessTxt {
	width:40%;
}
/* priceArea */
#priceBlock {
	width:420px;
}

}

/*-----------------------------------------------------	*/
/*	for - 568px					*/
/*-----------------------------------------------------	*/

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

/* titArea */
#titArea {
	padding:100px 0 0;
	text-align:center;
}
#titArea h1 img {
    max-width: 100px;
}
/* infoArea */
#infoArea {
	padding:10px 20px 0;
}
.infoTit h2 {
	text-align:center;
	padding-top: 10px;
}
.infoTit h2 img{
	max-width:200px;
}
#newsArea {
	width:90%;
}
/* blogArea */
#blogArea {
	background:url(/images/top/blogBg.jpg) no-repeat center 0 #a2cacf;
	padding:0 20px 40px;
}
#blogBlock {
	max-width:1280px;
	margin:0 auto;
	padding-top:40px;
}
.blogBox .fLeft {
	width:100%;
	float:none;
}
.blogBox .fRight {
	width:100%;
	float:none;
}
.blogBox .fRight p.date {
	padding-top:10px;
}
/* priceArea */
#priceArea {
	padding:100px 20px 40px 20px;
}
#priceArea h2 {
	padding:40px 20px 20px;
}
#priceArea h2 img {
	max-width:100px;
}
#priceArea p.priceTxt {
	padding-bottom:10px;
}
#priceArea .priceBox {
	float: none;
	margin:0 5% 0;
	width: 90%;
	height: auto;
	text-align:left;
	border: none;
}
#priceArea .priceBox p {
	padding-top:20px;
	font-weight:bold;
	border-bottom:#ccc dotted 1px;
}
#priceArea .priceBox p.moreLine {
	padding-top:20px;
	font-weight:bold;
	border-bottom:#ccc dotted 1px;
}
/* priceArea */
#priceBlock {
	width:100%;
}

/* staffArea */
#staffArea h2 {
	padding:40px 20px 20px;
}
#staffArea h2 img {
	max-width:80px;
}
#staffBox .fLeft {
	width: 46%;
}
/* indexArea */
#indexArea h2 {
	padding:40px 20px 10px;
}
#indexArea h2 img {
	max-width:80px;
}
#indexArea p.txt {
	padding:0 20px 20px;
}
#indexArea .indexBox p {
	width:25%;
	min-height:150px;
}
/* accessArea */
#accessArea h2 {
	max-width:1280px;
	margin:0 auto;
	padding:40px 20px 20px;
}
#accessArea h2 img {
	max-width:120px;
}
#accessTxt {
	width:100%;
	height: auto;
	padding:0;
}
#accessTxt p {
	padding:10px 20px;
	font-weight:bold;
	border-bottom:#ccc dotted 1px;
}
/* ------ mapArea ------ */
#mapArea {
	margin:20px auto 0;
}
#map {
	border-radius: 0; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

}

/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/

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

/* indexArea */
#indexArea .indexBox p {
	width:50%;
	min-height:200px;
}

}

/*-----------------------------------------------------	*/
/*	for - 320px					*/
/*-----------------------------------------------------	*/

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

}

