/* --------------- top --------------- */

.col_topMain {
	width: 94%;
	height: 50vw;
	margin: 0 auto;
	padding: 4.5vw 0 0 0;
	color: #fff;
	background-image: url(../img/top/mainimg.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.inner_topMain {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 220px 0 0;
}

.logo_main {
	max-width: 148px;
	margin: 0 0 22px 125px;
}

dl.lead_main {
	margin: 0 0 20px;
	padding: 0;
}

dl.lead_main dt {
	margin: 0 0 23px;
	padding: 0 0 0 1.3em;
	font-size: 60px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-indent: -1.3em;
}

dl.lead_main dd {
	margin: 0;
	padding: 0;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: 0.14em;
}

.txt_main {
	margin: 0;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
}

.btn_topRestaurant {
	width: 308px;
	height: 136px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/top/btn_restaurant.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50px;
	right: -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	transition: .3s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.btn_topRestaurant * {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.btn_topRestaurant dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

.btn_topRestaurant dl dt {
	margin: 0 0 10px;
	padding: 0;
	font-size: 30px;
	line-height: 1.1;
}

.btn_topRestaurant dl dd {
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

.btn_topRestaurant dl dd img,
.btn_topRestaurant dl dd svg {
	width: 84px;
	margin: 0 auto;
	display: block;
}

.btn_topRestaurant dl dd .desvg path {
	fill: #fff;
	transition: .2s;
}

.btn_topRestaurant dl dd .desvg path:first-of-type {
	stroke: #fff;
}

.col_topNews {
	margin: 0;
	padding: 65px 0 45px 0;
}

.inner_topNews {
	width: 84%;
	margin: 0 auto;
	padding: 0;
}

.col_topNews .mds_top1 {
	margin-bottom: 50px;
}

.wrap_topNews {
	width: 100%;
	margin: 0 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slide_news {
	width: 100%;
}

.wrap_topNews .box {
	width: 25%;
	padding: 1.5%;
	color: #000;
	text-decoration: none;
	display: block;
	transition: .2s;
}

.wrap_topNews .box dl {
	margin: 0;
	padding: 0;
}

.wrap_topNews .box dl dt {
	width: 100%;
	height: 14vw;
	margin: 0 auto 10px;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.wrap_topNews .box dl dt img {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.wrap_topNews .box dl dt.portrait img {
	width: 100%;
	height: auto;
}

.wrap_topNews .box dl dd {
	margin: 0;
	padding: 0;
}

.wrap_topNews .box dl dd .date {
	margin: 0 0 7px;
	font-size: 12px;
	line-height: 1.2;
}

.wrap_topNews .box dl dd .tags {
	font-size: 11px;
	line-height: 1.2;
}

.wrap_topNews .box dl dd .tags span {
	margin: 0 6px 4px 0;
	padding: 2px 4px 3px;
	color: #fff;
	background-color: #754c24;
	display: inline-block;
}

.wrap_topNews .box dl dd .tags span.limited {
	background-color: #ff801e;
}

.wrap_topNews .box dl dd .tags span.new {
	background-color: #ff0000;
}

.wrap_topNews .box dl dd .tags span.kura {
	background-color: #754c24;
}

.wrap_topNews .box dl dd .cont {
	margin: 0;
	font-size: 14px;
	word-break: break-all;
}

.btn_swiper {
	display: none;
}

.mds_top1 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
}

.mds_top1 .en {
	font-size: 20px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

.mds_top1 .ja {
	font-size: 40px;
	line-height: 1.25;
}

.btn_topmore {
	width: 84px;
	margin: 0 auto;
	color: #000;
	text-decoration: none;
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
	display: block;
}

.btn_topmore img,
.btn_topmore svg {
	width: 100%;
	display: block;
	transition: .2s;
}

.btn_topmore .desvg path {
	fill: #000;
	transition: .2s;
}

.btn_topmore .desvg path:first-of-type {
	stroke: #000;
}

.txt_topNonews {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	font-weight: 500;
	text-align: center;
}

.col_topAbout {
	height: 44vw;
	// min-height: 44vw;
	margin: 0 0 8vw;
	padding: 0;
}

.inner_topAbout {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.txt_topAbout {
	width: 51.37%;
	margin: 0;
	padding: 0 9% 0 7%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.mds_topAbout {
	margin: 0 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.mds_topAbout .icon {
	width: 79px;
}

.mds_topAbout .mds_top1 {
	width: calc(100% - 79px);
	padding: 0 0 0 38px;
	text-align: left;
}

.txt_topAbout dl {
	margin: 0;
	padding: 0;
}

.txt_topAbout dl dt {
	margin: 0 0 16px;
	padding: 0;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.txt_topAbout dl dd {
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 2;
}

.txt_topAbout dl dd p {
	margin: 0 0 40px;
}

.txt_topAbout dl dd .btn_topmore {
	margin: 0 0 0 auto;
}

.img_topAbout {
	width: 48.63%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.img_topAbout:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/top/img_topabout.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.col_topVideo {
	margin: 0;
	padding: 0 0 115px;
	background-color: #eaeaea;
	position: relative;
	z-index: 0;
}

.col_topVideo::before {
	content: "";width: 0;
	height: 0;
	border-style: solid;
	border-width: 15vw 100vw 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.col_topVideo::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5vw 0 0 100vw;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.inner_topVideo {
	width: 94%;
	max-width: 765px;
	margin: 0 auto -10px;
	padding: 0;
	position: relative;
	z-index: 1;
	top: -10px;
}

.col_topVideo video {
	width: 100%;
	margin-bottom: 40px;
	display: block;
	vertical-align: bottom;
}

.txt_topVideo1 {
	margin: 0;
	text-align: center;
	line-height: 2;
	font-weight: 500;
}

.col_topReason {
	margin: 0;
	// padding: 120px 0 0 0;
}

.inner_topReason {
	margin: 0;
	padding: 0;
}

.col_topReason .mds_top1 {
	margin-bottom: 30px;
}

.txt_topReason {
	margin: 0 0 80px;
	text-align: center;
	line-height: 2;
	font-weight: 500;
}

.wrap_topReason {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wrap_topReason dl {
	width: 26%;
	margin: 0 2% 6% 2%;
	padding: 0;
	text-align: center;
	font-weight: 500;
}

.wrap_topReason dl:nth-of-type(7n + 1) {
	margin-left: 10%;
}

.wrap_topReason dl:nth-of-type(7n + 2) {
	margin-right: 10%;
}

.wrap_topReason dl dt {
	margin: 0 0 18px;
	padding: 0;
	line-height: 1.2;
	position: relative;
	z-index: 0;
}

.wrap_topReason dl dt .num {
	width: 48px;
	height: 48px;
	color: #fff;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.wrap_topReason dl dt .img {
	display: block;
}

.wrap_topReason dl dd {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 1.5;
}




/* ---------------------------------------------------------------
	start max 1200px
--------------------------------------------------------------- */

@media screen and ( max-width: 1200px ) {
	
	.inner_topMain {
		padding-right: 0;
	}
	
	.logo_main {
		max-width: 12vw;
		margin: 0 0 1.8vw 10.4vw;
	}
	
	dl.lead_main {
		margin-bottom: 1.65vw;
	}
	
	dl.lead_main dt {
		margin-bottom: 1.9vw;
		font-size: 4.8vw;
	}
	
	dl.lead_main dd {
		font-size: 2.15vw;
	}
	
	
	.inner_topNews {
		width: 94%;
		max-width: 1054px;
	}
	
	.wrap_topNews .box {
		padding: 15px;
	}
	
	.wrap_topNews .box dl dt {
		height: 170px;
	}
	
	.btn_topRestaurant {
		width: 25vw;
		height: 11.2vw;
	}
	
	.btn_topRestaurant dl dt {
		margin-bottom: 0.8vw;
		font-size: 2.5vw;
	}
	
	.txt_topAbout {
		padding: 0 6% 0 4%;
	}
	
	
	
	
}

/* ---------------------------------------------------------------
	end max 1200px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {
	
	.col_topMain {
		width: 100%;
		height: 52vw;
	}
	
	.btn_topRestaurant {
		width: 26vw;
		height: 12vw;
		right: 1vw;
	}
	
	.btn_topRestaurant dl dd {
		font-size: 14px;
	}
	
	.mds_top1 .ja {
		font-size: 34px;
	}
	
	.wrap_topNews .box {
		padding: 1.3%;
	}
	
	.wrap_topNews .box dl dt {
		height: 16.5vw;
	}
	
	.col_topAbout {
		height: 60vw;
		min-height: 60vw;
	}
	
	.txt_topAbout {
		padding-right: 5%;
	}
	
	.mds_topAbout .icon {
		width: 65px;
	}
	
	.mds_topAbout .mds_top1 {
		width: calc(100% - 65px);
		padding-left: 25px;
	}
	
	.wrap_topReason dl dt .num {
		width: 4.5vw;
		height: 4.5vw;
		font-size: 3vw;
	}

}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {
	
	.col_topMain {
		height: 69vw;
		background-size: 130% auto;
	}
	
	.inner_topMain {
		width: 92%;
	}
	
	.logo_main {
		max-width: 14vw;
		margin-bottom: 2.5vw;
	}
	
	dl.lead_main {
		margin-bottom: 2.5vw;
	}
	
	dl.lead_main dt {
		font-size: 6vw;
	}
	
	dl.lead_main dd {
		font-size: 3vw;
	}
	
	.btn_topRestaurant {
		width: 33vw;
		height: 15vw;
		right: 3vw;
		bottom: -65px;
	}
	
	.btn_topRestaurant dl dt {
		margin-bottom: 1.2vw;
		font-size: 3.2vw;
	}
	
	.col_topNews {
		padding: 100px 0 50px;
	}
	
	.inner_topNews {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.mds_top1 .en {
		font-size: 18px;
	}
	
	.mds_top1 .ja {
		font-size: 30px;
	}
	
	.col_topNews .mds_top1 {
		margin-bottom: 10px;
	}
	
	.wrap_topNews {
		margin-bottom: 20px;
	}
	
	.wrap_topNews .box {
		padding: 3.5%;
	}
	
	.wrap_topNews .box:hover {
		background-color: transparent;
	}
	
	.wrap_topNews .box dl dt {
		height: 52vw;
		margin-bottom: 15px;
	}
	
	.wrap_topNews .box dl dd .date {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.wrap_topNews .box dl dd .tags {
		font-size: 13px;
	}
	
	.wrap_topNews .box dl dd .cont {
		font-size: 15px;
	}
	
	.wrap_topNews .btn_swiper {
		width: 7%;
		height: 100%;
		margin: 0;
		padding: 0;
		cursor: pointer;
		position: absolute;
		top: 0;
		z-index: 1;
		outline: none;
		display: block;
	}

	.wrap_topNews .btn_swiper.prev {
		left: 9vw;
	}

	.wrap_topNews .btn_swiper.next {
		right: 9vw;
	}

	.wrap_topNews .btn_swiper:before {
		content: "";
		width: 3vw;
		height: 3vw;
		margin: auto;
		border-top: 2px solid #999;
		border-left: 2px solid #999;
		transition: all .3s;
		position: absolute;
		top: 29vw;
		bottom: auto;
		z-index: 2;
	}

	.wrap_topNews .btn_swiper.prev:before {
		transform: rotate(-45deg);
		left: 38%;
	}

	.wrap_topNews .btn_swiper.next:before {
		transform: rotate(135deg);
		right: 38%;
	}

	.wrap_topNews .btn_swiper.swiper-button-disabled {
		cursor: default;
	}

	.wrap_topNews .btn_swiper.swiper-button-disabled:before {
		opacity: 0;
	}
	
	.col_topAbout {
		height: auto;
	}
	
	.mds_topAbout {
		margin-bottom: 15px;
		display: block;
	}
	
	.mds_topAbout .icon {
		width: 50px;
		margin: 0 auto 10px;
	}
	
	.mds_topAbout .mds_top1 {
		width: auto;
		padding: 0;
		text-align: center;
	}
	
	.inner_topAbout {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	
	.txt_topAbout {
		width: auto;
		padding: 0;
		display: block;
	}
	
	.mds_topAbout .icon {
		width: 45px;
	}
	
	.spimg_topAbout {
		width: 80%;
		max-width: 580px;
		margin: 0 auto 15px;
		display: block;
	}
	
	.img_topAbout {
		display: none;
	}
	
	.txt_topAbout dl dt {
		margin-bottom: 12px;
		font-size: 22px;
		text-align: center;
	}
	
	.txt_topAbout dl dd p {
		margin-bottom: 30px;
	}
	
	.txt_topAbout dl dd .btn_topmore {
		margin: 0 auto;
	}
	
	.col_topReason {
		padding: 50px 0 0 0;
	}
	
	.col_topReason .mds_top1 {
		margin-bottom: 20px;
	}

	.txt_topReason {
		margin-bottom: 50px;
	}


}

/* ---------------------------------------------------------------
	end max 850px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {

	.btn_topRestaurant:hover {
		transform: scale(1.05);
	}

	.wrap_topNews .box:hover {
		background-color: #fff1e2;
	}

	.btn_topmore:hover img,
	.btn_topmore:hover svg {
		transform: translate3d(6px, 0px, 0px);
	}


}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */
	
/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media screen and ( max-width: 700px ) {
	
	.col_topMain {
		height: 160vw;
		padding: 9vw 0 0 0;
		background-image: url(../img/top/sp/mainimg.jpg);
		background-size: cover;
		display: block;
	}
	
	.inner_topMain {
		height: 100%;
		padding-bottom: 22vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
	}
	
	.logo_main {
		max-width: 22vw;
		margin: 0 auto 3vw;
	}
	
	dl.lead_main {
		text-align: center;
	}
	
	dl.lead_main dt {
		margin-bottom: 3vw;
		padding-left: 2em;
		text-indent: -3.6em;
		font-size: 9.6vw;
	}
	
	dl.lead_main dd {
		font-size: 4.3vw;
	}
	
	.txt_main {
		margin-top: auto;
		text-align: center;
		font-size: 4.3vw;
		line-height: 1.9;
	}
	
	.btn_topRestaurant {
		width: 56vw;
		height: 25vw;
		right: 5%;
		bottom: -8vw;
	}
	
	.btn_topRestaurant dl dt {
		margin-bottom: 1.4vw;
		font-size: 5vw;
	}
	
	.btn_topRestaurant dl dd {
		font-size: 3vw;
		line-height: 1.4;
	}
	
	.btn_topRestaurant dl dd img,
	.btn_topRestaurant dl dd svg {
		width: 16.5vw;
	}
	
	.col_topNews {
		padding: 23vw 0 10vw;
	}
	
	.mds_top1 {
		line-height: 1.9;
	}
	
	.mds_top1 .en {
		font-size: 15px;
	}
	
	.mds_top1 .ja {
		font-size: 25px;
	}
	
	.spimg_topAbout {
		width: 100%;
	}
	
	.txt_topAbout dl dt {
		margin-bottom: 10px;
		line-height: 1.5;
	}

	.col_topVideo {
		padding-bottom: 80px;
	}

	.col_topVideo::after {
		border-width: 10vw 0 0 100vw;
	}

	.col_topVideo video {
		margin-bottom: 20px;
	}

	.txt_topVideo1 {
		text-align: left;
	}

	.inner_topReason {
		width: 90%;
		margin: 0 auto;
	}

	.txt_topReason {
		text-align: left;
	}
	
	.wrap_topReason {
		width: 90%;
		margin-bottom: 8vw;
		display: block;
	}

	.wrap_topReason dl,
	.wrap_topReason dl:nth-of-type(7n + 1),
	.wrap_topReason dl:nth-of-type(7n + 2) {
		width: 100%;
		margin: 0 0 10%;
	}

	.wrap_topReason dl:last-of-type {
		margin-bottom: 0;
	}

	.wrap_topReason dl dt {
		margin-bottom: 4px;
	}
	
	.wrap_topReason dl dt .num {
		width: 10.5vw;
		height: 10.5vw;
		font-size: 6.8vw;
	}


}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {
	
	.btn_topRestaurant {
		width: 62vw;
		height: 28vw;
		bottom: -10vw;
	}
	
	.btn_topRestaurant dl dt {
		margin-bottom: 2.2vw;
		font-size: 6vw;
	}
	
	.btn_topRestaurant dl dd {
		font-size: 3.6vw;
	}
	
	.btn_topRestaurant dl dd img,
	.btn_topRestaurant dl dd svg {
		width: 18.5vw;
	}
	
	.wrap_topNews .box {
		padding: 4.5%;
	}
	
	.wrap_topNews .box dl dt {
		margin-bottom: 10px;
	}
	
	.wrap_topNews .box dl dd .date {
		margin-bottom: 6px;
		font-size: 12px;
	}
	
	.wrap_topNews .box dl dd .tags {
		font-size: 11px;
	}
	
	.wrap_topNews .box dl dd .cont {
		font-size: 14px;
	}
	
	.wrap_topNews .btn_swiper {
		width: 8%;
	}
	
	.wrap_topNews .btn_swiper:before {
		width: 4vw;
		height: 4vw;
	}
	
	.txt_topAbout dl dt {
		font-size: 20px;
	}

	.inner_topVideo {
		width: 90%;
	}
	
	.col_topReason .mds_top1 {
		margin-bottom: 15px;
	}
	
	.txt_topReason {
		margin-bottom: 20px;
	}
	
	


}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */
