/*========================
共通パーツ
========================*/
body {
	background-color: #e2e0de;
	font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	color: #333333;
}

/* 大見出し */
.sec_title {
	text-align: center;
	font-size: 0.48rem;
	letter-spacing: 0.18em;
	color: #736357;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	padding-bottom: 0.30rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 599px) {
	.sec_title {
		font-size: 0.24rem;
		letter-spacing: 0.10em;
	}
}

.sec_title span {
	font-size: 0.13rem;
	color: #b0272d;
	display: block;
	letter-spacing: 0.10em;
	text-shadow: 0;
}

@media screen and (max-width: 599px) {
	.sec_title span {
		font-size: 0.11rem;
		padding-top: 0.06rem;
	}
}

.sec_title_small {
	text-align: center;
	font-size: 0.30rem;
	letter-spacing: 0.18em;
	color: #736357;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	padding-bottom: 0.30rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 599px) {
	.sec_title_small {
		font-size: 0.22rem;
		letter-spacing: 0.10em;
	}
}


/* 本文 */
.text {
	font-size: 0.14rem;
	letter-spacing: 0.10em;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	.text {
		font-size: 0.13rem;
	}
}

/*========================
ヘッダー
========================*/
header {
	padding: 0.24rem;
	position: relative;
	transition: transform 0.3s ease, opacity 0.3s ease;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(226, 224, 222, 0.9);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	header {
		padding: 0.20rem;
	}
}

header .logo {
	width: 3.00rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	header .logo {
		width: 1.20rem;
	}
}

header.scr .logo {
	width: 1.80rem;
	position: absolute;
	top: 0.20rem;
	left: 0.20rem;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	header.scr .logo {
		width: 1.20rem;
		position: relative;
		top: auto;
		left: auto;
	}
}

header .logo a {
	display: block;
}

/* グローバルナビゲーション */
header .glo_navi {
	padding-top: 0.20rem;
}

@media screen and (min-width: 500px) {
	header .glo_navi {
	display: block !important;
	}
}

@media screen and (max-width: 599px) {
	header .glo_navi {
		padding: 0.30rem;
		position: absolute;
		top: 0.70rem;
		left: 0.10rem;
		background-color: #544125;
		box-sizing: border-box;
		width: calc(100% - 0.20rem);
		border-radius: 4px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
		display: none;
	}

	header .glo_navi::before {
		content: "";
		position: absolute;
		top: -8px;
		right: 15px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #544125 transparent;
	}
}

header.scr .glo_navi {
	padding: 0.10rem 0;
}

@media screen and (max-width: 599px) {
	header.scr .glo_navi {
		padding: 0.30rem;
	}
}

header .glo_navi ul {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 599px) {
	header .glo_navi ul {
		display: block;
	}
}

header .glo_navi li {
	padding: 0 0.20rem;
}

@media screen and (max-width: 599px) {
	header .glo_navi li {
		padding: 0.16rem 0;
	}
}

header .glo_navi li a {
	color: #333333;
	text-decoration: none;
	font-size: 0.15rem;
	letter-spacing: 0.05em;
	display: block;
	position: relative;
	opacity: 0.7;
}

@media screen and (max-width: 599px) {
	header .glo_navi li a {
		color: #FFF;
		opacity: 1
	}
}

header .glo_navi li a::after {
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	background-image: url(../img/link_border.png);
	background-position: center center;
	background-size: auto 2px;
	margin: auto;
	margin-top: 0.08rem;
	transition: all 0.3s ease;
	opacity: 0;
}

@media screen and (max-width: 599px) {
	header .glo_navi li a::after {
		content: none;
	}
}

header .glo_navi li a:hover {
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	opacity: 1;
}

header .glo_navi li a:hover::after {
	opacity: 1;
	width: 100%;
}


/* 電話番号 */
header .tel_box {
	position: absolute;
	top: 0.24rem;
	right: 0.24rem;
	width: 2.27rem;
}

@media screen and (max-width: 599px) {
	header .tel_box {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		padding-top: 0.20rem;
	}
}

header.scr .tel_box {
	width: 1.80rem;
	top: 0.16rem;
}

