@charset "UTF-8";
html {
    font-size: 62.5%;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #363636;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background: #fff;
	text-align: center;
}
a:link, a:visited, a:hover, a:active {
	color: #363636;
	text-decoration: none;
}
.header {
	text-align: center;
	width: 100%;
	hight: 200PX;
    padding: 100px 30px 20px;
}
.title-eds {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 2.2rem;
}

.title-eds::before,
.title-eds::after {
    content: '';
    display: inline-block;
    width: 100px;
    margin: 0 30px;
    height: 2px;
    background-color: #363636;
    vertical-align: middle;
}.site-title {
	margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 7rem;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.site-title::before,
.site-title::after {
    content: '';
    position: absolute;
	right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #363636;
}

.site-title::before {
	bottom: 7px;
}
.sankaku {
    width: 100px;
    margin-top: 5px;
    margin-right: auto;
    height: 100px;
    display: block;
    margin-left: auto;
}
.heading {
    margin: 30px 0 15px;
    letter-spacing: 2px;
    font-size: 3rem;
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
}
.heading-sankaku {
    width: 70px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
    display: block;
}
.heading::before,
.heading::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #fff;
}
.heading::before {
	bottom: 5px;
}



.heading-h {
    margin: 30px 0 15px;
    letter-spacing: 2px;
    font-size: 3rem;
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
}
.heading-h::before,
.heading-h::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #363636;
}
.heading-h::before {
	bottom: 5px;
}

.footer {
	text-align: center;
    padding: 15px 0;
    font-size: 1.3rem;
}
.map {
	display: flex;
    padding: 30px 30px 0px;
}
.map-blok {
    width: 65%;
}
.text-blok {
	text-align: center;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    width: 30%;
}


.g-map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.g-map iframe,
.g-map object,
.g-map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mailto {
	font-size: 1.6rem;
    display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
	background: #363636;
	color: #fff !important;
	border-bottom: solid 4px #8D8D8D;
	border-radius: 3px;
}
.mailto:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}
.item-box {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 2em;
	padding: 0 30px 20px;
}
.item {
	overflow: auto;
	min-width: 0;
	padding: 1em 1em 0em 1em;
	border-bottom: 5px solid #B3B3B3;
	border-right: 5px solid #B3B3B3;
	border-radius: 8px;
	background-color: #fff;
}
.item .image  {
    width: 100%;
    display: block;
}

.item:hover {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}


.item .category  {
	padding: 0;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 5px;
    color: #8D8D8D;
    letter-spacing: 2px;
	font-size: 2rem;
	text-align: right;
}
.description {
    margin: 5px 5px 0px 5px;
}
.item-h {
    margin: 15px 5px 0px 5px;
}

.top {
	width: 60px;
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 100;
	opacity: 0.8;
	border: none;
}
.top:hover {
cursor: pointer;	
}

.home {
	width: 60px;
	position: fixed;
	bottom: 0px;
    right: 40px;
    z-index: 100;
	opacity: 0.8;
	border: none;
}
.home:hover {
cursor: pointer;
}


/*  nav  */


ul,ol{
	list-style-type: none;
}

ul, li {
margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}



.menu {
    position: fixed;
    width: 70%;
    height: 40px;
    margin: 0 auto;
	padding: 0px;
	z-index: 999;
	top: 0px;
	right: 50px;
	left: 50px;
}

.menu > li {
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a5a5a), color-stop(50%,#1c1c1c), color-stop(51%,#030303), color-stop(100%,#000000));
	box-shadow: 0 0 8px rgba(0,0,0,.6);
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu > li:hover {
    background: #072A24;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}


/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 4px 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 30px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}
