@charset "utf-8";

/* common.css
----------------------------------------- */
html {
	font-size: 62.5%;
}
html,body#top {
	width: 100%;
	height: 100%;
}
body {
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	color: #111;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #111;
	text-decoration: none;
} 
a:hover {
	color: #111;
	text-decoration: none;
}
a:focus {
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
input:focus, 
select:focus, 
textarea:focus {
}
img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
* {
	box-sizing: border-box;
}

/* common
----------------------------------------- */
/* loading */
#contents-wrap {
	height: 100%;
	opacity: 0;
	transition: all 1.4s;
}
#contents-wrap.fade-in {
	opacity: 1;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 120px;
	height: auto;
	margin-top: -60px;
	margin-left: -60px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
	display: none;
}
.loading-img img {
	width: 100%;
	height: auto;
	animation: flash 0.6s linear infinite;
}
@keyframes flash {
	0%,100% {
		opacity: 1;
	}
	50% {
		opacity: .7;
	}
}

/* breadcrumbs-area */
.breadcrumbs-area {
	box-sizing: border-box;
	padding: 25px 30px 0 30px;
}
.breadcrumbs-list {
}
.breadcrumbs-list li {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.4;
}
.breadcrumbs-list a {
	display: inline-block;
	position: relative;
	margin-right: 34px;
	color: #111;
}
.breadcrumbs-list a::before,
.breadcrumbs-list a::after {
	content: "";
	display: block;
	width: 7px;/* 線の長さ */
	height: 2px;/* 線の太さ */
	background: #EA8B1F;
	position: absolute;
	top: 50%;
	right: -19px;
	border-radius: 100px;
	transform: rotate(25deg);
	transform-origin: 100% 50%;
}
.breadcrumbs-list a::after {
	transform: rotate(-25deg);
}
.breadcrumbs-list li span {
	color: #111;
}

/* link */
.sec-btn,
.tabelog-btn,
.online-store-btn {
	position: relative;
	display: inline-block;
	padding: 0 62px 0 45px;
	border-radius: 27px;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 54px;
	letter-spacing: 0.03em;
}
.sec-btn {
	background-color: #111;
	color: #fff;
}
.sec-btn:hover {
	color: #fff;
}
.tabelog-btn {
	background-color: #F7AA0A;
}
.tabelog-btn:hover {
}
.tabelog-btn span {
	color: #fff;
}
.online-store-btn {
	background-color: #B40203;
	font-size: 1.3rem;
	color: #fff;
}
.online-store-btn:hover {
	color: #fff;
}
.sec-btn::before,
.sec-btn::after,
.tabelog-btn::before,
.tabelog-btn::after,
.online-store-btn::before,
.online-store-btn::after {
	content: "";
	display: block;
	width: 10px;/* 線の長さ */
	height: 3px;/* 線の太さ */
	background: #fff;
	position: absolute;
	top: calc(50% - 1px);
	right: 35px;
	transform: rotate(30deg);
	transform-origin: calc(100% - 1px) 50%;
}
.sec-btn::after,
.tabelog-btn::after,
.online-store-btn::after {
	transform: rotate(-30deg);
}


/* header
----------------------------------------- */
#header {
}
.header-logo {
	position: absolute;
	top: 25px;
	left: 30px;
	width: 110px;
	height: auto;
	z-index: 100;
}
#top .header-logo {
}

/* page-visual-area */
.page-visual-area {
	position: relative;
	height: 220px;
}
.page-ttl {
	padding: 110px 0 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.page-ttl::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 30px;
	margin-left: -1px;
	background-color: #fff;
}
.page-ttl::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 2px;
	height: 20px;
	margin-left: -1px;
	background-color: #111;
}
.page-ttl .jpn {
	display: block;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.13em;
}
.page-ttl .eng {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}

