/* ----------
	common
---------- */
body {
	background: #fafafa;
	color: #333;
	/*font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;/*/
}
@media (min-width: 768px) {
	body {
		min-width: 1200px;
	}
}
.container {
	overflow-x: hidden;
	width: 100%;
}

.b {
	font-weight: bold;
}
.r{
	color: #ed3939;
}

.big {
	font-size: 1.25em;
}
.small {
	font-size: .8em;
}
mark {
	/*background: linear-gradient(transparent 70%, yellow 70%);*/
	background: linear-gradient(transparent 70%, #1ccbe7 70%);
}


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

@media screen and (min-width:641px) {
	.sp {
		display: none;
	}
}

@media screen and (max-width:641px) {
	.pc {
		display: none;
	}
}


#site-header {
	background: rgb(110 67 39);
	display: flex;
	justify-content: space-between;
	padding: 24px;
	width: 100%;
}
@media (max-width: 767px) {
	#site-header {
		align-items: center;
		filter: drop-shadow(0 3px 3px rgba(0,0,0,.2));
		left: 0;
		padding: 8px 12px;
		position: fixed;
		top: 0;
		z-index: 999;
	}
}

#site-header .brand {
	width: 200px;
}
@media (max-width: 767px) {
	#site-header .brand {
		width: 100px;
	}
}

#site-header #nav-switch,
#site-header #nav-close {
	display: none;
	position: fixed;
	top: 5px;
  right: 20px;
}

@media (max-width: 767px) {
	#site-header #nav-switch {
		color: #fafafa;
		display: block;
		font-size: 24px;
		transition: .3s;
	}
	#site-header nav {
		/*background: #22819e;*/
		background: rgb(208 176 163);
		bottom: 0;
		filter: opacity(.9);
		min-height: 100vh;
		padding: 40px 20px;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(100%);
		transition: .5s;
		width: 50%;
		z-index: 1000;
	}
	#site-header #nav-close {
		color: #fff;
		display: block;
		font-size: 24px;
		position: absolute;
		right: 12px;
		top: 8px;
	}

	/* open */
	#site-header #nav-switch.open {
		filter: opacity(0);
	}
	#site-header nav.open {
		transform: translateX(0);
	}
}

#site-header ul {
	display: flex;
	height: 100%;
	margin: 0;
}
@media (max-width: 767px) {
	#site-header ul {
		align-content: flex-start;
		flex-wrap: wrap;
	}
	#site-header li {
		width: 100%;
	}
}

#site-header li a {
	align-items: center;
	color: #fafafa;
	display: flex;
	justify-content: center;
	height: 100%;
	padding: 0 40px;
	text-decoration: none;
}
@media (max-width: 767px) {
	#site-header li a {
		color: #fff;
		justify-content: flex-start;
		margin: 0 0 20px;
		padding: 0 20px;
	}
}

#site-header li a:hover {
	color: #22819e;
}
#site-header .contact a {
	/*border: 2px solid #22819e;*/
	border: 2px solid #fafafa;
	border-radius: 4px;
	/*color: #22819e;*/
	color: #fafafa;
	cursor: pointer;
	margin-left: 40px;
	transition: .3s;
}
@media (max-width: 767px) {
	#site-header .contact a {
		color: #fff;
		margin-left: 0;
	}
}

#site-header .contact a:hover {
	background: #22819e;
	color: #fff;
}


/* ----------
	footer
---------- */
#site-footer {
	/*display: flex;*/
	color: #fafafa;
	background: rgb(110 67 39);
	padding: 30px;
	text-align: center;
	width: 100%;
}

#site-footer .img{
	width: 200px;
	display: block;
    margin-left: auto;
    margin-right: auto
}

#site-footer i{
	justify-content: center;
    margin-left: auto;
    margin-right: auto

}


/* ----------
	index
---------- */

/* common */
.index section {
	padding: 200px 0;
}
@media (max-width: 767px){
  .index section{
	padding: 30px 0;
	}
}



.index .tit {
	text-align: center;
	/*color: rgb(126 86 81);*/
	/*padding: 0.5em 0;*/
	/*border-bottom: solid 2px rgb(126 86 81);*/
}
.index .tit .en {
	color: #22819e;
	font-family: 'Grenze Gotisch', cursive;
	font-size: 24px;
}

.tit-1{
	position: absolute;
	top: 200px;
	left: 0%;
}

@media (max-width: 767px){
 .tit-1	{
	top: 19px;
 }
}


