﻿@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 1.5rem;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

*, *::before, *::after {
	box-sizing: border-box;
}

a:link, a:visited, a:active {
	color: #a47a43;
	text-decoration: none;
}

a:hover {
	color: #000088;
}

a:hover img {
	opacity: 0.5;
	transition: opacity 0.3s;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

.title-h2 {
	padding: 15px 0 11px 52px;
	font-size: 5.0rem;
	text-align: left;
	color: #fff;
	background-color: #a47a43;
}

/* --------------------------------
 * header
 * -------------------------------- */

.site-header {
	width: 100%;
	padding: 0 24px;
	position: fixed;
	background-color: #fff;
}

.gnav-menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.gnav-menu-item {
	margin-left: 5px;
	font-size: 1.8rem;
}

.site-header .button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	border-bottom: 3px solid #a47a43;
	line-height: 50px;
	overflow: hidden;
}

.site-header .button:hover {
	color: #fff;
}

.site-header .button::after {
	top: 100%;
	width: 100%;
	height: 100%;
}
.site-header .button:hover::after {
	top: 0;
	background-color: #a47a43;
}

.site-header .button::before,
.site-header .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.site-header .button,
.site-header .button::before,
.site-header .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/* --------------------------------
 * first
 * -------------------------------- */

.first {
	padding: 104px 0 24px;
	text-align: center;
	animation-name: fadein;
	animation-duration: 1s;
}

.txt-subtit {
	padding: 24px 0;
	font-size: 3.0rem;
	color: #a47a43;
	font-family: 'Montserrat', sans-serif;
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(21px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.img-fir-300 {
	max-width: 300px;
	width: 100%;
}


/* --------------------------------
 * sec-top-main
 * -------------------------------- */

.sec-top-main {
	padding: 132px 0;
	text-align: center;
	color: #fff;
	clear: both;
}

.top-news {
	padding: 52px;
	width: 80%;
	margin: 0 auto;
}

.scroll-list {
	list-style-type: none;
	margin: 0 auto;
	padding: 5px;
	line-height: 150%;
	text-align: left;
}

.scroll-item {
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
	vertical-align: middle;
}

.scroll-list .date {
	display: inline-block;
	width: 132px;
	color: #000;
	font-size: 1.3rem;
}

.scroll-list .category {
	display: inline-block;
	width: 132px;
	color: #fff;
	background-color: #a47a43;
	text-align: center;
	border-radius: 10px;
	font-size: 1.3rem;
}

.scroll-list .title {
	display: inline-block;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 1.5rem;
}

.sec-top-main .button {
	margin: 52px;
	display: inline-block;
	width: 212px;
	height: 52px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #a47a43;
	color: #a47a43;
	line-height: 50px;
	overflow: hidden;
	font-size: 1.6rem;
}

.sec-top-main .button::before,
.sec-top-main .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.sec-top-main .button,
.sec-top-main .button::before,
.sec-top-main .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.sec-top-main .button:hover {
	color: #fff;
}

.sec-top-main .button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.sec-top-main .button:hover::after {
	background: #a47a43;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.top-kinfuku {
	padding: 52px;
	width: 100%;
	margin: 0 auto;
	background-image: url('../images/howkinfuku.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: 50% 50%;
}

.text {
	margin:0 0 0 auto;
	width: 52%;
	text-align: left;
	padding: 52px;
	font-size: 2.4rem;
	line-height: 200%;
	color: #666;
	background-color: #fff;
	border-radius: 24px;
}


/* --------------------------------
 * footer
 * -------------------------------- */

.footer {
	padding: 50px 104px 30px;
	background-color: #333;
	color: #fff;
}

.footer-wrapper {
	display: flex;
}

.footer-column {
	width: 100%;
	vertical-align: top;
	line-height: 200%;
}

.address {
	letter-spacing: 1px;
}

.address a {
	cursor: default;
	pointer-events: none;
}

.sns {
	padding: 8px;
}

.copyright {
	text-align: center;
	margin-top: 30px;
	letter-spacing: 1px;
}

.footer a:link,.footer a:visited,.footer a:active {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #ccc;
}

/* --------------------------------
 * PageTop
 * -------------------------------- */

#pageTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	text-align: center;
}


/* --------------------------------
 * smart
 * -------------------------------- */

@media screen and (max-width: 768px) {

	.title-h2 {
		padding: 11px;
		font-size: 3.0rem;
		text-align: center;
	}

	.site-header {
		width: 100%;
		padding: 0 8px;
		position: static;
	}

	.gnav-menu {
		display: block;
	}

	.gnav-menu-item {
		width: 100%;
		margin-left: 5px;
		font-size: 1.8rem;
	}

	.site-header .button {
		display: block;
		width: 100%;
		height: 33px;
		line-height: 33px;
		border-bottom: 1px solid #a47a43;
	}

	.site-header .button:hover {
		color: #a47a43;
	}

	.site-header .button:hover::after {
		top: 100%;
		background-color: #fff;
	}

	.site-header .button::before,
	.site-header .button::after {
		position: static;
	}

	.site-header .button,
	.site-header .button::before,
	.site-header .button::after {
		-webkit-box-sizing: none;
		-moz-box-sizing: none;
		box-sizing: none;
		-webkit-transition: none;
		transition: none;
	}

	.first {
		padding: 24px;
	}

	.s-500 {
		max-width: 500px;
		width: 100%;
	}

	.txt-subtit {
		padding: 24px 0;
		font-size: 3.0rem;
	}

	.sec-top-main {
		padding: 8px 0;
	}

	.top-news {
		padding: 8px;
	}

	.scroll-list .date {
		display: block;
		width: 100%;
	}

	.scroll-list .category {
		display: block;
		width: 100%;
	}

	.scroll-list .title {
		display: block;
		padding-left: 0px;
	}

	.sec-top-main .button {
		margin: 24px;
	}

	.sec-top-main .button::after {
		position: static;
	}

	.sec-top-main .button,
	.sec-top-main .button::before,
	.sec-top-main .button::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: none;
		box-sizing: none;
		-webkit-transition: none;
		transition: none;
	}

	.sec-top-main .button:hover {
		color: #a47a43;
	}

	.sec-top-main .button::after {
		top: 199%;
		left: 100%;
	}

	.top-kinfuku {
		padding: 8px;
	}

	.text {
		margin:0 auto;
		width: 80%;
		text-align: left;
		padding: 24px;
		font-size: 1.8rem;
		line-height: 150%;
	}

	.footer {
		padding: 8px;
		text-align: center;
	}

	.footer-wrapper {
		display: block;
	}

	.footer-column {
		line-height: 150%;
	}

}
