@charset "UTF-8";

html {
	font-size: 62.5%;
	height: 100%;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

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

body {
	width: 100%;
	min-width: 1024px;
	height: 100%;
	min-height: 768px;
	font-family: 'Noto Serif JP', serif;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-size: 1.0rem;
	-webkit-text-size-adjust: 100%;
	color: #ab813c;
	position: relative;
	line-height: 1;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.f-en {
	font-family: 'Playfair Display', serif;
}

.f-jp {
	font-family: 'Noto Serif JP', serif;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a {
	color: #ab813c;
	outline: none;
	text-decoration: none;
}

:hover {
	transition: all 0.25s ease;
}

a:visited {
	color: #ab813c;
}

a:hover {
	color: #c83f52;
}

a:active {
	color: #c83f52;
}

a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	word-break: break-all
}

div {
	box-sizing: border-box;
}

p,
li,
td,
a,
pre {
	font-size: 1.6rem;
	box-sizing: border-box;
	line-height: 2.6rem;
}

h2,
h3 {
	box-sizing: border-box;
	-webkit-transform: rotate(.03deg);
	transform: rotate(.03deg);
}

h2 {
	color: #ab813c;
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 1px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	font-weight: normal;
}

h3 {
	font-size: 2.4rem;
	line-height: 1.2;
	color: #ab813c;
}

.bold{font-weight: bold;}
.red{color:#c83f52}
.big{font-size: 120%;font-weight: bold;}

@media screen and (max-width: 1024px) {
	body {
		min-width: inherit;
	}
}

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

	p,
	li,
	td,
	a,
	pre {
		font-size: 1.2rem;
	}
}


/*---------------------------
Loading
---------------------------*/
.load-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
	background-color: #fff;
	text-align: center;
}

.load-bg.loaded {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.load-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform-origin: center;
	-webkit-transform-origin: center;
	transform-origin: center;
	width: 320px;
	height: 240px;
}

.load-tit {
	font-size: 1.4rem;
	letter-spacing: 16px;
	color: #ab813c;
	font-weight: bold;
}

.load-tit span {
	color: #c83f52
}

.load-icn {
	position: relative;
	width: 100%;
	height: 188px;
}

.icn-sd {
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	bottom: 0;
	margin: auto;
	/*animation: icn-sd-anim .5s infinite;:*/
}


/*---------------------------
ドロワー
---------------------------*/
.drawer {
	display: flex;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	padding: 10px;
	background: #ab813c;
	cursor: pointer;
	cursor: hand;
	z-index: 1000;
	top: 0;
	-webkit-transition: ease .2s;
	transition: ease .2s;
}

/*-OPEN時の動き-*/
.drawer.open .nav-i:nth-child(1) {
	top: 10px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.drawer.open .nav-i:nth-child(2) {
	top: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.drawer.open .nav-i:nth-child(3) {
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	transform: translateY(-50%);
	opacity: 0;
}

.navbar_toggle {
	z-index: 999;
}

.nav-i {
	position: relative;
	display: block;
	height: 2px;
	width: 40px;
	background: #fff;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	text-align: center;
}

.nav-i:nth-child(1) {
	top: 0;
}

.nav-i:nth-child(2) {
	margin: 8px 0;
}

.nav-i:nth-child(3) {
	top: 0;
	background: rgba(255, 255, 255, 0);
	color: #fff;
}

@media screen and (max-width: 480px) {
	.nav-i {
		width: 40px;
	}

	.drawer {
		padding: 5px;
		top: 0;
		width: 50px;
		height: 50px;
	}
}


/*---------------------------
header
---------------------------*/
#header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	height: 60px;
	overflow: hidden;
}

#header.open {
	height: 100vh;
}

#h-nav {
	position: relative
}

#header nav {
	border-top: 5px solid #ab813c;
}

#header nav.head768 {
	border-top: 5px solid #fdedde;
}

.h-logo {
	max-width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.head-border {
	height: 1px;
	width: 100%;
	background: #b79254;
	position: absolute;
	bottom: 8px;
}

@media screen and (max-width:480px) {
	#header {
		height: 50px;
	}

	#header nav {
		border-top: 2px solid #b79254;
	}


	.h-logo {
		max-width: 160px;
	}
}

@media screen and (max-width:480px) {
	.h-logo {
		max-width: 140px;
	}
}

/*--------*/
.menu {
	width: 100%;
	height: 55px;
	padding: 8px;
	transition: all 0.3s ease;
	background: #fff;
	/*box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;*/
	position: relative;
}

.menu-list {
	position: absolute;
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	z-index: -1;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	padding: 70px 0 0;
	overflow-y: auto;
	background: rgba(171, 129, 60, 1);
	text-align: center
}

.menu-list li {
	display: block;
	margin: 0 3%;
	transition: .3s;
}

.menu-list a {
	color: #fff;
	display: block;
	padding: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .85);
	letter-spacing: 1px;
	transform: rotate(0.03deg);
}

.menu-list a,
.menu-list span.t-no {
	font-size: 1.6rem;
	text-align: center;
}

.menu-list a:after {
	font-size: 1.2rem;
	line-height: 1.0rem;
	display: block;
	color: #ab813c;
	position: relative;
	z-index: 0;
	bottom: -5px;
	letter-spacing: 2px;
}

.menu-list .for-sp {
	display: block;
}

.menu-list.open {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-overflow-scrolling: touch;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	height: 100vh;
	width: 100%;
	max-width: inherit;
}

@media screen and (max-width:480px) {
	.menu {
		height: 48px;
	}
}


/*------------
head768
------------*/
.head768 .menu {
	background: #ab813c;
}

.logo-blk {
	display: block
}

.logo-wht {
	display: none
}

.head768 .logo-blk {
	display: none
}

