@charset "utf-8";
/* CSS Document */
header {
	position: absolute;
}
#mainvisual {
	position: fixed;
	width: 100%;
	z-index: 1;
}
#mainvisual img {
	width: 100%;
}
#main_box {
	position: relative;
	padding: 80vw 0 0 0;
	z-index: 10;
}
#copy_logo {
	text-align: center;
	padding: 0 0 20px;
}
#suehiro {
	text-align: center;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
	color: #675E54;
	text-shadow: 1px 1px 2px #fff;
	font-size: 2rem;
	line-height: 2em;
	padding: 80px 2% 20px 2%;
}
.photo img {
	box-shadow: rgba(143, 143, 143, 0.2) 2px 2px 16px 2px;
}
#v_navi {
	padding: 100px 2% 50px 2%;
}
#v_navi li {
	margin: 0 0 20px 0;
}
#information {
	background: url(../images/insta_bg.png);
}
#btn_insta {
	text-align: center;
}
#btn_insta i::before{
	font-size: 5rem;
}
#access {}
#address {
	width: 80%;
	margin: 0 auto;
}
#contact {
	width: 10em;
	height: 3em;
	margin: 20px auto;
	text-align: center;
	color: #ffffff;
}
#contact a {
	display: block;
	width: 100%;
	height: 3em;
	line-height: 3em;
	font-size: 1.6rem;
	background: #766d62;
	color: #ffffff;
}
#contact a:hover {
	background: #ffffff;
	color: #766d62;
	border: 1px solid #766d62;
}
#line{
	box-sizing: border-box;
	width: 10em;
	margin: 20px auto;
	border: 1px solid #766d62;
}
#line img{
	width: 100%;
}
#access iframe {
	width: 100%;
	height: 320px;
}
#map {
	width: 80%;
	margin: 20px auto;
	border: 3px solid #fff;
}
/*------------------------------*/
/*ビジュアルメニュー設定*/
/*------------------------------*/
.visualmenu li {
	width: 100%;
	position: relative;
	text-align: center;
	background: #000000;
	overflow: hidden;
}
.visualmenu li a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 62.5%;
	position: relative;
}
.visualmenu li a p {
	width: 40%;
	height: 0;
	padding-bottom: 2.5em;
	padding-top: 1em;
	border: 2px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -20%;
	color: #ffffff;
	font-size: 2rem;
	text-shadow: 0 0 6px #666, 1px 1px 3px #333;
}
.visualmenu li::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 62.5%;
	top: 0;
	left: 0;
	background-size: contain;
}
#long {
	line-height: 1.3;
	padding-bottom: 3em;
	padding-top: 0.5em;
}
.menu_01::before {
	background: url(../images/v_navi21.jpg) no-repeat;
}
.menu_02::before {
	background: url(../images/v_navi02.jpg) no-repeat;
}
.menu_03::before {
	background: url(../images/v_navi03.jpg) no-repeat;
}
.menu_04::before {
	background: url(../images/v_navi34.jpg) no-repeat;
}
.menu_05::before {
	background: url(../images/v_navi05.jpg) no-repeat;
}
.menu_06::before {
	background: url(../images/v_navi16.jpg) no-repeat;
}
.menu_07::before {
	background: url(../images/v_navi17.jpg) no-repeat;
}
.menu_08::before {
	background: url(../images/v_navi18.jpg) no-repeat;
}
.menu_09::before {
	background: url(../images/v_navi22.jpg) no-repeat;
}
.menu_10::before {
	background: url(../images/v_navi20.jpg) no-repeat;
}
.menu_11::before {
	background: url(../images/v_navi11.jpg) no-repeat;
}
.visualmenu li::before {
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.visualmenu li:hover::before {
	opacity: 0.3;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/*------------------------------*/
/*インスタ設定*/
/*------------------------------*/
#scroller {
	margin: 40px 0;
}
#instafeed {}
#instafeed li {
	float: left;
	border: 10px solid #fff;
	background: #fff;
	position: relative;
}
#instafeed li img {
	width: 240px;
	height: 240px;
	object-fit: cover;
}
/*IEだとobject-fitが効かない*/
.object_fit_img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.like {
	display: none;
	position: absolute;
	bottom: 4%;
	right: 4%;
}
.like::before {
	content: "♥";
	padding-right: 1rem;
}
#instafeed li:hover .like {
	display: block;
}
#instafeed li:hover img {
	opacity: 0.3;
}
.simply-scroll-container {
	position: relative;
}
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}
.simply-scroll-list {
	overflow: hidden;
}
#insta_kari {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 20px;
}
#insta_kari li {
	width: 120px;
	height: 120px;
	padding: 10px;
	margin: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#insta_kari li img {
	width: 100%;
}
#insta_kari .tate img {
	width: 66.7%;
}
/* ▼PC,タブレット▼ */
@media screen and (min-width: 768px) {
	#scroll {
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 80px;
		z-index: 2;
		background: linear-gradient(to top, #766d62, #766d62) repeat-y center/1px;
		margin-left: -2em;
	}
	#scroll::before {
		content: "SCROLL";
		display: block;
		margin-top: -24px;
	}
	#main_box {
		padding: 100vh 0 0 0;
	}
	#v_navi li {
		float: left;
	}
	.portrait a {
		padding-bottom: 120% !important;
	}
	.portrait::before {
		padding-bottom: 121% !important;
	}
	.portrait {
		width: 235px !important;
	}
	.landscape {
		width: 320px !important;
	}
	.margin_l {
		margin-left: 20px !important;
	}
	.menu_05{
	margin-left: 170px !important;
	}
	#address {
		width: 400px;
		margin: 40px 0 20px 60px;
		float: left;
		line-height: 2;
	}
	#contact {
		clear: both;
		margin: 20px 0;
	}
	#line{
		margin: 20px 0;
	}
	#map {
		float: left;
		width: 480px;
		margin-top: 40px;
	}
	#access iframe {
		width: 480px;
		height: 420px;
	}
	#insta_kari li {
		width: 200px;
		height: 200px;
	}
}