@media screen and (max-width: 599px) {
	header.scr .tel_box {
		width: 100%;
		top: auto;
		display: none;
	}
}

header.hide {
	transform: translateY(-100px);
	opacity: 0;
}

/*========================
メインビジュアル
========================*/
#mv {
	padding-bottom: 0.60rem;
	margin-top: 1.76rem;
}

@media screen and (max-width: 599px) {
	#mv {
		margin-top: 1.50rem;
	}
}

#mv .in {
	max-width: 12.00rem;
}

@media screen and (max-width: 599px) {
	#mv .in {
		padding: 0;
	}
}

.mv_slide_wrap {
	position: relative;
	z-index: 0;
}

.mv_slide_wrap .slide {
	height: 70vh;
	min-height: 500px;
	max-height: 600px;
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	.mv_slide_wrap .slide {
		height: 70vw;
		min-height: 200px;
		max-height: 500px;
		border-radius: 0;
		overflow: hidden;
	}
}

.mv_slide_wrap .slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mv .mv_copy_wrap {
	position: absolute;
	left: 0.80rem;
	bottom: 0.40rem;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#mv .mv_copy_wrap {
		left: 0.20rem;
		bottom: 0.20rem;
	}
}

#mv .mv_copy_wrap .title {
	font-size: 0.28rem;
	line-height: 1.78;
	letter-spacing: 0.10em;
	color: #FFF;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media screen and (max-width: 599px) {
	#mv .mv_copy_wrap .title {
		font-size: 0.15rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
		font-weight: 700;
	}
}

/*========================
お知らせバナー
========================*/
.news_wrap {
	padding-bottom: 0.80rem;
}

.news_wrap .in {
	max-width: 10.00rem;
}

.news_wrap .list {
	padding-bottom: 0.10rem;
}

.news_wrap .list .link {
	padding-bottom: 0.20rem;
}

.news_wrap .list .link a {
	display: flex;
	flex-wrap: wrap;
	align-items:center; 
	color: #333333;
	text-decoration: none;
}

.news_wrap .list .link a .date {
	font-size: 0.15rem;
	width: 1.00rem;
	padding-bottom: 0.10rem;
}

.news_wrap .list .link a .title span {
	position: relative;
}

.news_wrap .list .link a .title span::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.news_wrap .list .link a:hover .title span::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.news_wrap .list .link a .title {
	font-size: 0.16rem;
	font-weight: 500;
	font-family: fot-tsukubrdgothic-std,
	sans-serif;
	letter-spacing: 0.05em;
	text-overflow: ellipsis;
  white-space: nowrap;
	padding-bottom: 0.10rem; 
	overflow: hidden;
	width: calc(100% - 1.00rem);
	position: relative;
	transition: all 0.3s;
}

/* 一覧ボタン */
.news_wrap .more_btn {
	width: 3.00rem;
	margin: auto;
}

.news_wrap .more_btn a {
	display: block;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	text-align: center;
	color: #333;
	border: 1px solid #333;
	border-radius: 0.30rem;
	font-size: 0.16rem;
	text-decoration: none;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	position: relative;
}

.news_wrap .more_btn a:hover {
	color: #FFF;
	background-color: #333;
}

.news_wrap .more_btn a::before {
	content: "";
	width: 0.10rem;
	height: 1px;
	background-color: #333;
	position: absolute;
	right: 0.20rem;
	top: 45.5%;
	transform: rotate(26deg);
	transition: all 0.3s;
}

.news_wrap .more_btn a:hover::before {
	background-color: #FFF;
	right: 0.14rem;
}

.news_wrap .more_btn a::after {
	content: "";
	width:0.20rem;
	height: 1px;
	background-color: #333;
	position: absolute;
	right: 0.20rem;
	top: 50%;
	transition: all 0.3s;
}

.news_wrap .more_btn a:hover::after {
	background-color: #FFF;
	right: 0.14rem;
}

/*========================
お知らせバナー
========================*/
.information_bnr {
	padding-bottom: 0.40rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.information_bnr {
		padding-bottom: 0.20rem;
		margin-top: -0.40rem;
	}
}


/*========================
J・glacéeのおはなし
========================*/
#About {
	text-align: center;
	padding-bottom: 1.30rem;
}