/* slide-menu-btn */
.slide-menu-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 8px 10px 8px;
	/* background-color: #fff; */
	z-index: 10000;
}
.slide-menu-nav {
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding: 0 0 70px;
	background-color: rgba(17,17,17,0.94);
	z-index: 9000;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.slide-logo {
	width: 100px;
	height: auto;
	margin: 13px 0 0 25px;
}
.slide-menu-nav.open {
	visibility: visible;
	opacity: 1;
}
.slide-menu-nav .gnav {
	margin-bottom: 46px;
	padding-top: 60px;
	text-align: center;
}
.slide-menu-nav .gnav li {
}
.slide-menu-nav .gnav li:last-child {
	margin-bottom: 0;
}
.slide-menu-nav .gnav a {
	display: block;
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 18px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: 700;
}
.slide-menu-nav .gnav a::after {
	content: "";
	background-image: linear-gradient(to right, #fff, #fff 1px, transparent 2px, transparent 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10px;
	height: 1px;
	margin-left: -5px;
}
.slide-menu-nav .gnav .jpn {
	display: block;
	font-size: 1.6rem;
	line-height: 1.8;
}
.slide-menu-nav .gnav .eng {
	display: block;
	font-size: 1.1rem;
	letter-spacing: 0.03em;
	opacity: .5;
}
.slide-menu-nav .gnav01 {
	padding-top: 5px;
	opacity: 0;
	transition: all .6s;
}
.slide-menu-nav .gnav02 {
	padding-top: 5px;
	opacity: 0;
	transition: all .6s;
	transition-delay: .04s;
}
.slide-menu-nav .gnav03 {
	padding-top: 5px;
	opacity: 0;
	transition: all .6s;
	transition-delay: .08s;
}
.slide-menu-nav .gnav04 {
	padding-top: 5px;
	opacity: 0;
	transition: all .6s;
	transition-delay: .12s;
}
.slide-menu-nav.open .gnav01,
.slide-menu-nav.open .gnav02,
.slide-menu-nav.open .gnav03,
.slide-menu-nav.open .gnav04 {
	padding-top: 0;
	opacity: 1;
}

.slide-sns {
	margin-top: -10px;
	text-align: center;
}
.slide-sns a {
	position: relative;
	display: inline-block;
	padding-top: 25px;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}
.slide-sns a.instagram::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	background: url(../images/icon-Instagram-white.png) 0 0 no-repeat;
	background-size: 22px 22px;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 21px;
	height: 11px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	top: 5px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}


/* contents
----------------------------------------- */
#contents {
}

/* contact-sec */
.contact-sec {
	width: calc(100% - 40px);
	margin: 0 auto 70px;
	padding: 65px 40px;
	background: url(../images/contact-area-bg_sp.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 10px;
	color: #fff;
}
.contact-sec-ttl {
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
}
.contact-sec-ttl .jpn {
	display: block;
	font-size: 6vw;
	line-height: 1.6;
}
.contact-sec-ttl .eng {
	display: block;
	font-size: 3.2vw;
	color: #EA8B1F;
	letter-spacing: 0.03em;
}
.contact-sec-tel {
	margin-bottom: 10px;
	font-size: 9vw;
	letter-spacing: 0.01em;
	line-height: 1.2;
}
.contact-sec-tel a {
	color: #fff;
}
.contact-sec-tel span {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #EA8B1F;
}
.contact-sec-time {
	line-height: 1.6;
}
.contact-sec-time-inner {
	display: flex;
	margin-bottom: 5px;
	font-size: 1.1rem;
}
.contact-sec-time-inner .open-day {
	display: block;
	width: 4.5em;
}
.contact-sec-time-inner .open-hour {
	width: calc(100% - 4.5em);
}

/* footer
----------------------------------------- */
#footer {
	position: relative;
	padding-top: 70px;
	background: url(../images/footer-bg_sp.jpg) center center no-repeat;
	background-size: cover;
}
.page-top {
	position: absolute;
	top: -20px;
	right: 40px;
	width: 40px;
	height: 52px;
	background: url(../images/page-top-arrow.png) 0 0 no-repeat;
	background-size: 40px 52px;
}
.footer-nav {
	text-align: center;
}
.footer-nav li {
	margin-bottom: 20px;
}
.footer-nav li:last-child {
	margin-bottom: 0;
}
.footer-nav li a {
	display: block;
	position: relative;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #111;
	font-weight: 700;
}
.footer-nav li a .jpn {
	display: block;
	font-size: 1.6rem;
	line-height: 1.8;
}
.footer-nav li a .eng {
	display: block;
	font-size: 1.1rem;
	letter-spacing: 0.03em;
}

