@charset "UTF-8";
/*-----------------------------------------------
	- reset
-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}

/* HTML5
-------------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main,summary,video {
	display: block;
}
audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}

/*-----------------------------------------------
	- common
-----------------------------------------------*/
/*----- For slider -----*/
/** { 
min-height:0;
min-width:0;
}*/
/*--- // For slider ----*/
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	min-width: 320px;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	overflow-wrap: break-word;
	word-break: break-word;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: 100%;
	background: #d4d1c8;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}
a:focus, a:active, a:visited {
	outline: 0;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	pointer-events: none;
	touch-callout: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	/*backface-visibility: hidden;*/
}
p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.5;
}
strong,.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before {
	display: inline-table;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*::selection {
	background-color: #dddddd;
}*/

/*-----------------------------------------------
	- base layout
-----------------------------------------------*/
@media screen and (max-width: 767px) {
.sp {
	display: block!important;
}
.pc {
	display: none!important;
}
}
@media screen and (min-width: 768px) {
.pc {
	display: block!important;
}
.sp{
	display: none!important;
}
}
.inner {
	width: 100%;
	max-width: 1920px;
	padding: 0 1.718%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

/*-----------------------------------------------
	- header
-----------------------------------------------*/
.header {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.header .logo {
	width: 28.26%;
	max-width: 106px;
	padding: 7.007% 2% 7.422%;
	margin: 0 0 0 -0.168%;
	font-size: 0;
}
.header .logo a {
	display: block;
	text-decoration: none;
}
.header .logo img {
	max-width: 100%;
	height: auto;
}
.header .contact {
	width: 4.671%;
	max-width: 29px;
	position: absolute;
	top: 46.12%;
	right: 9.58%;
	z-index: 10;
}
.header .contact a {
	display: block;
	text-decoration: none;
	font-size: 0;
}
.header .contact img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) {
.header .logo {
	width: 16.02%;
	max-width: 212px;
	padding: 4.8% 2% 4.477%;
}
.header .logo img {
	max-height: 78.94px;
}
.header .contact {
	width: 2.083%;
	max-width: 40px;
	top: 48.3%;
	right: 3.094%;
}
.header .contact a:hover {
	background: url(../img/icon_mail_hover.png) no-repeat center center;
	background-size: contain;
}
.header .contact a:hover img {
	visibility: hidden;
}
}

/*-----------------------------------------------
	- footer
-----------------------------------------------*/
.footer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.footer .logo_footer {
	width: 36.6%;
	padding: 6.17% 2% 8.5%;
	font-size: 0;
}
@media screen and (min-width: 768px) {
.footer .logo_footer {
	width: 13.937%;
	max-width: 259px;
	padding: 4.439% 2% 5.394%;
}
}
.footer .logo_footer img {
	max-width: 100%;
	height: auto;
}
#page_top {
	width: 8%;
	font-size: 0;
	z-index: 5;
	/*position: absolute;
	bottom: 28.2%;
	right: 2.417%;*/
	position: fixed;
	bottom: 3.17%;
	right: 2.417%;
}
#page_top a {
	text-decoration: none;
	display: block;
	border-radius: 50%;
}
@media screen and (min-width: 768px) {
#page_top {
	width: 3.177%;
	max-width: 61px;
	/*bottom: 39.98%;
	right: 3.121%;*/
	bottom: 9.04%;
	right: 3.121%;
}
}
@media screen and (min-width: 1025px) {
#page_top a:hover {
	text-decoration: none;
	filter:alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}
}

