@charset "utf-8";

/*===cariier===cariier===cariier===
...................................

-------------------------- SP ONLY

...................................
===cariier===cariier===cariier===*/

@media screen and (max-width:601px) {
	.pc_only,
	.tb_only,
	.pctb_only,
	.sp_none {
		display: none !important;
	}
	html {
		font-size: 2.3vw;
	}
.txtms { font-size: 94% !important;}
.spl {text-align: left !important;}
.sptl p {font-size: 1.8rem !important;}
}



@media screen and (max-width:600px) {
#wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: #e2e2e2;
	width: 27vw;
	height: 27vw;
	z-index: 11;
}
}



/*===cariier===cariier===cariier===
...................................

-------------------------- PC ONLY

...................................
===cariier===cariier===cariier===*/

@media screen and (min-width:1241px),
print {
	.tb_only,
	.sp_only,
	.pc_none,
	.pctb_none {
		display: none !important;
	}
	a:hover {
		text-decoration: none;
		opacity: 0.7;
		transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
	}
	.sp_menu_wrap {
		display: none;
	}
	nav {
		width: 98%;
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
		margin-left: auto;
		margin-right: 0;
		position: absolute;
		right: 0;
		bottom: -10px;
		top:30px;
	}
	.nav_inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
	}
	

	
	
	.sns_nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		padding-left: 40px;
		margin: 0;
	}
	.sns_nav a {
		text-decoration: none;
		font-size: 2.6rem;
	}
	.sns_nav li + li {
		margin-left: 19px;
	}
	.main_nav a {
		display: block;
	}
	.main_nav > li {
		margin-left: 21px;
		position: relative;
	}
	.main_nav > li > a {
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1.5rem;
	}
	.main_nav > li.has_child > a:before {
		position: absolute;
		content: "";
		top: 23px;
		right: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-right: 1px solid #4f342c;
		border-bottom: 1px solid #4f342c;
		width: 6px;
		height: 6px;
	}
	.sns_nav li {
		line-height: 1.4;
	}
	.main_nav li {
		letter-spacing: 0;
	}
	.main_nav > .has_child > ul li a {
		padding: 5px 30px 8px 15px;
		line-height: 1.4;
		position: relative;
	}
	.main_nav > .has_child > ul li a:before {
		position: absolute;
		content: "";
		top: 50%;
		right: 10px;
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
		border-right: 1px solid #4f342c;
		border-bottom: 1px solid #4f342c;
		width: 5px;
		height: 5px;
		transition: 0.5s ease;
	}
	.main_nav > .has_child > ul li a:hover {
		background: #4f342c;
		transition: 0.5s ease;
		color: #fff;
		opacity: 1;
	}
	.main_nav > .has_child > ul li a:hover:before {
		border-color: #fff;
		transition: 0.5s ease;
	}
	
	.main_nav .reservation_nav {
		background: #ff924c;
		padding: 0 15px 0 15px;
		margin-top: 0;
	}

	.main_nav .reservation_nav a {
		color: #fff;
	}
	
	/*******************************************************************************
	/*******************************************************************************
	header js 部分 */
	.main_nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin: 0;
	}
	.main_nav a {
		display: block;
		text-decoration: none;
	}
	.main_nav > .has_child > a {
		position: relative;
		padding-right: 15px;
	}
	.main_nav > .has_child:before {
		content: '';
		display: none;
		position: absolute;
		bottom: 0;
		right: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 10px 8px;
		border-color: transparent transparent #dcccc4 transparent;
	}
	.main_nav > .has_child.js_hovered:before {
		display: block;
		-webkit-animation: headerHoverOn 0.5s ease 0s 1 normal both;
		animation: headerHoverOn 0.5s ease 0s 1 normal both;
	}
	.main_nav > .has_child.js_removing:before {
		display: block;
		-webkit-animation: headerHoverOff 0.5s ease 0s 1 normal both;
		animation: headerHoverOff 0.5s ease 0s 1 normal both;
	}
	.main_nav > .has_child > ul {
		position: absolute;
		top: 50px;
		right: 0;
		display: none;
		border-top: 2px solid #fff;
	}
	.main_nav > .has_child.js_hovered > ul {
		-webkit-animation: headerHoverOn 0.5s ease 0s 1 normal both;
		animation: headerHoverOn 0.5s ease 0s 1 normal both;
	}
	.main_nav > .has_child.js_removing > ul {
		display: block;
		-webkit-animation: headerHoverOff 0.5s ease 0s 1 normal both;
		animation: headerHoverOff 0.5s ease 0s 1 normal both;
	}
	.main_nav > .has_child:hover > ul {
		display: block;
	}
	.main_nav > .has_child > ul li {
		white-space: nowrap;
		background: #dcccc5;
	}
	.main_nav > .has_child > ul li + li {
		margin-top: 1px;
	}
	.main_nav > .has_child .has_child ul {
		display: none;
	}
}

