/*========================
ローディング
========================*/
#loaded {
	display: none;
	overflow: hidden;
}

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #F4F3F0;
	z-index: 1000;
	overflow: hidden;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 100;
}

#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform: translate(-50%, -50%);
	position: 0;
	width: 90%;
	max-width: 2.00rem;
	opacity: 0.6;
	z-index: 0;
	animation: load_obi 1.4s 1 ease-in-out forwards;
}

@media screen and (max-width: 499px) {
	#loader img {
	max-width: 1.00rem;
	}
}

.load_obi {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #F4F3F0;
/*	background: #333;*/
	position: absolute;
	opacity: 1;
	z-index: 2;
	animation: load_obi 1.4s 1 ease-in-out forwards;
}

@keyframes load_obi {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


#michinowa {
	padding-top: 0;
	color: #3B4043;
}

/*=============================
MV
=============================*/
#mv {
	background-color: #F4F3F0;
	height: 6.20rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#mv {
		height: auto;
		flex-wrap: wrap;
	}
}

/* ロゴ */
#mv .mv_logo {
	width: 30%;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#mv .mv_logo {
		width: 100%;
		padding: 0.30rem;
		box-sizing: border-box;
	}
}

#mv .mv_logo .logo {
	width: 81%;
	max-width: 3.40rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#mv .mv_logo .logo {
		width: 81%;
		max-width: 1.50rem;
		margin: auto;
	}
}

/* スライド */
#mv .ph_slide_wrap {
	width: 70%;
}

@media screen and (max-width: 599px) {
	#mv .ph_slide_wrap {
		width: 100%;
	}
}


/*=============================
イントロ
=============================*/
#introduction {
	padding: 1.50rem 0;
}

@media screen and (max-width: 599px) {
	#introduction {
		padding: 0.60rem 0;
	}
}

#introduction .in {
	max-width: 11.60rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* 左側の写真 */
#introduction .ph_wrap {
	max-width: 4.15rem;
	width: 100%;
}

@media screen and (max-width: 599px) {
	#introduction .ph_wrap {
		display: none;
	}
}

/* 右側のテキストボックス */
#introduction .textbox {
	width: 100%;
	max-width: 5.80rem;
}


/* タイトル */
#introduction .textbox .sec_title {
	font-size: 0.30rem;
	font-weight: 600;
	padding-bottom: 0.50rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#introduction .textbox .sec_title {
		font-size: 0.24rem;
		text-align: center;
		padding-bottom: 0.30rem;
	}
}

/* テキスト */
#introduction .textbox .text {
	font-size: 0.16rem;
	line-height: 1.85;
	padding-bottom: 0.50rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#introduction .textbox .text {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		padding-bottom: 0.30rem;
		text-align: justify;
	}
}

/* リンク */
@media screen and (max-width: 599px) {
	#introduction .link_wrap {
		text-align: center;
	}
}

#introduction .link_wrap a {
	color: #3B4043;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
}

#introduction .link_wrap a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 599px) {
	#introduction .link_wrap a {
		font-size: 0.14rem;
		line-height: 1.55;
	}
}

#introduction .link_wrap a::after {
	content: "";
	display: inline-block;
	width: 0.20rem;
	height: 0.15rem;
	background-image: url(../common/img/sp_menu_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -0.05rem;
	margin-left: 0.06rem;
	transform: rotate(90deg);
}

@media screen and (max-width: 599px) {
	#introduction .link_wrap a::after {
		display: block;
		width: 0.20rem;
		height: 0.15rem;
		margin: auto;
		top: 0;
	}
}

/*=============================
イントロ下のスライダー
=============================*/
#slider {
	padding: 1.00rem 0;
	background-color: #F4F3F0;
	min-width: 1080px;
	position: relative;
}

@media screen and (max-width: 599px) {
	#slider {
		padding: 0.50rem 0;
		min-width: 100%;
	}
}

#slider .slick-list {
	overflow: visible;
}

/* スライド（通常時）*/
#slider .slick-slide {
	position: relative;
}

#slider .slick-slide .slide {
	position: relative;
	transform: scale(0.95);
	transition: all 0.3s;
	opacity: 0.5;
	width: 8.00rem !important;
}

@media screen and (max-width: 599px) {
	#slider .slick-slide .slide {
		width: 3.00rem !important;
	}
}

/* スライド（アクティブ時）*/
#slider .is--active .slide {
	transform: scale(1);
	opacity: 1;
}

/* テキスト */
#slider .slide_text {
	font-size: 0.16rem;
	line-height: 1.85;
	font-weight: 500;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -0.70rem;
	opacity: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#slider .slide_text {
		font-size: 0.12rem;
		line-height: 1.65;
		bottom: -0.50rem;
	}
}