.footer-sns-link {
	margin: 35px 0 55px;
	text-align: center;
}
.footer-sns-link a {
	position: relative;
	display: inline-block;
	padding-top: 25px;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}
.footer-sns-link a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	background: url(../images/icon-Instagram-footer.png) 0 0 no-repeat;
	background-size: 22px 22px;
}

.footer-logo-area {
	padding: 0 0 40px 40px;
}
.yakizen-logo {
	width: 120px;
	height: auto;
	margin-bottom: 10px;
}
.yakizen-logo a {
}
.cluster-plan-logo {
	width: 112px;
	height: auto;
}
.cluster-plan-logo span {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 1.0rem;
}

.copyright {
	display: block;
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.0rem;
	letter-spacing: 0.03em;
}









































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {

/* common
----------------------------------------- */
/* loading */
#contents-wrap {
	position: relative;
	opacity: 0;
	transition: all 1.4s;
}
#contents-wrap.fade-in {
	opacity: 1;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 160px;
	height: auto;
	margin-top: -90px;
	margin-left: -80px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* breadcrumbs-area */
.breadcrumbs-area {
	box-sizing: border-box;
	padding: 30px 60px 0 60px;
}
.breadcrumbs-list {
}
.breadcrumbs-list li {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.4;
}
.breadcrumbs-list a {
	display: inline-block;
	position: relative;
	margin-right: 34px;
	color: #111;
}
.breadcrumbs-list a::before,
.breadcrumbs-list a::after {
	content: "";
	display: block;
	width: 7px;/* 線の長さ */
	height: 2px;/* 線の太さ */
	background: #EA8B1F;
	position: absolute;
	top: 50%;
	right: -19px;
	border-radius: 100px;
	transform: rotate(25deg);
	transform-origin: 100% 50%;
}
.breadcrumbs-list a::after {
	transform: rotate(-25deg);
}
.breadcrumbs-list li span {
	color: #111;
}

/* link */
.sec-btn,
.tabelog-btn,
.online-store-btn {
	position: relative;
	display: inline-block;
	padding: 0 62px 0 45px;
	border-radius: 27px;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 54px;
	letter-spacing: 0.03em;
}
.sec-btn {
	background-color: #111;
	color: #fff;
}
.sec-btn:hover {
	color: #fff;
}
.tabelog-btn {
	background-color: #F7AA0A;
}
.tabelog-btn:hover {
}
.tabelog-btn span {
	color: #fff;
}
.online-store-btn {
	background-color: #B40203;
	color: #fff;
}
.online-store-btn:hover {
	color: #fff;
}
.sec-btn::before,
.sec-btn::after,
.tabelog-btn::before,
.tabelog-btn::after,
.online-store-btn::before,
.online-store-btn::after {
	content: "";
	display: block;
	width: 10px;/* 線の長さ */
	height: 3px;/* 線の太さ */
	background: #fff;
	position: absolute;
	top: calc(50% - 1px);
	right: 35px;
	transform: rotate(30deg);
	transform-origin: calc(100% - 1px) 50%;
}
.sec-btn::after,
.tabelog-btn::after,
.online-store-btn::after {
	transform: rotate(-30deg);
}


