@charset "utf-8";

/* -------------------------------------------------
	h1
------------------------------------------------- */

@media screen and (max-width:767px) {
	h1 {
		padding: calc(80 / 690 * 100vw) 0 calc(150 / 690 * 100vw);
		text-align: center;
	}
	h1 .large {
		font-size: calc(25 / 690 * 100vw);
		letter-spacing: 0.16em;
		display: block;
	}
	h1 .small {
		margin-top: 1.3em;
		font-size: calc(18 / 690 * 100vw);
		letter-spacing: 0.16em;
		display: block;
	}
}

/* -------------------------------------------------
	#first-view
------------------------------------------------- */

#first-view ul .item {
	display: block;
	position: relative;
}
#first-view ul .item .pic {
	position: relative;
	z-index: 2;
}
#first-view ul .item .texts {
	position: absolute;
	z-index: 4;
}
#first-view ul .item.i1 .texts { left: calc(75 / 1366 * 100%); top: calc(350 / 537 * 100%); }
#first-view ul .item.i2 .texts { left: calc(75 / 1366 * 100%); top: calc(60 / 537 * 100%); }
#first-view ul .item.i3 .texts { right: calc(75 / 1366 * 100%); top: calc(140 / 537 * 100%); }

#first-view ul .item .texts .large {
	font-size: 20px;
	letter-spacing: 0.16em;
	vertical-align: baseline;
}
#first-view ul .item .texts .small {
	margin-top: 1em;
	font-size: 13px;
	letter-spacing: 0.16em;
	vertical-align: baseline;
}
#first-view ul .item .texts .ss {
	font-size: 11px;
	letter-spacing: 0.16em;
	vertical-align: baseline;
}

@media screen and (max-width:767px) {
	#first-view ul .item.i1 .texts { top: 73%; }

	#first-view ul .item .texts .large {
		font-size: calc(17 / 690 * 100vw);
	}
	#first-view ul .item .texts .small {
		font-size: calc(12 / 690 * 100vw);
	}
	#first-view ul .item .texts .ss {
		font-size: calc(8 / 690 * 100vw);
	}
}

/* -------------------------------------------------
	#about
------------------------------------------------- */

#about {
	padding-top: 130px;
}
#about .col2 {
	margin-top: 120px;
}
#about .texts .headline {
	padding-left: 110px;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	position: relative;
}
#about .texts .headline::before {
	width: 93px;
	height: 1px;
	background: #898989;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.8em;
}
#about .texts p {
	margin-top: 40px;
	font-size: 13px;
	line-height: 3;
	letter-spacing: 0.1em;
}

@media print, screen and (min-width:768px) {
	#about .col2 {
		display: flex;
		justify-content: space-between;
	}
	#about .col2:nth-last-of-type(even) {
		flex-direction: row-reverse;
	}
	#about .col2 > div {
		width: calc(622 / 1366 * 100%);
	}
	#about .col2:nth-last-of-type(odd) .texts {
		padding-left: 9%;
	}
	#about .col2:nth-last-of-type(even) .texts {
		padding-right: 9%;
	}
	#about .texts .btn-wrap {
		margin-top: 60px;
	}
	#about .col2 .texts .btn-wrap {
		margin-top: 60px;
		text-align: right;
	}
}

@media screen and (max-width:767px) {
	#about {
		padding-top: calc(80 / 690 * 100vw);
	}
	#about .col2 {
		margin-top: calc(90 / 690 * 100vw);
		padding-bottom: calc(90 / 690 * 100vw);
		position: relative;
	}
	#about .col2 .texts {
		margin-left: 10%;
	}
	#about .texts .headline {
		padding-left: 0;
		font-size: calc(20 / 690 * 100vw);
	}
	#about .texts .headline::before {
		width: calc(93 / 690 * 100vw);
		top: 0.7em;
		left: -14.7vw;
	}
	#about .texts p {
		margin-top: calc(30 / 690 * 100vw);
		font-size: calc(18 / 690 * 100vw);
	}
	#about .col2 .pic {
		margin-top: calc(50 / 690 * 100vw);
	}
	#about .col2 .btn-type1 {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* -------------------------------------------------
	#about > .col2-2
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	#about .col2-2 {
		width: calc(1224 / 1366 * 100%);
		margin: 175px auto 0;
		display: flex;
		justify-content: space-between;
	}
	#about .col2-2 > div {
		width: calc(550 / 1224 * 100%);
	}
	#about .col2-2 > div .texts {
		margin-top: 60px;
	}
}

