﻿@charset "utf-8";
/* CSS Document */

/************************************************

base
 
************************************************/

html { font-size: 62.5%; }
body {
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size: 1.0rem;
	line-height:1em;
	color:#333;
}

.wrapper{
	background-image: url(../images/background-pattern.png);
	background-repeat: repeat;
	background-size: 180px auto;
	background-color: #fff;
	padding-top: 20px;
	text-align: center;
}

@media (min-width: 768px) {
	.wrapper{
		background-image: url(../images/background-pattern.png);
		background-repeat: repeat;
		background-size: 260px auto;
	}
}

/************************************************

header
 
************************************************/

h1.logo{
	margin-bottom: 30px;
	padding: 0 20px;
}
h1.logo img{
	width: 100%;
	max-width: 300px;
	height: auto;
}

@media (min-width: 768px) {
	h1.logo{
	margin-bottom: 40px;
	}
	h1.logo img{
		max-width: 410px;
	}
}

/************************************************

.content
 
************************************************/

.content{
	padding: 0 15px;
}

/* lead */
p.lead{
	font-size: 1.2rem;
	line-height: 3em;
	margin: 0 auto 20px;
}

/* movie */
.movie-wrap{
	width: 640px;
	max-width: 100%;
	margin: 0 auto 40px;
}
.movie-container{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.movie-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* map */
.map-wrap{
  max-width: 800px;
  margin: 10px auto;
}
.map-wrap .map-container{
	position: relative;
	margin-top: 10px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.map-wrap .map-container iframe,
.map-wrap .map-container object,
.map-wrap .map-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* info */
.info-wrap{
	font-size: 1.2rem;
	line-height: 3em;
}
.info-wrap .info-inner{
	margin-bottom: 40px;
}
.info-wrap .info-inner:last-child{
	margin-bottom: 20px;
}
table.layout-table{
	margin: 0 auto;
}
table.layout-table th,
table.layout-table td{
	padding: 0.9em 20px;
	text-align: left;
	line-height: 1.4em;
}

/* content-title */
.content-title{
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1em;
	color: #A07E6D;
}
.content-title:before{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 32px;
	height: 1px;
	background-color: #A07E6D;
	margin-left: -16px;
	content: "";
}

/* tel-number */
.tel-number{
	color: #333;
	text-decoration: none;
}

/* page-top */
.page-top{
	display: inline-block;
	background-image: url(../images/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 8px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 1.4rem;
	color: #333;
	text-decoration: none;
}
.page-top:hover{
	text-decoration: underline;
}

@media (min-width: 768px) {
	p.lead{
		font-size: 1.6rem;
		margin: 0 auto 40px;
	}
	.info-wrap{
		font-size: 1.6rem;
	}
	.info-wrap .info-inner{
		margin-bottom: 60px;
	}
	.info-wrap .info-inner:last-child{
		margin-bottom: 40px;
	}
	.movie-wrap{
		margin: 0 auto 60px;
	}
	.map-wrap{
		margin: 20px auto;
	}
	.content-title{
		padding-bottom: 15px;
		font-size: 2.4rem;
	}
	.content-title:before{
		width: 50px;
		margin-left: -25px;
		content: "";
	}
	.page-top{
		background-image: url(../images/icon-arrow.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: auto 10px;
		margin-bottom: 40px;
		padding-left: 25px;
		font-size: 2rem;
	}
}


/************************************************

footer
 
************************************************/
footer{
	background-color: #333333;
	padding: 10px;
}

/* copyright */
.copyright{
	font-size: 1.2rem;
	color: #fff;
}
.copyright a{
	color: #fff;
	text-decoration: underline;
}
.copyright a:hover{
	text-decoration: none;
}