.index h2 {
	display: inline-block;
	font-size: 36px;
	margin: 20px 0 0;
	color: rgb(126 86 81);
	padding: 0.5em 0;
	border-bottom: solid 2px rgb(126 86 81);
}
@media (max-width: 767px) {
	.index h2 {
		font-size: 7vw;
		margin: 0px 0 0;
	}
}

.index .body {
	padding: 0 40px;
	max-width: 1200px;
}
@media (max-width: 767px) {
	.index .body {
		padding: 0 20px;
	}
}

.index .txt p {
	line-height: 200%;
}
/* /common */

.index .kv {
	height: 800px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 767px) {
	.index .kv {
		height: 100vw;
	}
}

.index .kv .tit {
	color: #fff;
	left: 25%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
@media (max-width: 767px) {
	.index .kv .tit {
		width: 100%;
		left: 50%;
	}
}

.index .kv h1 {
	border-bottom: 1px solid;
	font-family: 'Grenze Gotisch', cursive;
	font-size: 80px;
	font-weight: normal;
	margin: 0 auto;
	text-align: left;

}
@media (max-width: 767px) {
	.index .kv h1 {
		margin-top: 50px;
		font-size: 10vw;
	}
}
.subtitle{
	margin-top: 50px;
	}

.index .kv .img {
	filter: brightness(90%) saturate(70%);
}
@media (max-width: 767px) {
	.index .kv .img {
		height: 100%;
		width: 100%;
	}
}

.index .kv img {
	animation: slideShow 20s linear infinite;
	height: auto;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media (max-width: 767px) {
	.index .kv img {
		height: 120%;
	}
}

.index .kv img:first-of-type {
	animation-delay: 0s;
}
.index .kv img:nth-of-type(2) {
	animation-delay: 5s;
}
.index .kv img:nth-of-type(3) {
	animation-delay: 10s;
}
.index .kv img:nth-of-type(4) {
	animation-delay: 15s;
}

@keyframes slideShow {
	0% { opacity: 0; transform: translateY(0); }
	5% { opacity: 1; }
	25% { opacity: 1; }
	30% { opacity: 0; }
	100% { opacity: 0; transform: translateY(-20%); }
}


/* section-1 */
.index #section-1{
	padding-top: 0px;
}

.index #section-1 .exp{
  text-align: center;
  /*font-size: 24px;*/
}

	.index #section-1 .body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0% auto 0;
	padding-top: 150px;
}

@media (max-width: 767px){
	.index #section-1 .body{
		width: 100%;
		flex-direction: column-reverse;
		/*padding: 0;*/


	}
}

.index #section-1 .txt {
	text-align: left;
}
@media (max-width: 767px){
	.index #section-1 .txt{
		text-align: left;
	}
}

.index #section-1 .tit {
	text-align: left;	
}

.index #section-1 .box{
	display: flex;
	position: relative;
	flex-flow: column;
	width: 50%;
	order: 1;
	margin-top: 90px;
	padding: 0px 30px;
	}


@media (max-width: 767px){
	.index #section-1 .box{
     width: 100%;
     margin-top: 400px;
     margin-bottom: 100px;
     order: 0;
	}
}


.circl{
	 opacity : 0.4;
}
.circl-1{
	 opacity : 0.4;
}
.circl-2{
	 opacity : 0.4;
}

.circl{
	position: absolute;
    content: "";
    width: 157px;
    height: 500px;
    background-size: 100% auto;
    top: 472px;
    left: -12%;
    /*transform: translate(100px, -50px);*/
}

@media (max-width: 767px){
	.circl{
		width: 100px;
		top: 1079px;
		left: -2%;
	}
}

.index #section-1 .img {
	filter: brightness(120%) saturate(50%);
	flex-shrink: 0;
	width: 50%;
	order: 2;
}


@media (max-width: 767px) {
	.index #section-1 .img {
     width: 100%;
     order: 0;

}}
@media (max-width: 767px){
	#section-1 .tit{
		margin-top: 200px;
		
	}
}




/* section-2 */
.index #section-2 {
	background: #f3f3f3;
	background-image: linear-gradient(
		-45deg,
		#eee 25%,
		#fafafa 25%,
		#fafafa 50%,
		#eee 50%,
		#eee 75%,
		#fafafa 75%,
		#fafafa
	);
	background-size: 10px 10px;
	padding-top: 300px;
}
.index #section-2 .body {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	position: relative;
	padding-bottom: 300px;
}

.index #section-2 .group {
	display: flex;
	justify-content: space-between;
	width: 80%;
	padding-bottom: 220px;
}

@media (max-width: 767px){
	.index #section-2 .group {
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 220px;
	
}