/* header
----------------------------------------- */
#header {
}
.header-logo {
	position: absolute;
	top: 50px;
	left: 60px;
	width: 180px;
	height: auto;
	z-index: 100;
}
#top .header-logo {
}

/* page-visual-area */
.page-visual-area {
	position: relative;
	height: 320px;
}
.page-ttl {
	padding: 180px 0 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.page-ttl::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 40px;
	margin-left: -1px;
	background-color: #fff;
}
.page-ttl::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 2px;
	height: 20px;
	margin-left: -1px;
	background-color: #111;
}
.page-ttl .jpn {
	display: block;
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: 0.13em;
}
.page-ttl .eng {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}

/* slide-menu-btn */
.slide-menu-btn {
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 8px 10px 8px;
	/* background-color: #fff; */
	z-index: 10000;
}
.slide-menu-nav {
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding: 0 0 20%;
	background-color: rgba(17,17,17,0.94);
	z-index: 9000;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.slide-logo {
	width: 100px;
	height: auto;
	margin: 13px 0 0 25px;
}
.slide-menu-nav.open {
	visibility: visible;
	opacity: 1;
}
.slide-menu-nav .gnav {
	margin-bottom: 46px;
	padding-top: 20%;
	text-align: center;
}
.slide-menu-nav .gnav li {
}
.slide-menu-nav .gnav li:last-child {
	margin-bottom: 0;
}
.slide-menu-nav .gnav a {
	display: block;
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 18px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: 700;
}
.slide-menu-nav .gnav a::after {
	content: "";
	background-image: linear-gradient(to right, #fff, #fff 1px, transparent 2px, transparent 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10px;
	height: 1px;
	margin-left: -5px;
}
.slide-menu-nav .gnav .jpn {
	display: block;
	font-size: 1.6rem;
	line-height: 1.8;
}
.slide-menu-nav .gnav .eng {
	display: block;
	font-size: 1.1rem;
	letter-spacing: 0.03em;
	opacity: .5;
}
.slide-menu-nav .gnav01 {
	padding-top: 5px;
	opacity: 0;
	transition: all .6s;
}
.slide-menu-nav .gnav02 {
	padding-top: 5px;
	opacity: 0;
	transition: all .6s;
	transition-delay: .04s;
}
.slide-menu-nav .gnav03 {
	padding-top: 5px;
	opacity: 0;
	transition: all .6s;
	transition-delay: .08s;
}
.slide-menu-nav .gnav04 {
	padding-top: 5px;
	opacity: 0;
	transition: all .6s;
	transition-delay: .12s;
}
.slide-menu-nav.open .gnav01,
.slide-menu-nav.open .gnav02,
.slide-menu-nav.open .gnav03,
.slide-menu-nav.open .gnav04 {
	padding-top: 0;
	opacity: 1;
}

.slide-sns {
	margin-top: -10px;
	text-align: center;
}
.slide-sns a {
	position: relative;
	display: inline-block;
	padding-top: 25px;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}
.slide-sns a.instagram::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	background: url(../images/icon-Instagram-white.png) 0 0 no-repeat;
	background-size: 22px 22px;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 21px;
	height: 11px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	top: 5px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}



/* contents
----------------------------------------- */
#contents {
}

