@charset "UTF-8";
body {
	font-family: 'Barlow', 'Noto Sans JP', sans-serif;
	font-style: italic;
	background: #D2C7BA;
	color: #111;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "halt"1;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	
}
.sp .change_pc {
	display: none;
}
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 9998;
}
.loader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	margin-left: -19px;
	text-align: center;
	z-index: 9999;
}
header {
	width: 100%;
	background: url("../img/bg.png") repeat;
	position: relative;
	box-sizing: border-box;
}
header h2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 68px;
}
header h2 img {
}
nav {
	position: fixed;
	top: 0;
	right: 0;
	padding: 16px 12px;
	background: #FAF8F6;
	border-radius: 0px 0px 0px 8px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	z-index: 10;
}
nav ul li {
	font-size: 10px;
	letter-spacing: 0.06em;
	line-height: 1em;
	text-align: left;
	margin-bottom: 12px;
}
nav ul li:last-child {
	margin-bottom: 0;
}
nav ul li a {
	color: #111;
	font-style: italic;
	font-weight: 600;
}
#fv {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#fv-img {
}
#fv-img img {
}
#fv-img .slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
	width: 100%;
}

.gallery .slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
	height: 203px;
}
#fv h1 {
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 240px;
	left: 0;
	width: 100%;
}
#fv p {
	font-weight: 500;
	font-size: 14px;
    letter-spacing: 0.1em;
	line-height: 2em;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 280px;
	left: 0;
	width: 100%;
}
#down {
	width: 14px;
	position: absolute;
	bottom: 32px;
	right: 32px;
}
#home {
	width: 90%;
	margin: 0 auto;
}
#home > div {
	
}
#home > div > div:first-child {
	width: 80%;
    margin: 0 auto 16px;
	display: none;
}
#home > div > div:last-child {
	padding: 16px;
	box-sizing: border-box;
	background: #f4f0ed;
	border-radius: 6px;
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}
#home > div > div:last-child p {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 2em;
	text-align: left;
	color: #111;
}
.sec {
	padding: 32px 0;
}
.sec p.entitle {
	font-family: Vollkorn;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	color: #111;
	width: 160px;
    height: 32px;
	background: #faf8f6;
	margin: 0 auto 20px;
	position: relative;
	box-sizing: border-box;
	padding-top: 2px;
}
.sec p.entitle:before {
	content: "";
	background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 2px);
	background-size: 5px 1px;
	background-repeat: repeat-x;
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 1px;
}
.sec p.entitle:after {
	content: "";
	background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 2px);
	background-size: 5px 1px;
	background-repeat: repeat-x;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
}
.sec h2 {
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 0.16em;
	line-height: 1em;
	text-align: center;
	color: #111;
	width: 100%;
	margin-bottom: 12px;
}
.sec h3 {
	font-family: Barlow;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1em;
	text-align: center;
	color: #e88637;
	width: 100%;
	margin-bottom: 24px;
}
.cover {
	width: 100%;
	position: relative;
	margin: 0 auto 16px;
}
.c1:before {
	display: none;
}
.c1:after {
	display: none;
}
.c2:before {
	display: none;
}
.c2:after {
	display: none;
}
.cover-img {
}
.cover-img img {
	
}
.cover h4 {
	font-family: Vollkorn;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.08em;
    line-height: 1em;
    text-align: left;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 56px;
    left: 24px;
}
.cover h5 {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-align: left;
	color: #fff;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	position: absolute;
	top: 96px;
    left: 24px;
}
.cover p {
	width: 100%;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.07em;
	line-height: 1.8em;
	text-align: left;
	color: #000;
	box-sizing: border-box;
	padding: 16px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.box {
	width: 80%;
	margin: 0 auto 32px;
}
.box li {
	position: relative;
	width: 100%;
	margin-bottom: 24px;
}
.box li:last-child {
	margin-bottom: 0;
}
.box li h3 {
	width: 24px;
	position: absolute;
	top: -12px;
	right: -12px;
}
.txt {
	width: 100%;
	border-radius: 0px 0px 6px 6px;
	background: #f4f0ed;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	padding: 16px;
	box-sizing: border-box;
}
.radius {
	border-radius: 8px;
}
.txt p {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 2em;
	text-align: left;
	color: #111;
}
.gallery {
	width: 100%;
	margin: 0 auto 32px;
}
.information {
	width: 90%;
	margin: 0 auto;
}
.gallery h3 {
	font-family: Vollkorn;
	font-weight: 900;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0;
	text-align: left;
	color: #fff;
	width: 90%;
	margin: 0 auto 8px;
}
.information h3 {
	font-family: Vollkorn;
	font-weight: 900;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0;
	text-align: left;
	color: #fff;
	margin-bottom: 8px;
}
.separate_double {
	width: 90%;
	height: 5px;
	position: relative;
	margin: 0 auto;
}
.separate_double::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #111;
	position: absolute;
	top: 0;
	left: 0;
}
.separate_double::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #111;
	position: absolute;
	top: 5px;
	left: 0;
}
.info {
	width: 100%;
	border-radius: 2px;
	background: #f4f0ed;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 2px, transparent 2px), linear-gradient(to bottom, #000, #000 1px, transparent 2px, transparent 2px), linear-gradient(to right, #000, #000 1px, transparent 2px, transparent 2px), linear-gradient(to bottom, #000, #000 1px, transparent 2px, transparent 2px);
	background-size: 5px 1px, 1px 5px, 5px 1px, 1px 5px;
	background-position: top, right, bottom, left;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	box-sizing: border-box;
	padding: 16px;
	box-sizing: border-box;
	margin-bottom: 16px;
}
.info ul li, .address ul li {
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.08em;
	line-height: 1em;
	margin-bottom: 12px;
}
.info ul li span:first-child, .address ul li span:first-child {
	color: #fff;
	background: #277C9B;
	display: inline-block;
	padding: 4px 6px;
    margin-bottom: 8px;
    font-size: 10px;
    border-radius: 2px;
	text-align: center;
}
.info ul li span:last-child, .address ul li span:last-child {
	display: block;
	line-height: 1.6em;
}
.info ul li:last-child, .address ul li:last-child {
	margin-bottom: 0;
}
.btn {
	font-size: 13px;
	letter-spacing: 0.16em;
	width: 80%;
	margin: 0 auto;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.btn a {
	border-radius: 4px;
	background: #ff9b4b;
	display: block;
	height: 48px;
	position: relative;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding-top: 13px;
	box-sizing: border-box;
}
.btn a:after {
	width: calc(100% - 8px);
	height: 40px;
	border: 1px solid #fff;
	box-sizing: border-box;
	position: absolute;
	top: 4px;
	left: 4px;
	content: '';
	transition: .2s;
}
.btn a:before {
	content: url(../img/target.svg);
	width: 11px;
	height: 11px;
	position: absolute;
	top: 16px;
	right: 52px;
	transition: .2s;
}
.col3 {
	width: 90%;
	margin: 0 auto 32px;
}
.col3 > div {
	width: 80%;
	margin: 0 auto 16px;
}
.col3 > div:last-child {
	margin-bottom: 0;
}
.col3 > div > div {
	width: 200px;
	margin: 0 auto 16px;
}
.col3 > div p {
	width: 200px;
	height: 26px;
	border-radius: 4px;
	background: #f4f0ed;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.08em;
	line-height: 1em;
	text-align: center;
	color: #111;
	box-sizing: border-box;
	padding-top: 8px;
	margin: 0 auto;
}
#access {
	width: 100%;
	margin: 0 auto;
}
#access h3 {
	font-family: Vollkorn;
	font-weight: 900;
	font-size: 24px;
	line-height: 1em;
	letter-spacing: 0;
	text-align: left;
	color: #fff;
	width: 90%;
    margin: 0 auto 8px;
}
.map {
    position:relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
	margin-bottom: 16px;
}
.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.address {
	width: 90%;
	margin: 0 auto;
	border-radius: 2px;
	background: #f4f0ed;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 2px, transparent 2px), linear-gradient(to bottom, #000, #000 1px, transparent 2px, transparent 2px), linear-gradient(to right, #000, #000 1px, transparent 2px, transparent 2px), linear-gradient(to bottom, #000, #000 1px, transparent 2px, transparent 2px);
	background-size: 5px 1px, 1px 5px, 5px 1px, 1px 5px;
	background-position: top, right, bottom, left;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	box-sizing: border-box;
	padding: 16px;
}
footer {
	width: 100%;
	height: 64px;
	background: #d8cec3;
	text-align: center;
	box-sizing: border-box;
	padding-top: 26px;
}
footer p {
	font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 1em;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
.slider {
	margin: 0 auto;
	width: 100%;
	height: 203px;
}
.slider img {
	width: 272px;
	height: 203px;
}
/*slick setting*/
.slick-prev:before, .slick-next:before {
	color: #000;
}
.slick-prev {
	content: '';
	background: url(../img/left.svg) no-repeat;
	width: 34px;
    height: 18px;
	text-indent: -9999px;
	outline: none;
	border: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 94px;
	left: 32px;
	z-index: 1;
	background-size: contain;
}
.slick-next {
	content: '';
	background: url(../img/right.svg) no-repeat;
	width: 34px;
    height: 18px;
	text-indent: -9999px;
	outline: none;
	border: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 94px;
	right: 32px;
	z-index: 1;
	background-size: contain;

}
.animate {
	visibility: hidden;
}