@media screen and (max-width:767px) {
	#about .col2-2 {
		margin-top: calc(80 / 690 * 100vw);
		padding: calc(390 / 690 * 100vw) 0 calc(95 / 690 * 100vw);
		position: relative;
	}
	#about .col2-2 img {
		width: 100%;
	}
	#about .col2-2 .texts .headline {
		position: absolute;
		left: 0;
		top: 0;
		margin-left: 10%;
	}
	#about .col2-2 .texts p {
		position: absolute;
		left: 10%;
		top: calc(20 / 690 * 100vw);
		letter-spacing: 0.08em;
	}
	#about .col2-2 .texts .btn-wrap {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		text-align: center;
	}
	#about .col2-2 .pc-right {
		margin-top: calc(33 / 690 * 100vw);
	}
}

/* -------------------------------------------------
	#about > .bottom-image
------------------------------------------------- */

#about .bottom-image {
	margin-top: 230px;
	text-align: center;
}
#about .bottom-image > div {
	width: 80%;
	max-width: 882px;
	margin: 0 auto;
}
#about .bottom-image p {
	margin-top: 1.7em;
	font-size: 15px;
	line-height: 1.86;
	letter-spacing: 0.1em;
}

@media screen and (max-width:767px) {
	#about .bottom-image {
		margin-top: calc(120 / 690 * 100vw);
	}
	#about .bottom-image > div {
		width: 100%;
		max-width: none;
	}
	#about .bottom-image p {
		margin-top: calc(45 / 690 * 100vw);
		font-size: calc(18 / 690 * 100vw);
		line-height: 2.15;
	}
}

/* -------------------------------------------------
	#info
------------------------------------------------- */

#info {
	padding-top: 180px;
}
#info .main {
	width: 100%;
	margin-top: 50px;
	display: block;
}
#info ul {
	margin-top: 130px;
}
#info ul li + li {
	margin-top: 80px;
}
#info ul li a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#info ul li a .pic {
	width: 104px;
	position: relative;
	overflow: hidden;
}
#info ul li a .pic img:not(.spacer) {
	width: auto;
	height: 100%;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: transform 1s ease-out;
}
#info ul li a .texts {
	width: calc(100% - 135px);
}
#info ul li a .texts .text1 {
	font-size: 13px;
	letter-spacing: 0.1em;
}
#info ul li a .texts .text1 .date {
	margin-right: 24px;
	display: inline-block;
}
#info ul li a .texts .text1 .group {
	display: inline-flex;
}
#info ul li a .texts .text1 .group .cate {
	padding: 0 0.7em;
	border-left: solid 2px #898989;
	display: inline-block;
}
#info ul li a .texts .title {
	margin-top: 1.4em;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
#info ul li a .texts .desc {
	margin-top: 1.4em;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#info .btn-wrap {
	margin-top: 115px;
	text-align: right;
}

@media print, screen and (min-width:768px) {
	#info ul li a:hover .title,
	#info ul li a:hover .desc {
		text-decoration: underline;
	}
	#info ul li a:hover .pic img:not(.spacer) {
		transform: translate(-50%,-50%) scale(1.1);
	}
}