/* contact-sec */
.contact-sec {
	width: calc(100% - 120px);
	margin: 0 auto 120px;
	padding: 80px 0;
	background: url(../images/contact-area-bg_pc.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 10px;
	color: #fff;
}
.contact-sec-ttl {
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
}
.contact-sec-ttl .jpn {
	display: block;
	font-size: 2.6rem;
	line-height: 1.6;
}
.contact-sec-ttl .eng {
	display: block;
	font-size: 1.3rem;
	color: #EA8B1F;
	letter-spacing: 0.03em;
}
.contact-sec-inner {
	display: flex;
	justify-content: center;
}
.contact-sec-tel-area {
}
.contact-sec-tel {
	margin-bottom: 10px;
	font-size: 3.8rem;
	letter-spacing: 0.01em;
	line-height: 1.2;
}
.contact-sec-tel a {
	color: #fff;
}
.contact-sec-tel span {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #EA8B1F;
}
.contact-sec-time {
	line-height: 1.6;
}
.contact-sec-time-inner {
	display: flex;
	margin-bottom: 5px;
	font-size: 1.1rem;
}
.contact-sec-time-inner .open-day {
	display: block;
	width: 4.5em;
}
.contact-sec-time-inner .open-hour {
	width: calc(100% - 4.5em);
}


/* footer
----------------------------------------- */
#footer {
	position: relative;
	padding-top: 100px;
	background: url(../images/footer-bg_sp.jpg) center center no-repeat;
	background-size: cover;
}
.page-top {
	position: absolute;
	top: -20px;
	right: 80px;
	width: 40px;
	height: 52px;
	background: url(../images/page-top-arrow.png) 0 0 no-repeat;
	background-size: 40px 52px;
}
.footer-nav {
	text-align: center;
}
.footer-nav li {
	margin-bottom: 20px;
}
.footer-nav li:last-child {
	margin-bottom: 0;
}
.footer-nav li a {
	display: block;
	position: relative;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #111;
	font-weight: 700;
}
.footer-nav li a .jpn {
	display: block;
	font-size: 1.6rem;
	line-height: 1.8;
}
.footer-nav li a .eng {
	display: block;
	font-size: 1.1rem;
	letter-spacing: 0.03em;
}

.footer-sns-link {
	margin: 35px 0 55px;
	text-align: center;
}
.footer-sns-link a {
	position: relative;
	display: inline-block;
	padding-top: 25px;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}
.footer-sns-link a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	background: url(../images/icon-Instagram-footer.png) 0 0 no-repeat;
	background-size: 22px 22px;
}

.footer-logo-area {
	padding: 0 0 40px 80px;
}
.yakizen-logo {
	width: 120px;
	height: auto;
	margin-bottom: 10px;
}
.yakizen-logo a {
}
.cluster-plan-logo {
	width: 112px;
	height: auto;
}
.cluster-plan-logo span {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 1.0rem;
}

.copyright {
	display: block;
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.0rem;
	letter-spacing: 0.03em;
}



} /* tablet end */














































/* PC 960px - */
@media only screen and (min-width: 960px) {

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
img {
	width: 100%;
	height: auto;
}


/* common
----------------------------------------- */
/* loading */
#contents-wrap {
	position: relative;
	opacity: 0;
	transition: all 1.4s;
}
#contents-wrap.fade-in {
	opacity: 1;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 220px;
	height: auto;
	margin-top: -90px;
	margin-left: -110px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* breadcrumbs-area */
.breadcrumbs-area {
	box-sizing: border-box;
	padding: 30px 50px 0 50px;
}
.breadcrumbs-list {
}
.breadcrumbs-list li {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.4;
}
.breadcrumbs-list a {
	display: inline-block;
	position: relative;
	margin-right: 34px;
	color: #111;
	transition: all .3s;
}
.breadcrumbs-list a:hover {
	color: #999;
}
.breadcrumbs-list a::before,
.breadcrumbs-list a::after {
	content: "";
	display: block;
	width: 7px;/* 線の長さ */
	height: 2px;/* 線の太さ */
	background: #EA8B1F;
	position: absolute;
	top: 50%;
	right: -19px;
	border-radius: 100px;
	transform: rotate(25deg);
	transform-origin: 100% 50%;
}
.breadcrumbs-list a::after {
	transform: rotate(-25deg);
}
.breadcrumbs-list li span {
	color: #111;
}