.index #section-2 .group .box{
	/*display: flex;*/
	padding: 0 30px;
}



}
.index #section-2 .img {
	/*filter: brightness(120%) saturate(50%);*/
	flex-shrink: 0;
	/*order: 1;*/
	width: 480px;
	border: 5px solid #fafafa;
	border-radius: 50%;
	overflow: hidden;
}


.img-coffe{
	position: absolute;
    width: 113px;
    top: -72px;
    left: 79%;
}
@media (max-width: 767px){
	.img-coffe{
		width: 64px;
    top: -1617px;
    left: 42%;
	}
}

.img-spoon-fork{
	position: absolute;
    width: 84px;
    top: 806px;
    left: 29%;
}
/*@media (max-width: 767px){
	.img-spoon-fork{
		width: 55px;
    top: 1320px;
    left: 79%;
	}
}*/

.img-cupcake{
	position: absolute;
    width: 96px;
    top: 1694px;
    left: 84%;
}

/*@media (max-width: 767px){
	.img-cupcake{
		 width: 75px;
    top: 2203px;
    left: 72%;
	}
}*/


@media (max-width: 767px){
	.index #section-2 .img{
		width:100%;
		order: -1;
	}
}


@media (max-width: 767px){
	.index #section-2 .img{
		justify-content: center;
		margin: 0;
	}
}

.index #section-2 .tit {
	text-align: left;	
}
.index #section-2 h2 {
	font-size: 36px;
}
.index #section-2 .txt {
	margin-top: 40px;
}
.index #section-2 .group-2 {
	margin-top: 150px;
}

@media (max-width: 767px){
	.index #section-2 .group-2{
		margin-top: 10px;
	}
}



.index #section-2 .group-2 .img {
	object-fit:cover;
	border-radius:50%;
	order: 1;
	width:480px;
    height:480px;
    border-radius: 50%;
    background-image: url('../img/kv-3.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}
@media (max-width: 767px){
	.index #section-2 .group-2 .img{
		width:338px;
    height:338px;
    order: 1;
	}
}

@media (max-width: 767px){
	.index #section-2 .group-2 .box{
		order: 2;
	}
}



.index #section-2 .group-3 {
		margin-top: 150px;
	}

@media (max-width: 767px){
	.index #section-2 .group-3{
		margin-top: 10px;
	}
}




.index #section-2 .group-3 .img {
	object-fit:cover;
	border-radius:50%;
	/*order: 1;*/
	width:480px;
    height:480px;
    border-radius: 50%;
    background-image: url('../img/kv-4.png');
    background-repeat:no-repeat;
    /*background-size:cover;*/
    background-position: left bottom -230px;
}
@media (max-width: 767px){
	.index #section-2 .group-3 .img{
	width:338px;
    height:338px;
	}

}


#section-2 .circl{
	position: absolute;
    content: "";
    width: 157px;
    height: 500px;
    background-size: 100% auto;
    top: 472px;
    left: 77%;
    /*transform: translate(100px, -50px);*/
}

@media (max-width: 767px){
	#section-2 .circl{
		/*display: none;*/
		width: 100px;
		top: 713px;
		left: 71%;
	}
}



#section-2 .circl-1{
	position: absolute;
    content: "";
    width: 157px;
    height: 500px;
    background-size: 100% auto;
    top: 1231px;
    left: -6%;
}

@media (max-width: 767px){
	#section-2 .circl-1{
		width: 100px;
		top: 1590px;
		left: 2%;
	}
}



#section-2 .circl-2{
	position: absolute;
    content: "";
    width: 157px;
    height: 500px;
    top: 2120px;
    left: 77%;
    /*transform: translate(100px, -50px);*/
}

@media (max-width: 767px){
	#section-2 .circl-2{
		width: 100px;
		top: 2520px;
    left: 72%;
	}
}


/* contact */
#contact {
	display: flex;
	position: relative;
	height:  569px; 
}

.book{
	position: absolute;
	top: -25px;
    left: 50%;
    transform: translateX(-50%);   
    width: 1019px;
}

@media (max-width: 767px){
	.book{
		width: 100%;
		top: 166px;
		opacity: 0.4;

	}
}

#contact .body{
	position:  absolute;
	/*left: 60%; */
	/*transform: translateX(-50%);*/
    height: 500px;
    top: 20px;
    left: 52%;
}

@media (max-width: 767px){
	#contact .body{
		width: 100%;
		position: static; 
	}
}

#contact .group {
	flex-flow: column;
	padding: 16px 0;
	text-align: left;

}
@media (max-width: 767px) {
	#contact .group {
		flex-wrap: wrap;	
	  justify-content: center;
	  text-align:center;

	}
}

@media (max-width: 767px){
	#contact li{
	list-style: none;
}
}