@media screen and (max-width: 599px) {
	#About {
		text-align: left;
		padding-bottom: 1.30rem;
	}
}

#About .text {
	padding-bottom: 0.16rem;
}

#About .ph_wrap .list {
	display: flex;
	justify-content: space-between;
	padding: 0.20rem 0;
}

#About .ph_wrap .list .ph {
	width: 30%;
}

@media screen and (max-width: 599px) {
	#About .ph_wrap .list .ph {
		width: 31%;
	}
}

#About .eatin_info {
	max-width: 6.00rem;
	margin: auto;
	padding-top: 0.20rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
}

@media screen and (max-width: 599px) {
	#About .eatin_info {
		padding-top: 0.10rem;
	}
}

#About .eatin_info .ph {
	width: 34%;
}

@media screen and (max-width: 599px) {
	#About .eatin_info .ph {
		width: 100%;
	}
}

#About .eatin_info .ph img {
	border: 3px solid #FFF;
	box-sizing: border-box;
	display: block;
	transform: rotate(-3deg);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 599px) {
	#About .eatin_info .ph img {
		width: 40%;
		margin: auto;
	}
}

#About .eatin_info .textbox {
	width: 60%;
	font-size: 0.18rem;
	line-height: 2;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	text-align: left;
	letter-spacing: 0.10em;
	padding-top: 0.10rem;
}

@media screen and (max-width: 599px) {
	#About .eatin_info .textbox {
		width: 100%;
		font-size: 0.13rem;
	}
}

/*========================
J・glacéeのこだわり
========================*/
.feature_box {
	position: relative;
	margin-top: 0.30rem;
	margin-bottom: 0.80rem;
}

.feature_box::after {
	content: "";
	display: block;
	height: 0.08rem;
	background-image: url(../img/feature_separator.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.feature01 .title {
	position: absolute;
	top: 0;
	left: 53%;
	transform: translateX(-50%);
	width: 1.13rem;
}

.feature02 .title {
	position: absolute;
	top: 0;
	left: 47%;
	transform: translateX(-50%);
	width: 0.69rem;
}

.feature03 .title {
	position: absolute;
	top: 0;
	left: 53%;
	transform: translateX(-50%);
	width: 1.19rem;
}

.feature04 .title {
	position: absolute;
	top: 0;
	left: 47%;
	transform: translateX(-50%);
	width: 0.72rem;
}

.feature05 .title {
	position: absolute;
	top: 0;
	left: 53%;
	transform: translateX(-50%);
	width: 1.15rem;
}

@media screen and (max-width: 599px) {

	.feature01 .title,
	.feature02 .title,
	.feature03 .title,
	.feature04 .title,
	.feature05 .title {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: auto;
	}

	.feature_box .title img {
		height: 0.45rem;
		display: block;
		margin: auto;
	}
}

.feature_box .detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	min-height: 4.50rem;
}

@media screen and (max-width: 599px) {
	.feature_box .detail {
		min-height: auto;
	}
}

.feature_box:nth-child(odd) .detail {
	flex-direction: row-reverse;
}

.feature_box .detail .main_ph {
	width: 45%;
	padding-bottom: 0.30rem;
}


@media screen and (max-width: 599px) {
	.feature_box .detail .main_ph {
		width: 100%;
		padding-bottom: 0.10rem;
	}
}

.feature_box .detail .textbox {
	width: 38%;
}

@media screen and (max-width: 599px) {
	.feature_box .detail .textbox {
		width: 100%;
		padding-bottom: 0.60rem;
	}
}

.feature_box .detail .textbox .sub_ph {
	width: 70%;
	margin: auto;
	padding-bottom: 0.20rem;
}

.feature_box .detail .textbox .small_text {
	font-size: 0.13rem;
	padding-top: 0.20rem;
}

/*========================
メニュー
========================*/
#Menu {
	padding-bottom: 1.30rem;
}