/* link */
.sec-btn,
.tabelog-btn,
.online-store-btn {
	position: relative;
	display: inline-block;
	padding: 0 66px 0 66px;
	border-radius: 34px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 68px;
	letter-spacing: 0.03em;
}
.sec-btn {
	background-color: #111;
	color: #fff;
	transition: all .3s;
}
.sec-btn:hover {
	background-color: #666;
	color: #fff;
}
.tabelog-btn {
	background-color: #F7AA0A;
	transition: all .3s;
}
.tabelog-btn:hover {
	background-color: #FFBF3B;
}
.tabelog-btn span {
	color: #fff;
}
.online-store-btn {
	background-color: #B40203;
	color: #fff;
	transition: all .3s;
}
.online-store-btn:hover {
	background-color: #E23031;
	color: #fff;
}
.sec-btn::before,
.sec-btn::after,
.tabelog-btn::before,
.tabelog-btn::after,
.online-store-btn::before,
.online-store-btn::after {
	content: "";
	display: block;
	width: 10px;/* 線の長さ */
	height: 3px;/* 線の太さ */
	background: #fff;
	position: absolute;
	top: calc(50% - 1px);
	right: 35px;
	transform: rotate(30deg);
	transform-origin: calc(100% - 1px) 50%;
	transition: all .3s;
}
.sec-btn:hover::before,
.sec-btn:hover::after,
.tabelog-btn:hover::before,
.tabelog-btn:hover::after,
.online-store-btn:hover::before,
.online-store-btn:hover::after {
	right: 30px;
}
.sec-btn::after,
.tabelog-btn::after,
.online-store-btn::after {
	transform: rotate(-30deg);
}


/* header
----------------------------------------- */
#header {
}
.header-logo {
	position: absolute;
	top: 60px;
	left: 90px;
	width: 200px;
	height: auto;
	z-index: 100;
}
#top .header-logo {
	position: absolute;
	top: 80px;
	left: 90px;
	width: 240px;
}

/* page-visual-area */
.page-visual-area {
	position: relative;
	height: 450px;
}
.page-ttl {
	padding: 225px 0 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.page-ttl::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 50px;
	margin-left: -1px;
	background-color: #fff;
}
.page-ttl::after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 50%;
	width: 2px;
	height: 50px;
	margin-left: -1px;
	background-color: #111;
}
.page-ttl .jpn {
	display: block;
	font-size: 4.2rem;
	line-height: 1.4;
	letter-spacing: 0.13em;
}
.page-ttl .eng {
	display: block;
	font-size: 2.2rem;
	letter-spacing: 0.03em;
}

/* header-gnav-pc */
.header-gnav-pc {
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 100;
}
.header-gnav-pc li {
	display: inline-block;
}
.header-gnav-pc li a {
	display: inline-block;
	position: relative;
	width: 130px;
	padding: 60px 0 0 25px;
	color: #fff;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: all .3s;
}
.header-gnav-pc li a:hover {
	opacity: .6;
}
.header-gnav-pc li.gnav03 a {
	width: 140px;
}
.header-gnav-pc li .jpn {
	display: block;
	font-size: 1.6rem;
	line-height: 2.0;
}
.header-gnav-pc li .eng {
	display: block;
	padding-left: 1px;
	font-size: 1.1rem;
	letter-spacing: 0.03em;
}
.header-gnav-pc li a::after {
	content: "";
	background-image: linear-gradient(to bottom, #fff, #fff 1px, transparent 2px, transparent 3px);
	background-size: 1px 3px;
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 110px;
}
.header-sns-link {
	position: absolute;
	top: 148px;
	right: 40px;
}
.header-sns-link a {
	position: relative;
	padding: 2px 0 0 30px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	opacity: .7;
	transition: all .3s;
}
.header-sns-link a:hover {
	opacity: .4;
}
.header-sns-link a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(../images/icon-Instagram-white.png) 0 0 no-repeat;
	background-size: 22px 22px;
}


/* contents
----------------------------------------- */
#contents {
}