.head768 .logo-wht {
	display: block
}



/*----------
SNSボタン
-----------*/
.h-sns {
	height: 60px;
	z-index: 1000;
	top: 0;
	right: 0;
	position: absolute;
}

.h-sns-btn {
	width: 45px;
	height: 45px;
	margin: 5px;
	float: left;
}

.h-sns-btn a {
	width: 100%;
	height: 100%;
	display: block;
	background: #ab813c;
	border-radius: 3px;
	padding: 7px;
}

@media screen and (max-width:480px) {
	.h-sns {
		height: 48px;
	}

	.h-sns-btn {
		width: 35px;
		height: 35px;
		margin: 1.5vw;
		position: relative;
	}

	.h-sns-btn img {
		width: 21px;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

}

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

	.h-sns-btn {
		width: 30px;
		height: 30px;
		margin: 2.8vw 1.5vw 2.8vw 1vw;
		position: relative;
	}

	.h-sns-btn img {
		width: 21px;
	}

}


/*----------
linkボタン
-----------*/
.link-btn-box {
	width: 80%;
	max-width: 320px;
	margin: 0 auto;
}

.link-btn {
	width: 100%;
	display: block;
	background: #ab813c;
	border-radius: 50px;
	padding: 5px;
	text-align: center;
}
button.link-btn{
	font-size: 1.6rem;
	line-height: 2;
}

.link-btn span,
.link-btn a {
	border: 2px solid #fff;
	padding: 10px 0;
	display: block;
	border-radius: 50px;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 1px;
}

.link-btn:hover {
	background: #fff;
}

.link-btn:hover span,
.link-btn:hover a {
	border: 2px solid #ab813c;
	color: #ab813c;
}

@media screen and (max-width:480px) {
	.link-btn-box {
		margin: 2vw auto 0;
	}

	.link-btn span,
	.link-btn a {
		padding: 5px 0;
	}

}

/*----------
お問い合わせ
-----------*/
.submit:disabled {
  cursor: default;
	background: #ddd;
}
.submit:disabled span{
	color:#999;
	border: 2px solid #999;
}
.submit:disabled:hover span{
	color:#999;
	border: 2px solid #999;
}

.check-box{
	max-width: 480px;
	margin: 0 auto 20px;
	font-size: 1.6rem;
	line-height: 1.2;
	color:#333;
}

.check {
  display: none;
}

.check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2em;
  position: relative;
}

.check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.3em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3em;
}

.check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.8);
  border-left: 3px solid rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 0.6em;
  left: 1%;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

.check:checked + span::after {
  opacity: 1;
}

/*----------------------
Footer
------------------------*/
footer {}

.brand-box {
	background-image: url("../img/bg-parts.gif");
	background-repeat: repeat;
	position: relative;
	font-size: 0;
	line-height: 0;
}

.brand-box::before {
	background: rgba(248, 213, 179, .25);
	width: 100%;
	height: 100%;
	position: absolute;
}

.brand-box .floor {
	padding: 1% 0;
	position: relative;
}

.brand-logo {
	width: 240px;
	margin: 0 auto 10px;
}

.brand-text {
	text-align: center;
}

.brand-text h2 {
	font-size: 1.6rem;
	font-weight: normal;
	border-bottom: 1px solid #ab813c;
	padding: 0 0 10px;
	margin: 0 0 10px
}

.brand-text p {
	font-size: 1.4rem;
	margin: 0;
	line-height: 1.3;
}

@media screen and (max-width: 1024px) {
	.brand-box .floor {
		max-width: inherit;
		padding: 2%;
	}
}


@media screen and (max-width: 480px) {
	.brand-box .floor {
		padding: 5%;
	}

	.brand-logo,
	.brand-text {
		display: block;
	}

	.brand-logo {
		width: 240px;
		margin: 0 auto 2vw;
	}

	.brand-text {
		width: 100%;
		padding: 0;
		text-align: left;
	}

	.brand-text h2 {
		font-size: 1.5rem;
	}
}

/*---------------*/

.foot-box {
	background: #ab813c;
}

.foot-box .floor {
	padding: .5% 0;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.foot-text,
.foot-sns {
	display: inline-block;
	vertical-align: middle;
}


.foot-text {
	width: calc(100% - 225px);
	font-size: 1.4rem;
	line-height: 1.4;
}

.foot-sns {
	/*max-width: 225px;*/
	text-align: center;
}

.f-sns,
.f-logo {
	display: inline-block;
	vertical-align: middle;
}

.f-sns {
	max-width: 120px;
}

.f-logo {
	max-width: 100px;
	margin-left: 8px;
}

@media screen and (max-width: 1024px) {
	.foot-box .floor {
		max-width: inherit;
		padding: 2%;
	}
}


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

	.foot-text,
	.foot-sns {
		display: block;
		width: 100%;
	}

	.foot-text {
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.5;
		margin: 0 auto 3vw;
		padding: 0 0 5vw;
		border-bottom: 1px solid #fff;
	}

	.foot-sns {
		margin: 0 auto;
	}
}

/*-----**/
.copy {
	background: #734b09;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 1px;
	padding: 10px 0;
	position: relative;
}

.copy:before,
.copy:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30%;
	height: 1px;
	background-color: #fff;
}

.copy:before {
	left: 0;
}

.copy:after {
	right: 0;
}

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

	.copy:before,
	.copy:after {
		width: 25%;
	}
}

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

	.copy:before,
	.copy:after {
		width: 20%;
	}
}

@media screen and (max-width: 640px) {
	.copy {
		font-size: 2vw;
	}

	.copy:before,
	.copy:after {
		content: none;
	}
}



/*-----------
anime
-------------*/
.js-ani {
	opacity: 0;
}

.is-ani {
	opacity: 1;
}