#slider .slick-current .slide_text {
	opacity: 1;
}

/* 写真 */
#slider .slide_ph {
	padding: 0 0.0rem;
	/*	transition: all 0.3s;*/
}

/* 次へボタン */
#slider .slick-arrow.next {
	position: absolute;
	right: calc(50% - 4.30rem);
	top: 45.5%;
	width: 0.35rem;
	height: 0.45rem;
	background-color: #FFF;
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#slider .slick-arrow.next {
		right: calc(50% - 1.65rem);
		width: 0.25rem;
		height: 0.30rem;
	}
}

#slider .slick-arrow.next:hover {
	background-color: #454545;
}

#slider .slick-arrow.next::before {
	content: "";
	width: 0.10rem;
	height: 0.18rem;
	background-image: url(../common/img/sp_menu_arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 599px) {
	#slider .slick-arrow.next::before {
		height: 0.10rem;
	}
}

#slider .slick-arrow.next:hover::before {
	background-image: url(../common/img/sp_menu_arrow_white.svg);
}

/* 前へボタン */
#slider .slick-arrow.prev {
	position: absolute;
	left: calc(50% - 4.30rem);
	top: 45.5%;
	width: 0.35rem;
	height: 0.45rem;
	background-color: #FFF;
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#slider .slick-arrow.prev {
		left: calc(50% - 1.65rem);
		width: 0.25rem;
		height: 0.30rem;
	}
}

#slider .slick-arrow.prev:hover {
	background-color: #454545;
}

#slider .slick-arrow.prev::before {
	content: "";
	width: 0.10rem;
	height: 0.18rem;
	background-image: url(../common/img/sp_menu_arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-180deg);
}

@media screen and (max-width: 599px) {
	#slider .slick-arrow.prev::before {
		height: 0.10rem;
	}
}

#slider .slick-arrow.prev:hover::before {
	background-image: url(../common/img/sp_menu_arrow_white.svg);
}

/*=============================
instagram
=============================*/
#instagram {
	padding: 1.00rem 0;
}

@media screen and (max-width: 599px) {
	#instagram {
		padding: 0.60rem 0 0.40rem;
	}
}

/* タイトル */
#instagram .sec_title {
	font-size: 0.30rem;
	letter-spacing: 0.075em;
	font-weight: 600;
	text-align: center;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#instagram .sec_title {
		font-size: 0.20rem;
		line-height: 1.45;
		padding-bottom: 0.30rem;
	}
}

#instagram .sec_title span::before {
	content: "";
	display: inline-block;
	width: 0.40rem;
	height: 0.40rem;
	background-image: url(../img/michinowa/icon_insta.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.10rem;
	position: relative;
	top: 0.10rem;
}

@media screen and (max-width: 599px) {
	#instagram .sec_title span::before {
		width: 0.34rem;
		height: 0.34rem;
		top: -0.10rem;
		margin: auto;
		display: block;
	}
}

/* タイトル下のリンク */
#instagram .link_wrap {
	text-align: center;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#instagram .link_wrap {
		padding-bottom: 0;
		padding-top: 0.20rem;
	}
}

#instagram .link_wrap a {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	color: #3B4043;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	#instagram .link_wrap a {
		font-size: 0.14rem;
	}
}

#instagram .link_wrap a:hover {
	opacity: 0.7;
}

#instagram .link_wrap a span::after {
	content: "";
	display: inline-block;
	width: 0.30rem;
	height: 0.30rem;
	background-image: url(../common/img/icon_sub_menu_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 0.10rem;
	position: relative;
	top: 0.08rem;
	right: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#instagram .link_wrap a span::after {
		width: 0.24rem;
		height: 0.24rem;
		margin-left: 0.06rem;
		top: 0.06rem;
	}
}

#instagram .link_wrap a:hover span::after {
	right: -0.06rem;
}

/* インスタ写真 */
#instagram .ph_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#instagram .ph_list_wrap .list .detail {
	width: 16.00%;
	padding-bottom: 0.10rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#instagram .ph_list_wrap .list .detail {
		width: 32.5%;
		padding-bottom: 0.04rem;
	}
}

#instagram .ph_list_wrap .list .detail a:hover {
	opacity: 0.7;
}

#instagram .ph_list_wrap .list .detail img {
	display: block;
}


/*==============================
michinowaからのお知らせ
==============================*/
#news {
	padding: 1.00rem 0;
	background-color: #F4F3F0;
}

@media screen and (max-width: 599px) {
	#news {
		padding: 0.50rem 0;
	}
}

