@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
.grid {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
header{
text-align:center;
}
img.logo{
display:inline-block;
max-width:260px;
margin:20px auto 20px ;
}
.contents{
max-width:1200px;
margin:0 auto;
text-align:center;
font-size:95%;
}
a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}
.copy{
text-align:center;
}
nav img{
width:30px;
}
a:link{
color: #222;
text-decoration: none;
}
a:visited{
color: #222;
text-decoration: none;
}
a:hover{
color:#427021;
text-decoration: none;
}
.contents table{
display:inline-block;
width:auto;
margin:50px auto;
}
.contents tr{
border-bottom:1px solid #EDEEDF;
}
.contents th{
width:20%;
padding:15px;
}
.contents td{
text-align:left;
padding:15px;
}
.box100{
width:100%;
margin-bottom:100px;
}
.center{
text-align:center;
}
.bg-w{
background-color:#fff;
}
.box50{
display:inline-block;
width:97.5%;
margin:1%;
vertical-align:top;
}
.box-come{
display:inline-block;
width:97.5%;
margin:1%;
vertical-align:top;
}
.collection50{
display:inline-block;
width:97.5%;
margin:1%;
vertical-align:top;
}
.collection50 h2{
margin-bottom: 0;
padding-bottom: 0;
}
h1{
font-weight:400;
}
h2{
font-weight:400;
}
h2 span{
display: block;
font-size: 80%;
font-weight:400;
margin-top: 10px;
}
h3{
font-weight:400;
font-size:24px;
}
p{
line-height:200%;
margin:20px;
}
p.brand {
text-align:left;
line-height:200%;
padding:40px;
}
.box-come p{
text-align:left;
}
video{
}
.trimming img{
object-fit: contain;
}
.bottom-100{
margin-bottom:100px;
}
.staff{
width:69%;
margin:15%;
display:inline-block;
}
.staff p{
text-align:left;
margin:20px 0;
}
.staff h2{
font-size:18px;
}
.staff h3{
font-size:16px;
}
.archive{
max-width:800px;
margin:0 auto 100px;
border-bottom:1px solid #ccc;
padding-bottom:100px;
}
.info{
margin:40px auto;
text-align:center;

}
.info dl{
overflow:hidden;
display:inline-block;
text-align:left;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:40px;
}
.info dt{
clear:both;
float:left;
width:100%;
padding:0 0 20px 0;
}
.info dd{
float:left;
margin-left:0px;
padding:0 0 40px 0;
line-height: 150%;
}
.info h3{
margin: 0 0 10px;
padding: 0;
font-size: 21px;
}
.info h4{
margin: 0 0 10px;
padding: 0;
font-size: 18px;
}
.info h4 span{
margin: 0 0 10px;
padding: 0;
font-size: 16px;
}
#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table .formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:20%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

input[type="text"], textarea {
	width:90%;
	padding:5px;
	font-size:110%;
	display:block;
}
.thanks{
margin:50px auto 100px;
display:inline-block;
text-align:left;
}
.inline-block{
display:inline-block;
}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ex table{
margin:50px 0;
}
.ex img{
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
}
.pc{
display: none;
}
.sp{
display: block;
}
.come{
margin: 20px 0;
padding: 50px 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.come img{
max-width: 100%;
margin: 20px auto;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.sengen{
margin: 20px 0;
}
.sengen h2{
font-weight: 600;
font-size: 21px;
}
.t-right{
text-align: right;
}
p.block-right{
display: inline-block;
text-align: left;
}
.btn{
text-align: center;
}
.btn p{
display: inline-block;
text-align: center:
}
.btn p a{
padding: 5px 30px;
border-radius: 10px;
background-color: #333;
color: #fff;
}
.btn p :hover{
background-color:#74ADD5;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.grid{
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
img.logo{
display:inline-block;
max-width:250px;
margin:20px auto 20px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.grid{
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
img.logo{
display:inline-block;
max-width:300px;
margin:20px auto 20px ;
}
.box50{
display:inline-block;
width:47.5%;
margin:1%;
vertical-align:top;
}
.box-come{
display:inline-block;
width:47.5%;
margin:1%;
vertical-align:top;
padding-top: 50px;
}
.collection50{
display:inline-block;
width:47.5%;
margin:1%;
vertical-align:top;
}
.collection50 h3{
font-size: 21px;
font-weight: 400;
}
.staff{
width:30%;
margin:9.5%;
display:inline-block;
}
.pc{
display: block;
}
.sp{
display: none;
}
.info dt{
clear:both;
float:left;
width:80px;
padding:0 0 20px 0;
}
.info dd{
float:left;
margin-left:40px;
padding:0 0 20px 0;
line-height: 150%;
}
}