/* contact-sec */
.contact-sec {
	max-width: 1000px;
	margin: 0 auto 120px;
	padding: 100px 0 120px;
	background: url(../images/contact-area-bg_pc.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 10px;
	color: #fff;
}
.contact-sec-ttl {
	margin-bottom: 45px;
	font-weight: 700;
	text-align: center;
}
.contact-sec-ttl .jpn {
	display: block;
	font-size: 3.4rem;
	line-height: 1.6;
}
.contact-sec-ttl .eng {
	display: block;
	font-size: 1.5rem;
	color: #EA8B1F;
	letter-spacing: 0.03em;
}
.contact-sec-inner {
	display: flex;
	justify-content: center;
}
.contact-sec-tel-area {
	margin-left: 30px;
}
.contact-sec-tel {
	margin-bottom: 10px;
	font-size: 4.6rem;
	letter-spacing: 0.01em;
	line-height: 1.2;
}
.contact-sec-tel a {
	color: #fff;
}
.contact-sec-tel span {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #EA8B1F;
}
.contact-sec-time {
	display: flex;
	line-height: 1.6;
}
.contact-sec-time-inner {
	display: block;
	width: 165px;
	margin-bottom: 0;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}
.contact-sec-time-inner .open-day {
	display: block;
	width: auto;
	margin-bottom: 4px;
}
.contact-sec-time-inner .open-hour {
	width: auto;
}

/* footer
----------------------------------------- */
#footer {
	position: relative;
	padding: 83px 140px 0 0;
	background: url(../images/footer-bg_pc.jpg) center center no-repeat;
	background-size: cover;
}
.page-top {
	position: absolute;
	top: -20px;
	right: 140px;
	width: 40px;
	height: 52px;
	background: url(../images/page-top-arrow.png) 0 0 no-repeat;
	background-size: 40px 52px;
	transition: all .3s;
}
.page-top:hover {
	opacity: .6;
}
.footer-nav {
	margin-right: -35px;
	text-align: right;
}
.footer-nav li {
	display: inline-block;
	margin: 0;
	text-align: left;
}
.footer-nav li:last-child {
	margin-bottom: 0;
}
.footer-nav li a {
	display: inline-block;
	position: relative;
	width: 130px;
	padding: 0 0 0 25px;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: all .3s;
}
.footer-nav li a:hover {
	opacity: .6;
}
.footer-nav li.fnav03 a {
	width: 140px;
}
.footer-nav li a .jpn {
	display: block;
	font-size: 1.6rem;
	line-height: 2.0;
}
.footer-nav li a .eng {
	display: block;
	padding-left: 1px;
	font-size: 1.1rem;
	letter-spacing: 0.03em;
}
.footer-nav li a::after {
	content: "";
	background-image: linear-gradient(to bottom, #111, #111 1px, transparent 2px, transparent 3px);
	background-size: 1px 3px;
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 80px;
}
.footer-sns-link {
	margin: 60px 0 0 0;
	text-align: right;
}
.footer-sns-link a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 25px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	transition: all .3s;
}
.footer-sns-link a:hover {
	opacity: .6;
}
.footer-sns-link a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(../images/icon-Instagram-footer.png) 0 0 no-repeat;
	background-size: 22px 22px;
}

.footer-logo-area {
	position: absolute;
	top: 133px;
	left: 10%;
	padding: 0;
}
.yakizen-logo {
	width: 160px;
	height: auto;
	margin-bottom: 20px;
}
.yakizen-logo a {
}
.cluster-plan-logo {
	width: 150px;
	height: 31px;
}
.cluster-plan-logo span {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 1.2rem;
}

.copyright {
	display: block;
	margin-top: 105px;
	padding-bottom: 30px;
	text-align: right;
	font-size: 1.0rem;
	letter-spacing: 0.03em;
}



} /* pc end */














































/* PC:1201px - */
@media only screen and (min-width: 1201px) {

} /* pc end */