@media screen and (max-width:767px) {
	#info {
		padding-top: calc(125 / 690 * 100vw);
	}
	#info .main {
		margin-top: calc(30 / 690 * 100vw);
	}
	#info ul {
		margin-top: calc(80 / 690 * 100vw);
	}
	#info ul li + li {
		margin-top: calc(80 / 690 * 100vw);
	}
	#info ul li a {
		
	}
	#info ul li a .pic {
		width:  calc(104 / 690 * 100vw);
	}
	#info ul li a .texts {
		width: calc(100% - 18.8vw);
	}
	#info ul li a .texts .text1 {
		font-size: calc(18 / 690 * 100vw);
	}
	#info ul li a .texts .text1 .date {
		margin-right: 2em;
	}
	#info ul li a .texts .text1 .group .cate {
		border-left: solid 1px #898989;
	}
	#info ul li a .texts .title {
		font-size: calc(21 / 690 * 100vw);
	}
	#info ul li a .texts .desc {
		font-size: calc(18 / 690 * 100vw);
	}

	#info .btn-wrap {
		margin-top: calc(75 / 690 * 100vw);
		text-align: center;
	}
}

/* -------------------------------------------------
	#access
------------------------------------------------- */

#access {
	padding-top: 170px;
}
#access hr {
	width: 100%;
	height: 1px;
	margin-bottom: 115px;
	content: "";
	display: block;
	background: #898989;
	border: none;
}
#access .col2 {
	margin-top: 120px;
}
#access .col2 .texts .title {
	margin-bottom: 1em;
	font-size: 20px;
	letter-spacing: 0.1em;
}
#access .col2 .texts dl {
	display: flex;
	flex-wrap: wrap;
}
#access .col2 .texts dl dt,
#access .col2 .texts dl dd {
	padding: 1.4em 0;
	font-size: 15px;
	line-height: 2.53;
	letter-spacing: 0.1em;
}
#access .col2 .texts dl dt:not(:first-of-type),
#access .col2 .texts dl dd:not(:first-of-type) {
	border-top: solid 1px #898989;
}
#access .col2 .texts dl dt {
	width: 110px;
}
#access .col2 .texts dl dd {
	width: calc(100% - 110px);
}

#access .col2 .texts .gmap {
	width: 100%;
	height: 80px;
	margin-top: 50px;
	border: solid 1px #898989;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	background: #000 url(../img/ico_pin.svg) no-repeat 94% center / 23px auto;
	color: #fff;
	letter-spacing: 0.1em;
	transition: all 0.2s ease-out;
}

@media all and (-ms-high-contrast:none){ /* ie11 */
	*::-ms-backdrop, #access .col2 .texts .gmap {
		background: #000 url(../img/ico_pin.png) no-repeat 94% center / 23px auto;
	}
}

@media print, screen and (min-width:768px) {
	#access .col2 {
		display: flex;
		justify-content: space-between;
	}
	#access .col2 .pic {
		width: calc(347 / 1006 * 100%);
	}
	#access .col2 .texts {
		width: calc(579 / 1006 * 100%);
	}
	
	#access .col2 .texts .gmap:hover {
		color: #000;
		background-color: #999;
	}
}

@media screen and (max-width:767px) {
	#access {
		padding-top: calc(190 / 690 * 100vw);
		margin-top: calc(-90 / 690 * 100vw);
	}
	#access .col2 {
		margin-top: calc(45 / 690 * 100vw);
	}
	#access .col2 .pic {
		width: calc(347 / 690 * 100vw);
		margin: 0 auto calc(90 / 690 * 100vw);
	}
	#access .col2 .texts .title {
		margin-bottom: 2em;
		font-size: calc(23 / 690 * 100vw);
	}
	#access .col2 .texts dl dt,
	#access .col2 .texts dl dd {
		padding: 1.4em 0;
		font-size: calc(20 / 690 * 100vw);
	}
	#access .col2 .texts dl dt {
		width: calc(150 / 690 * 100vw);
	}
	#access .col2 .texts dl dd {
		width: calc(100% - 22vw);
	}
	
	#access .col2 .texts .gmap {
		height: calc(80 / 690 * 100vw);
		margin: calc(35 / 690 * 100vw) auto 0;
		font-size: calc(20 / 690 * 100vw);
		background-size: 3.33vw auto;
	}
}