#news .sec_title {
	font-size: 0.25rem;
	font-weight: 600;
	padding: 0.10rem 0 0.40rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#news .sec_title {
		font-size: 0.20rem;
		text-align: center;
		padding: 0 0 0.20rem;
		letter-spacing: 0.05em;
	}
}

#news .news_wrap {
	background-color: #FFF;
	border-radius: 0.10rem;
	padding: 0.30rem;
	display: flex;
}

@media screen and (max-width: 599px) {
	#news .news_wrap {
		border-radius: 0.06rem;
		padding: 0.15rem;
		flex-wrap: wrap;
	}
}

#news .news_wrap .ph_wrap {
	width: 100%;
	max-width: 3.60rem;
	height: 2.5rem;
}
@media screen and (max-width: 599px) {
	#news .news_wrap .ph_wrap {
		height: 2rem;
	}
}

#news .news_wrap .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#news .news_wrap .textbox {
	padding-left: 0.30rem;
	width: calc(100% - 3.80rem);
}

@media screen and (max-width: 599px) {
	#news .news_wrap .textbox {
		padding-left: 0;
		padding-top: 0.20rem;
		width: 100%;
	}
}

#news .news_wrap .textbox .news_title {
	font-size: 0.20rem;
	font-weight: 600;
	padding-bottom: 0.20rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#news .news_wrap .textbox .news_title {
		font-size: 0.18rem;
		padding-bottom: 0.10rem;
		letter-spacing: 0.05em;
	}
}

#news .news_wrap .textbox .text {
	font-size: 0.16rem;
	line-height: 1.85;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#news .news_wrap .textbox .text {
		font-size: 0.14rem;
		line-height: 1.85;
		letter-spacing: 0.05em;
	}
}

/*==============================
店舗情報
==============================*/
#company {
	background-color: #FFF;
	padding: 1.00rem 0 1.50rem;
	color: #000;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#company {
		padding: 0.50rem 0 0.70rem;
	}
}

#company .sec_title {
	font-size: 0.24rem;
	font-weight: 600;
	text-align: center;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#company .sec_title {
		font-size: 0.20rem;
		line-height: 1.55;
		padding-bottom: 0.30rem;
	}
}

#company .company_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 0.60rem;
}

#company .company_wrap .ph_wrap {
	width: 53.75%;
}

@media screen and (max-width: 599px) {
	#company .company_wrap .ph_wrap {
		width: 100%;
	}
}

#company .company_wrap .textbox {
	width: 41.66%;
}

@media screen and (max-width: 599px) {
	#company .company_wrap .textbox {
		width: 100%;
	}
}

#company .company_wrap table {
	width: 100%;
	border-collapse: collapse;
}

#company .company_wrap table tr {
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

#company .company_wrap table tr:last-child {
	width: 100%;
	border-bottom: none;
}

#company .company_wrap table th {
	width: 20%;
	text-align: left;
	font-size: 0.16rem;
	font-weight: 600;
	padding: 0.20rem 0;
	vertical-align: top;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#company .company_wrap table th {
		font-size: 0.13rem;
		letter-spacing: 0;
	}
}

#company .company_wrap table td {
	width: 80%;
	font-size: 0.16rem;
	padding: 0.20rem 0;
	line-height: 2;
}

#company .company_wrap table td a {
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	#company .company_wrap table td {
		font-size: 0.12rem;
		padding: 0.20rem 0.1rem;
		letter-spacing: 0;
	}

	#company .company_wrap table td a {
		text-decoration: underline;
	}
}

/* GoogleMap */
#company .gmap .title {
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 0.30rem;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#company .gmap .title {
		font-size: 0.20rem;
	}
}

#company .gmap .title span {
	font-size: 0.16rem;
	display: inline-block;
	padding-left: 0.10rem;
	color: #9D9D9D;
	position: relative;
	top: -0.01rem;
}

@media screen and (max-width: 599px) {
	#company .gmap .title span {
		font-size: 0.14rem;
		top: auto;
	}
}

#company .gmap iframe {
	width: 100%;
	height: 5.20rem;
}

@media screen and (max-width: 599px) {
	#company .gmap iframe {
		height: 2.50rem;
	}
}

/*==============================
アプリ紹介
==============================*/
#app {
	padding-bottom: 1.50rem;
}

@media screen and (max-width: 599px) {
	#app {
		padding-bottom: 0.75rem;
	}
}

#app .sec_title {
	font-size: 0.25rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.68;
	padding-bottom: 0.50rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#app .sec_title {
		font-size: 0.16rem;
		padding-bottom: 0.30rem;
		letter-spacing: 0.05em;
	}
}

#app .app_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	width: 100%;
	max-width: 8.50rem;
	margin: auto;
}

