﻿@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%;
	max-width:300px;
	margin:0 auto;
	padding:10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:8000;
	border:#fff 4px solid;
	color:#fff;
}
#mainBtn:hover {
	background-color:#073583;
	border:#fff 4px solid;
}
.linkBox {
    position:relative;
}
.linkBox a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-10000em;
}

/* titArea */
#titArea {
	max-width:1280px;
	padding:100px 40px 0;
	margin:0 auto;
}
#titArea h1 img {
	width:10%;
	max-width:337px;
	min-width:120px;
}
/* infoArea */
#infoArea {
	max-width:1280px;
	padding:10px 40px 0;
	margin:0 auto;
}
#infoArea .fLeft {
	width:50%;
}
#infoArea h2 {
	text-align:center;
}
#infoArea h2 img {
	height:22px;
	padding:40px 0;
}
#infoArea .newsBox {
	border-top:#073583 dotted 2px;
	background:url(/images/top/markNews.png) no-repeat 0 center;
	min-height:40px;
	padding:20px 0 20px 50px;
	max-width:680px;
	margin:0 auto;
}
#infoArea .newsBox .date {
	font-size:70%;
	line-height:110%;
	padding-bottom:10px;
	font-weight:bold;
}
/* blogArea */
#blogArea {
	background-color:#e5e5e4;
	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;
}
/* priceList */
#priceList {
	max-width:960px;
	margin:0 auto;
	padding:100px 40px 40px;
}
#priceList h2 {
	padding-bottom:30px;
	text-align:center;
}
#priceList h2 img {
	height:24px;
}
#priceList .pCenter {
	text-align:center;
}
#priceList .block01 {
	float:left;
	width:50%;
}
/* priceBlock */
.priceBlock {
	padding: 1em;
}
.priceBlock h3 {
	color: #073583;
	line-height: 100%;
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-bottom: 1em;
}
.priceBlock h3:after {
	border-top: 1px solid #073583;
	content: "";
	flex-grow: 1;
	margin-left: 2%;
}
.priceBox {
	background-color: #efefef;
	padding: 1em;
	margin-bottom: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.priceBox dt {
	color: #073583;
	font-weight: bold;
}
.priceBox dd {
	font-weight: bold;
	font-size: 80%;
}
.priceBox p {
	font-size: 80%;
	line-height: 140%;
}






/* staffArea */
#staffArea h2 {
	max-width:1280px;
	margin:0 auto;
	padding:100px 40px 40px;
}
#staffBlock {
	margin:0 auto;
}
#staffBox {
	max-width:1280px;
	margin:0 auto;
}
#staffBox .fLeft {
	margin:0 2%;
	width: 45%;
	height: auto;
	text-align:left;
	border: none;
}
#staffBox .fRight {
	margin:0 2%;
	width: 45%;
	height: auto;
	text-align:left;
	border: none;
}
#staffBox .fLeft img,
#staffBox .fRight img {
	width: 100%;
}
#staffBox p {
	border-bottom:#ccc dotted 1px;
	padding:10px 0;
}
#staffBox p.name {
	font-weight:bold;
}

/* accessArea */
#accessArea {
	width:92%;
	margin:0 auto;
	padding:100px 4% 60px;
	background:url(/images/top/accessBg03.jpg) repeat-x center 170px;
}
#accessArea h2 {
	padding-bottom:30px;
	text-align:center;
}
#accessArea h2 img {
	height:24px;
}
#accessBlock {
	margin:0 auto;
	max-width:1280px;
}
#accessBox {
	max-width:1280px;
	margin:0 auto;
}
#accessTxt {
	background-color:#fff;
	width:480px;
	height:380px;
	padding:40px 40px 20px;
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#accessTxt p {
	padding:10px 0;
	font-weight:bold;
}
#accessTxt p span {
	font-size:80%;
}
/* ------ mapArea ------ */
#mapArea {
	background:url("/images/top/accessBg04.jpg") repeat-x bottom;
    margin: 0 auto;
    padding-bottom: 486px;
    width: 100%;
}
#mapBlock {
	height:480px;
}
#map {
	width: 100%;
	height: 100%;
}
/* IE9 10 */
#map:not(:target) {
	width: 100%;
	height: 100%;
	display:block;
}
:root #map {
	width: 100%;
	height: 100%;
	display:block;
}
#map {
	display:none\9;
}
#mapIE {
	display:none;
}
/* IE9 10 */
#mapIE:not(:target) {
	display:none;
}
:root #mapIE {
	display:none;
}
#mapIE {
	display:block\9;
}
/* ------ 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) {


}

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

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

}

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

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

/* priceList */
#priceList .block01 {
	float: none;
	width:100%;
}

/* accessArea */
#accessTxt {
	width:60%;
	font-size:80%;
	line-height:160%;
}

}

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

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

/* titArea */
#titArea {
	padding:100px 20px 0;
}
/* infoArea */
#infoArea {
	padding:10px 20px 0;
}
#infoArea h2 {
	padding-bottom:40px;
}
#infoArea .fLeft {
	width:100%;
	float:none;
}
/* blogArea */
#blogArea {
	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;
}

/* priceList */
#priceList {
	padding: 100px 20px 40px;
}
.priceBlock {
    padding: 1em 0;
}
/* accessArea */
#accessArea {
	padding:0;
}
#accessArea h2 {
	max-width:1280px;
	margin:0 auto;
}
#accessTxt {
	width:100%;
	height: auto;
	padding:0;
}
#accessTxt p {
	padding:10px 40px;
	font-weight:bold;
	border-bottom:#ccc dotted 1px;
}
/* ------ mapArea ------ */
#mapArea {
	height:280px;
	margin:0 auto;
}

}

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

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

/* mainBtn */
#mainBtn {
	padding:7px 0;
	line-height:120%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#fff 3px solid;
}
/* ------ mapArea ------ */
#mapArea {
	background: none;
    padding-bottom: 200px;
}

}

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

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

}