@media screen and (min-width:1300px) and ( max-width:1480px) {
	.inner2 {
		width: 90%;
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
	}
}

@media screen and (min-width:1241px) and ( max-width:1299px) {
	.inner2 {
		width: 90%;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}
}
@media screen and (min-width:1330px) and ( max-width:1480px) {
	.main_nav > li > a {
		font-size: 1.6rem;
	}


	.main_nav > li {
		margin-left: 12px;
	}
}



@media screen and (min-width:1241px) and ( max-width:1329px) {
	.main_nav > li > a {
		font-size: 1.2rem;
	}


	.main_nav > li {
		margin-left: 10px;
	}
}












/*===cariier===cariier===cariier===
...................................

----------------------- TB/SP ONLY

...................................
===cariier===cariier===cariier===*/

@media screen and (max-width:1240px),
print {
	.main_nav {
		margin-top: 50px;
		padding: 0 7vw 7vw 7vw;
	}
	.main_nav a {
		text-decoration: none;
		padding-left: 5vw;
		position: relative;
	}
	.main_nav > li > a:before {
		position: absolute;
		content: "";
		top: 3.6vw;
		left: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		width: 1.8vw;
		height: 1.8vw;
	}
	.main_nav > li > a {
		font-size: 1.8rem;
	}
	.main_nav li {
		padding-top: 2vw;
		font-size: 1.5rem;
	}
	.main_nav > li > ul > li {
		margin-left: 5vw;
	}
	.main_nav > li > ul > li > a:before {
		position: absolute;
		content: "";
		top: 3vw;
		left: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		width: 1.4vw;
		height: 1.4vw;
	}
	.sns_nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-bottom: 10vw;
	}
	.sns_nav a {
		color: #fff;
		text-decoration: none;
	}
	.sns_nav li {
		font-size: 6vw;
	}
	.sns_nav li + li {
		margin-left: 6vw;
	}
/*******************************************************************************
/*******************************************************************************
header js 部分 */
	header nav {
		position: fixed;
		top: 0;
		right: 0;
		width: 70vw;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		z-index: 99;
		background: #ff924c;
	}
	header nav.nav_transition {
		transition: 0.5s ease;
	}
	header nav .nav_inner {
		height: 100vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	header.js_menu_on nav {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	.sp_menu_wrap {
		width: 50px;
		position: fixed;
		top: 0;
		height: 50px;
		right: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		z-index: 100;
		transition: 0.5s ease;
	}
	.js_scrolled .sp_menu_wrap {
		background: #ff924c;
		transition: 0.5s ease;
	}
	.js_scrolled .sp_menu_wrap a:before,
	.js_scrolled .sp_menu_wrap a:after,
	.js_scrolled .sp_menu_wrap a span:before {
		background: #fff;
		transition: 0.5s ease;
	}
	
	.sp_menu_wrap a {
		display: block;
		width: 50px;
		height: 50px;
		position: relative;
		text-decoration: none;
		color: #ff924c;
	}
	.sp_menu_wrap a:before,
	.sp_menu_wrap a:after,
	.sp_menu_wrap a span:before {
		background: #ff924c;
		width: 20px;
		height: 3px;
		position: absolute;
		content: "";
		border-radius: 3px;
		top: 15px;
		left: 15px;
		transition: 0.5s;
	}
	.sp_menu_wrap a:after {
		top: 31px;
	}
	.sp_menu_wrap a span:before {
		top: 23px;
	}
	.js_menu_on .sp_menu_wrap a span:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 23px;
	}
	.js_menu_on .sp_menu_wrap a:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 23px;
	}
	.js_menu_on .sp_menu_wrap a:after {
		opacity: 0;
	}
	.js_menu_on .sp_menu_wrap a:before,
	.js_menu_on .sp_menu_wrap a:after,
	.js_menu_on .sp_menu_wrap a span:before {
		background: #fff;
	}
	.js_menu_on .sp_menu_wrap a span:after {
		color: #fff;
	}
	.menu_bg {
		display: none;
		background: rgba(255, 157, 94, 0.3);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 98;
		width: 100%;
		height: 100%;
	}
	.main_nav li a {
		color: #fff;
	}
}