/*-----------------------------------------------
	- contents
-----------------------------------------------*/
.grid_container {
	width: 100%;
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
	padding: 0 2.42%;
	z-index: 2;
	box-sizing: border-box;
}
.grid_container .grid_row {
	width: 100%;
}
.grid_container .grid_row .col_sm {
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.grid_container .item_wrap {
	width: 100%;
	height: 100%;
	position: relative;
}
.grid_container .item_slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}
.grid_container .item_slider .slick-initialized {
  display: block; /* slick-initializedが付与されたら表示 */
}
.grid_container .item_slider img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.grid_container .item_video {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.grid_container .item_video:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 67.32%; /* 高さ/幅*100% */
}
.grid_container .item_video #video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.grid_container .item_info {
	padding: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background: rgba(81,78,64,.8);
	margin: auto;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid_container .item_info .item_credit h2,
.grid_container .item_info .item_credit p {
	display: block;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
.grid_container .item_info .item_credit a {
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
.grid_container {
	padding: 0 3.226%;
}
.grid_container .grid_row .grid_item {
	/*margin: 0 0 2.54%;*/
	/*margin: 0 0 3.386%;*/
	margin: 0 0 3.36%;
	/*margin: 0 0 3.1%; 12px*/
}
}
@media screen and (min-width: 768px) {
.grid_container {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 1.718%;
}
.grid_container .grid_row {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid_container .sm_3,
.grid_container .md_3 {
	padding: 0 0.648%;
}
.grid_container .sm_3 .col_sm,
.grid_container .md_3 .col_md {
	padding: 0 0.648%;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 1.2%;
}
.grid_container .grid_row .grid_align {
	padding: 0 0.648%;
	margin: 0 0 1.295%;
	-webkit-flex: 0 0 32.9%;
	-moz-flex: 0 0 32.9%;
	-ms-flex: 0 0 32.9%;
	-o-flex: 0 0 32.9%;
	flex: 0 0 32.9%;
	max-width: 32.9%;
	width: 32.9%;
	box-sizing: border-box;
}
.grid_container .grid_row .col_sm:nth-child(1) {
	margin: 0 0 4.09%;
}
.grid_container .sm_3 .col_sm:nth-child(1) {
	margin: 0 0 1.295%;
}
.grid_container .grid_row .col_md {
	padding: 0 0.648%;
	margin: 0 0 1.295%;
	-webkit-flex: 0 0 32.9%;
	-moz-flex: 0 0 32.9%;
	-ms-flex: 0 0 32.9%;
	-o-flex: 0 0 32.9%;
	flex: 0 0 32.9%;
	max-width: 32.9%;
	width: 32.9%;
	box-sizing: border-box;
}
.grid_container .md_3 .col_md {
	padding: 0 0.648%;
	margin: 0 0 1.295%;
	-webkit-flex: 0 0 33.3%;
	-moz-flex: 0 0 33.3%;
	-ms-flex: 0 0 33.3%;
	-o-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	max-width: 33.3%;
	width: 33.3%;
	box-sizing: border-box;
}
.grid_container .grid_row .col_lg {
	padding: 0 0.648%;
	margin: 0 0 1.295%;
	-webkit-flex: 0 0 65.9%;
	-moz-flex: 0 0 65.9%;
	-ms-flex: 0 0 65.9%;
	-o-flex: 0 0 65.9%;
	flex: 0 0 65.9%;
	max-width: 65.9%;
	width: 65.9%;
	box-sizing: border-box;
}
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
.grid_container .item_info .item_credit h2,
.grid_container .item_info .item_credit p {
	font-size: 1.4rem;
}
}
@media screen and (min-width: 1080px) and (max-width: 1799px) {
.grid_container .item_info .item_credit h2,
.grid_container .item_info .item_credit p {
	font-size: 1.6rem;
}
}
@media screen and (min-width: 1800px) {
.grid_container .item_info .item_credit h2,
.grid_container .item_info .item_credit p {
	font-size: 2.2rem;
}
}

/*-----------------------------------------------
	- device caption
-----------------------------------------------*/
@media screen and (max-width: 1024px) {
.grid_container .info_show {
	opacity: 1;
}
}
@media screen and (min-width: 1025px) {
.grid_container .item_info:hover,
.grid_container .item_info:active {
	opacity: 1;
}
}