.menu_wrap {
	padding-top: 0.30rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.menu_box {
	width: 48%;
	padding-bottom: 0.30rem;
}

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

.menu_box .title {
	font-size: 0.25rem;
	letter-spacing: 0.25em;
	margin-bottom: 0.20rem;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	text-align: center;
	color: #736357;
}

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

.menu_box .title::after {
	content: "";
	display: block;
	height: 6px;
	background-image: url(../img/menu_title_border.png);
	background-position: center center;
	background-size: 100% 100%;
	margin-top: 0.16rem;
}

.menu_box .title span {
	font-size: 0.14rem;
}

.menu_box dl {
	padding-bottom: 0.20rem;
}

.menu_box dt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0.15rem;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	padding: 0.10rem 0;
}



.menu_box dt .menu_name {
	font-size: 0.15rem;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
}

.menu_box dt .menu_name em {
	font-size: 0.12rem;
}

.menu_box dd {
	font-size: 0.12rem;
	line-height: 1.85;
	letter-spacing: 0.10em;
}

.menu_box .small_caption {
	text-align: right;
	display: block;
	font-size: 0.11rem;
}

@media screen and (max-width: 599px) {
	.menu_box .small_caption {
		text-align: center;
		line-height: 1.6;
	}
}

.menu_box .separator {
	height: 0.30rem;
}

.menu_bg {
	width: 2.23rem;
	height: 1.77rem;
	background-image: url(../img/menu_BG.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
	margin-top: 0.40rem;
}

/* メニュー最後の案内 */
.menu_last {
	width: 100%;
	text-align: center;
	font-size: 0.18rem;
	letter-spacing: 0.10em;
	padding: 0.16rem;
	color: #593a1a;
}

@media screen and (max-width: 599px) {
	.menu_last {
		font-size: 0.15rem;
		letter-spacing: 0.02em;
		padding: 0.16rem 0;
		line-height: 1.5
	}
}

.menu_last::before {
	content: "";
	display: block;
	height: 2px;
	background-image: url(../img/menu_last_border_upper.png);
	background-size: 100% 100%;
	margin-bottom: 0.16rem;
}

.menu_last::after {
	content: "";
	display: block;
	height: 2px;
	background-image: url(../img/menu_last_border_bottom.png);
	background-size: 100% 100%;
	margin-top: 0.16rem;
}


/* ランチ休止 */
.lunch_wrap.disable {
	position: relative;
}

.lunch_wrap.disable::before {
	content: "※ランチメニューは現在休止中です";
	font-size: 0.16rem;
	font-weight: 600;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.lunch_wrap.disable .title {
	opacity: 0.2;
}

.lunch_wrap.disable dl {
	opacity: 0.1;
}

/*========================
ゆっくり過ごせるイートインスペース
========================*/
#Eatin {
	padding-bottom: 1.30rem;
}

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

#Eatin .in {
	max-width: 12.00rem;
}

#Eatin .ph_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#Eatin .main_ph {
	width: 23.46%;
	height: 32.24vw;
	background-image: url(../img/eatin_ph01.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 599px) {
	#Eatin .main_ph {
		width: 100%;
		height: 120vw;
		margin-bottom: 0.02rem;
	}
}

#Eatin .sub_ph_wrap {
	width: 76.05%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	#Eatin .sub_ph_wrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

#Eatin .sub_ph_wrap .sub_ph01 {
	width: 30.63%;
	height: 19.45vw;
	background-image: url(../img/eatin_ph02.jpg);
	background-position: center center;
	background-size: cover;
	margin-bottom: 0.05rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#Eatin .sub_ph_wrap .sub_ph01 {
		width: 60%;
		height: 40vw;
		margin-bottom: 0.02rem;
	}
}

#Eatin .sub_ph_wrap .sub_ph02 {
	width: 17.95%;
	height: 19.45vw;
	background-image: url(../img/eatin_ph03.jpg);
	background-position: center center;
	background-size: cover;
	margin-bottom: 0.05rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#Eatin .sub_ph_wrap .sub_ph02 {
		width: 39.5%;
		height: 40vw;
		margin-bottom: 0.02rem;
	}
}

#Eatin .sub_ph_wrap .sub_ph03 {
	width: 50.63%;
	height: 19.45vw;
	background-image: url(../img/eatin_ph04.jpg);
	background-position: center center;
	background-size: cover;
	margin-bottom: 0.05rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#Eatin .sub_ph_wrap .sub_ph03 {
		width: 100%;
		height: 50vw;
		margin-bottom: 0.02rem;
	}
}


