@charset "Shift_JIS";


@media print {
  body {
    width: 1080px;
    transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
  }
}

body {
	font-size: 13px;
	line-height: 2;
	color: #444;
	margin: 0;
	padding: 0;
	font-family: Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media (max-width: 767px) {
body {
	min-width: 320px;
	}
}

a:link, 
a:visited, 
a:hover {
	color: #444;
}

div:after,
ul:after {
    content: "";
    display: block;
    clear: both;
}

p {
	margin: 0px 0px 8px 0px;
}

ul {
	margin: 0;
	padding: 0;
}

hr {
	margin: 20px auto 20px auto;
   	border-width: 1px 0px 0px 0px;
   	border-style: solid;
	border-color: #666;
   	height: 1px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
}

h2 {
	margin: 0px 0px 20px 0px;
	font-size: 48px;
	font-family: Arial, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	color: #666;
	text-align: center;
	font-weight: normal;
	line-height: 1;
	background-image: url(../images/line_b.png);
	background-repeat: repeat-x;
	background-position: left 0px bottom 31px;
}

h2 p {
	margin: 5px 0px 0px 0px;
	font-size: 18px;
}

h3 {
	margin: 0 auto;
	max-width: 270px;
	font-size: 36px;
	font-family: Arial, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	color: #666;
	text-align: center;
	font-weight: normal;
	line-height: 1;
	background-image: url(../images/line_b.png);
	background-repeat: repeat-x;
	background-position: left 0px bottom 34px;
}

h3 p {
	margin: 10px 0px 0px 0px;
	font-size: 18px;
}


/* ------------------------- */

a img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
 
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* ------------------------- */

.hidden {
  display: none !important;
}

@media (max-width: 510px) {
  .hidden {
    display: block !important;
  }
}

/* ------------------------- */

#pagetop a {
	width: 50px;
	height: 50px;
    position: fixed;
    bottom: 20px;
    right: 15px;
	background-image: url(../images/pagetop.svg);
	background-repeat: no-repeat;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#pagetop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* ------------------------- */

#header {
	margin: 0;
	padding: 7px 0;
	height: 60px;
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	border: 1px solid #EEE;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

#header h1 {
	display: block;
	width: 260px;
	height: 41px;
	margin: 0 auto;
	background-image: url(../images/blanc03.svg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#header .btn_menu {
	display: block;
	width: 90px;
	height: 60px;
	padding: 12px 0;
	cursor: pointer;
	font-size: 18px;
	font-family: Geneva, sans-serif;
	color: #999;
	position: absolute;
	left: 20px;
	top: 0px;
}
#header .btn_menu:before {
	content: "\f0c9";
	color: #CCC;
	margin-right: 7px;
	font-family: FontAwesome;
}

.spnavi {
	list-style:none;
	margin: 2px 0px 0px 2px;
	padding:0;
	width: 170px;
	display: none;
	font-size: 16px;
	position: fixed;
	top: 60px;  
	left: 0;  
	z-index: 99;
}

.spnavi li a {
	display: block;
	margin-top: 2px;
	padding: 20px 10px 20px 25px;
	line-height: 1.3;
	color: #888;
	background:#FFF;
	position: relative;
    opacity: 0.9;
    filter: alpha(opacity=90);
	border-radius:2px;
	box-shadow:1px 1px 10px 2px rgba(0,0,0,0.06);
	-moz-box-shadow:1px 1px 10px 2px rgba(0,0,0,0.06);
	-webkit-box-shadow:1px 1px 10px 2px rgba(0,0,0,0.06);
}

.spnavi li a:hover {
	background: #EDEDED;       
}

@media (max-width: 500px) {
#header {
	padding: 12px 0;
}

#header h1 {
	margin-right: 20px;
	float: right;
	width: 200px;
	height: 31px;
	}
}

/* ------------------------- */

.main_img {
	width: 100%;
	max-height: 800px;
	margin-top: 60px;
	padding: 220px 10% 150px 10%;
	background-image: url(../images/main_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.main_img img {
	display: block;
	max-width: 800px;
	margin: 0 auto;
}

.profile {
	margin: 20px 0px 40px 0px;
	background: linear-gradient(90deg, #F29C60,#D870A4, #BE6BA3);
}

.profile a:link, 
.profile a:visited, 
.profile a:hover {
	color: #FFF;
}

.profile .inner {
	padding: 30px 0px 60px 0px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/profile_bg.png);
}
.profile .inner p {
	margin: 0px 10px 8px 10px;
}

.profile h2 {
	color: #FFF;
	background-image: url(../images/line_w.png);
	background-position: left 0px bottom 8px;
}

.profile .blanc {
	max-width: 400px;
	display: block;
	margin: 0 auto 20px;
}

.profile hr {
	max-width: 250px;
	border-color: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media (max-width: 500px) {
.profile .blanc {
	width: 70%;
	}
}

/* ------------------------- */

.slider {
	background-color: #E6E6E6;
	margin: 20px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
}

.slider img {
	max-height: 370px;
}

.slick-slide {
	margin-right: 60px;
}
.slick-arrow {
	z-index: 10;
	width: 30px;
	height: 36px;
	padding-top: 4px;
}
.slick-prev,
.slick-next {
	top: 50%;
	width: 40px;
	height: 100px;
	z-index: 1;
}
.slick-prev {left: 0;}
.slick-next {right: 0;}

.slick-prev:before,
.slick-next:before {
	font-size: 80px;
	opacity: 0.6;
	font-family: FontAwesome;
}
.slick-prev::before {content: "\f104";}
.slick-next::before {content: "\f105";}

@media screen and (max-width: 500px) {
.slick-prev:before,
.slick-next:before {
	font-size: 60px;
	}
}

/* ------------------------- */

.pickup {
	margin: 30px 0px 0px 0px;
}

.graphic {
	margin: 0px 0px 0px 0px;
}

.graphic h3,
.interior h3 {
	margin: 50px auto 20px;
}

.graphic ul,
.interior ul {
	max-width: 1230px;
	margin: 0 auto;
	display: table;
}

.graphic li,
.interior li {
	padding: 0px 30px;
	display: table-cell;
}

.graphic li img,
.interior li img {
	width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
.graphic li,
.interior li {
	padding: 10px 1%;
	}
}

/* ------------------------- */

.contact {
	margin: 50px 0px 0px 0px;
	font-size: 14px;
	text-align: center;
}

.contact .email {
	padding: 0px 0px 10px 0px;
	font-size: 18px;
}

.copy {
	margin: 0px 20px 50px 20px;
	font-family: Verdana;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
}