#app .app_wrap .app_view_image {
	width: 2.60rem;
}

@media screen and (max-width: 599px) {
	#app .app_wrap .app_view_image {
		width: 100%;
		padding-bottom: 0.30rem;
	}

	#app .app_wrap .app_view_image img {
		width: 1.50rem;
		display: block;
		margin: auto;
		padding-right: 0.80rem;
	}
}

#app .app_wrap .textbox {
	width: 4.85rem;
}

@media screen and (max-width: 599px) {
	#app .app_wrap .textbox {
		width: 100%;
		position: relative;
	}
}

#app .app_wrap .textbox .app_icon {
	width: 1.48rem;
	height: 1.48rem;
	border-radius: 0.20rem;
	border: 1px solid #DDD;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#app .app_wrap .textbox .app_icon {
		width: 1.00rem;
		height: 1.00rem;
		background-color: #FFF;
		position: absolute;
		top: -1.16rem;
		left: 55%;
	}
}

#app .app_wrap .textbox .text {
	padding: 0.40rem 0;
	font-size: 0.14rem;
	line-height: 1.85;
	font-weight: 500;
	letter-spacing: 0.075em;
	border-bottom: 1px solid #9D9D9D;
}

@media screen and (max-width: 599px) {
	#app .app_wrap .textbox .text {
		padding: 0.05rem 0 0.25rem;
		font-size: 0.14rem;
		line-height: 1.85;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: justify;
	}
}

#app .app_wrap .textbox .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 0.40rem;
}

@media screen and (max-width: 599px) {
	#app .app_wrap .textbox .list {
		padding-top: 0.20rem;
	}
}

#app .app_wrap .textbox .list .btn {
	padding: 0 0.15rem;
}

@media screen and (max-width: 599px) {
	#app .app_wrap .textbox .list .btn {
		width: 100%;
		padding: 0.10rem 0;
	}
}

#app .app_wrap .textbox .list .btn a:hover {
	opacity: 0.7;
}

#app .app_wrap .textbox .list .btn a img {
	display: block;
	height: 0.50rem;
}

@media screen and (max-width: 599px) {
	#app .app_wrap .textbox .list .btn a img {
		margin: auto;
	}
}

/*==============================
下部リンク
==============================*/
#lower_bottom_link {
	border-top: 1px solid #9D9D9D;
	border-bottom: 1px solid #9D9D9D;
}

@media screen and (max-width: 599px) {
	#lower_bottom_link {
/*		border: 0;*/
	}
}

#lower_bottom_link .list .detail {
	background-color: #FFF;
	padding: 0.55rem 0;
}

@media screen and (max-width: 599px) {
	#lower_bottom_link .list .detail {
/*		background-color: #00428E;*/
		padding: 0;
	}
}

#lower_bottom_link .list .detail:nth-child(2) {
	border-left: 1px solid #9D9D9D;
}

@media screen and (max-width: 599px) {
	#lower_bottom_link .list .detail:nth-child(2) {
/*		border-left: 0;*/
        border-top: 1px solid #9D9D9D;
	}

	#lower_bottom_link .list .detail a {
/*		color: #FFF;*/
		display: block;
		text-align: left;
		padding: 0.30rem 0.20rem;
	}
	
	#lower_bottom_link .list .detail:nth-child(2) a {
		padding: 0.19rem 0.20rem;
	}

	#lower_bottom_link .list .detail .btn_incont {
		display: block;
		position: relative;
		height: auto;
		padding: 0;
		margin: 0;
	}
}

#lower_bottom_link .list .detail .btn_incont_text {
	color: #3B4043;
}

@media screen and (max-width: 599px) {
	#lower_bottom_link .list .detail .btn_incont_text {
/*		color: #FFF;*/
	}
}

#lower_bottom_link .list .detail .btn_incont_circle::before {
	background-color: #00428E;
}

#lower_bottom_link .list .detail .btn_incont_circle::after {
	color: #FFF;
}

#lower_bottom_link .list .detail .btn_incont::after {
    background-image: url(../img/icon_arrow_circle.svg);
}

@media screen and (max-width: 599px) {
	#lower_bottom_link .list .detail .btn_incont::after {
		right: 0;
		top:50%;
		transform: translateY(-50%);
	}
}

#lower_bottom_link .line2 .btn_incont_circle::after {
	width: 2.70rem;
	white-space: inherit;
}

@media screen and (max-width: 599px) {
	#lower_bottom_link .line2 .btn_incont_circle::after {
		width: 0.11rem;
		right: 0;
		top:50%;
		transform: translateY(-50%);
	}
}

#michinowa #lower_bottom_link .list {
    align-items: center;
}