#Eatin .sub_ph_wrap .textbox {
	width: 71.55%;
	height: 12.45vw;
	background-color: #d3c7b8;
	font-size: 0.15rem;
	line-height: 2;
	padding: 0.20rem;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 599px) {
	#Eatin .sub_ph_wrap .textbox {
		width: 100%;
		height: auto;
		font-size: 0.12rem;
		line-height: 1.85;
		padding: 0.13rem;
	}
}


#Eatin .sub_ph_wrap .sub_ph04 {
	width: 27.93%;
	height: 12.45vw;
	background-image: url(../img/eatin_ph05.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 599px) {
	#Eatin .sub_ph_wrap .sub_ph04 {
		width: 100%;
		height: 40vw;
		margin-bottom: 0.02rem;
	}
}

#Eatin .sub_ph_wrap .dummy::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	z-index: 1;
}

#Eatin .sub_ph_wrap .dummy::after {
	content: "DUMMY PHOTO";
	position: absolute;
	font-size: 0.18rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #FFF;
}

/*========================
J・glacéeの特徴
========================*/
#Others {
	padding-bottom: 1.30rem;
}

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

.others_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -0.20rem;
	margin-right: -0.20rem;
}

.others_list_wrap .detail {
	width: 33%;
	box-sizing: border-box;
	padding-left: 0.20rem;
	padding-right: 0.20rem;
}

@media screen and (max-width: 599px) {
	.others_list_wrap .detail {
		width: 100%;
		box-sizing: border-box;
		padding-left: 0.20rem;
		padding-right: 0.20rem;
		margin-bottom: 0.60rem;
	}
}

.others_list_wrap .detail .title {
	font-size: 0.22rem;
	letter-spacing: 0.20em;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	color: #736357;
	padding-bottom: 0.20rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.others_list_wrap .detail .title {
		font-size: 0.18rem;
		letter-spacing: 0.10em;
		padding-bottom: 0.14rem;
	}
}

.others_list_wrap .detail .imgbox {
	padding-bottom: 0.20rem;
}

.others_list_wrap .detail .ph img {
	display: block;
	box-sizing: border-box;
	border: 2px solid #FFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.others_list_wrap .detail .logo {
	padding-top: 0.20rem;
}

.others_list_wrap .detail .logo img {
	display: block;
	width: 80%;
	margin: auto;
}

.others_list_wrap .detail .text {
	font-size: 0.13rem;
}

@media screen and (max-width: 599px) {
	.others_list_wrap .detail .text {
		font-size: 0.12rem;
	}
}

/* LINE */
.others_line_wrap {
	max-width: 7.00rem;
	margin: auto;
	padding-top: 0.60rem;
}


@media screen and (max-width: 599px) {
	.others_line_wrap {
		padding-top: 0;
		font-size: 0.14rem;
		text-align: center;
	}

	.others_line_wrap a {
		color: #583a19;
		text-decoration: none;
		font-weight: 600;
	}

	.others_line_wrap a img {
		display: block;
		padding-bottom: 0.10rem;
	}
}


/*========================
アクセス
========================*/
#Access {
	padding-bottom: 1.30rem;
}

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

#Access address {
	text-align: center;
	padding-bottom: 0.30rem;
}

#Access .access_map {
	height: 5.00rem;
	border: 1px solid #CCC;
	border-radius: 3px;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#Access .access_map {
		height: 76vw;
	}
}

/*========================
フッター
========================*/
footer {
	text-align: center;
	padding: 0.40rem 0;
	background-image: url(../img/footer_border.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 2px;
}

footer .logo {
	width: 50%;
	max-width: 2.13rem;
	margin: auto;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	footer .logo {
		width: 30%;
	}
}

footer .copyright {
	font-size: 0.12rem;
	letter-spacing: 0.10em;
	color: #534741;
}

@media screen and (max-width: 599px) {
	footer .copyright {
		font-size: 0.10rem;
		letter-spacing: 0.02em;
		color: #534741;
	}
}