/*===cariier===cariier===cariier===
...................................

-------------------------- TB ONLY

...................................
===cariier===cariier===cariier===*/

@media screen and (min-width:601px) and ( max-width:1240px) {
	.pc_only,
	.sp_only,
	.tb_none,
	.pctb_none {
		display: none !important;
	}
	.inner, .inner_sp03 {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	}
	.inner_sp04 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	}
	.inner2 {
		width: 90%;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		padding: 0;
	}
	.umv,
	.topmv {
		width: 95%;
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	header {
		left: 20px;
	}
	header nav {
		width: 390px;
	}
	.main_nav {
		padding: 0 20px 20px;
	}
	.main_nav > li > a:before {
		width: 10px;
		height: 10px;
		top: 16px;
	}
	.main_nav li a {
		padding-left: 30px;
	}
	.main_nav > li > ul > li > a:before {
		height: 8px;
		width: 8px;
		top: 13px;
	}
	.main_nav > li > ul > li {
		margin-left: 31px;
	}
	.sns_nav li {
		font-size: 3rem;
	}
	.sns_nav li + li {
		margin-left: 50px;
	}
	.sns_nav {
		margin-bottom: 50px;
	}
	.f_logo_box {
		width: 100%;
	}
	.f_logo_blox .btn_block {
		width: 100%;
		margin-top: 30px;
	}
	.f_sitemap .col_box {
		width: 30%;
	}
	.f_sitemap .col_box:nth-child(2) {
		width: 63%;
	}
	.f_sitemap .col_box:nth-child(3),
	.f_sitemap .col_box:nth-child(4) {
		width: 48%;
		margin-top: 30px !important;
	}
	.f_img_area:before {
		height: 30vw;
		width: 30vw;
	}
	.f_sns {
		justify-content: center;
	}
	.layout_pic_link .txt_block {
		padding-right: 10px;
	}
	.layout_lbrown_roll .con_area:before {
		height: 35vw;
	}
	.photo_btn_link .btn_style {
		right: 10px;
		padding: 10px;
		width: 60%;
	}
	.photo_btn_link + .photo_btn_link .btn_style {
		right: inherit;
		left: 20px;
	}
	.photo_btn_link .txt {
		left: inherit;
		font-size: 1.2rem;
		width: 98%;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		right: 10px;
		bottom: 10%;
		bottom: -webkit-calc(50% - 55px);
		bottom: calc(50% - 55px);
		text-align: right;
	}
}

@media screen and (min-width:601px) and (max-width:1500px) {
	.f_sns {
		padding-bottom: 0px;
	}
	#pagetop {
		right: 20px;
	}
}


/*===cariier===cariier===cariier===
...................................

-------------------------- ANIMATIONS

...................................
===cariier===cariier===cariier===*/


/*******************************************************************************
/*******************************************************************************
header js 部分 */

@-webkit-keyframes headerHoverOn {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes headerHoverOn {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes headerHoverOff {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes headerHoverOff {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}