@charset "utf-8";

/*
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
*/

/* for bootstrap */
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
}

/* for IE scrollbar */
@-ms-viewport {
    width: auto;
    initial-scale: 1;
}

body {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	font-feature-settings : "palt";
	font-size: 14px;
	background-color: #f6f3ed;
}

html {
	scroll-padding-top: 120px; /* 固定ヘッダの高さ分 */
}

img {
	max-width: 100%;
}

.kerning-before { display: inline; margin-left: -0.4em; }
.kerning-after { letter-spacing: -0.3em; }

ul, li, dl, dt, dd {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
a {
	outline: 0px none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a, a:link, a:visited, a:active {
	color: #91753c;
	outline: 0px none;
	font-weight: bold;
	text-decoration: none;
	-webkit-touch-callout: none;
}
a:hover {
	opacity: 0.7;
}

.btn-large,
a.btn-large {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: #a9894a;
	display: inline-block;
	padding: 18px 10px;
	position: relative;
	background-image: url(../img/common/btn-arrow-right.svg);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 9px 19px;
	min-width: 280px;
	text-align: center;
	border: none;
	cursor: pointer;
}
.btn-large:hover {
	opacity: 0.7;
}

.btn-gray, a.btn-gray {
	background-color: #9c9c9c;
	color: #FFFFFF;
	font-weight: 600;
}
.btn-gray:hover {
	color: #FFFFFF;
	background-color: #7C7C7C;
}
.btn-twitter, 
a.btn-twitter {
	background-color: #1da1f2;
	color: #fff;
	border: none;
}
.btn-twitter:hover,
a.btn-twitter:hover {
	background-color: #1da1f2;
	color: #fff;
	border: none;
}
.btn-facebook, 
a.btn-facebook {
	background-color: #3b579d;
	color: #fff;
	border: none;
}
.btn-facebook:hover, 
a.btn-facebook:hover {
	color: #fff;
	background-color: #3b579d;
}
.btn-pill {
	border-radius: 200em;
}
.bg-white {
	background-color: #fff;
}

.breadcrumb {
	background-color: transparent;
	padding: 10px 0 10px 18px;
	margin: 0;
	color: #91753c;
	font-weight: 600;
	background-image: url(../img/common/icon-home.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 12px auto;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #91753c;
}
.breadcrumb-item.active {
	color: #000;
	font-weight: 400;
}

.break {
	white-space: normal;
	
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.nowrap {
	white-space: nowrap;
}

.ellipsis {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis; /* Required for IE8 */
    -o-text-overflow: ellipsis; /* Required for Opera */
    text-overflow: ellipsis;
}
.hide {
	display: none;
}
  
.show {
	display: block;
}
.clear {
	clear: both;
	float: none;
}

.indent {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.indent-childs>* {
	text-indent: -1em;
	padding-left: 1em;
}
.w100 {
	width: 100%;
}
.w50 {
	float: left;
	width: 50%;
}

.mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt25 { margin-top: 25px; } .mt30 { margin-top: 30px; } .mt40 { margin-top: 40px; } .mt50 { margin-top: 50px; } .mt60 { margin-top: 60px; } .mt70 { margin-top: 70px; } .mt80 { margin-top: 80px; } .ml5 { margin-left: 3px; } .ml10 { margin-left: 8px; } .mr10 { margin-right: 10px; } .mr15 { margin-right: 15px; } .mb0 { margin-bottom: 0px; }  .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb20 { margin-bottom: 20px; } .mb30 { margin-bottom: 30px; } .mb40 { margin-bottom: 40px; } .mb50 { margin-bottom: 50px; } .mlr5 { margin-right: 5px; margin-left: 5px; } .mlr10 { margin-right: 10px; margin-left: 10px; } .mlr15 { margin-right: 15px; margin-left: 15px; } .mlr20 { margin-right: 20px; margin-left: 20px; } .mlr30 { margin-right: 30px; margin-left: 30px; } .mlr40 { margin-right: 40px; margin-left: 40px; }

.form-control.inline {
	display: inline-block;
	width: auto;
}
.form-control.inline[type=text],
.form-control.inline[type=tel] {
	width: 200px;
}
.form-control.inline[type=number] {
	width: 90px;
}
.form-control.inline-s {
	width: 90px;
}

label {
	font-weight: normal;
	margin-right: 20px;
}
.row.row-wide {
	margin-left: -30px;
	margin-right: -30px;
}
.row.row-wide>* {
	padding-left: 30px;
	padding-right: 30px;
}
.row.row-narrow {
	margin-left: -5px;
	margin-right: -5px;
}
.row.row-narrow>* {
	padding-left: 5px;
	padding-right: 5px;
}
.row.row-med {
	margin-left: -12px;
	margin-right: -12px;
}
.row.row-med>* {
	padding-left: 10px;
	padding-right: 10px;
}
.row.row-collapse {
	margin-left: 0;
	margin-right: 0;
}
.row.row-collapse>* {
	padding-left: 0;
	padding-right: 0;
}

.inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
.inner-white {
	background-color: #fff;
	padding: 50px 20px;
	margin: 50px auto;
}

#headerWrap {
	position: fixed;
	z-index: 999999;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #fff;
}
#header {
	height: 70px;
	text-align: center;
	border-bottom: 1px solid #91753c;
	position: relative;
}
#header a {
	color: #000;
	font-weight: 400;
}
#header  h1 {
	margin: 0px;
	padding-top: 10px;
}
#header a.logo:hover {
	opacity: 1;
}
#header .logo img {
	width: 350px;
}

#header .header-search-language {
	position: absolute;
	top: 6px;
	right: 0px;
}
#header .header-search-language .header-searchBox {
	display: inline-block;
	width: 150px;
	height: 25px;
	margin-right: 5px;
    vertical-align: middle;
	position: relative;
	border: 1px solid #bfbfbf;
	background-image: url(../img/common/icon-search.svg);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: auto 16px;
}
#header .header-search-language .header-searchBox .input {
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	height: 23px;
	border: none;
	width: 120px;
	position: absolute;
	top: 0px;
	left: 3px;
}
#header .header-search-language .header-searchBox .submit {
	background-color: transparent;
	height: 23px;
	width: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	padding: 0;
	cursor: pointer;
}
#header .header-search-language .header-language {
	display: inline-block;
	background-image: url(../img/common/icon-language.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: auto 16px;
	font-size: 14px;
	padding: 0 0 0 18px;
}
#header .header-snsBox {
	white-space: nowrap;
	position: absolute;
	top: 32px;
	right: 0px;
}
#header .header-snsBox li {
	display: inline-block;
}
#header .header-snsBox a {
	background-color: #cfbb94;
	text-align: center;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 27px;
	border-radius: 200em;
	margin-left: 3px;
}
#header .header-snsBox li:nth-child(1) a{
	background-color: #3b5998;
}
#header .header-snsBox li:nth-child(2) a{
	background-color: #e02b72;
}
#header .header-snsBox li:nth-child(3) a{
	background-color: #00c300;
}





#headerWrap .header-navi {
	float: left;
}
#headerWrap .header-navi li {
	display: inline-block;
	margin-right: 27px;
}
#headerWrap .header-navi li a {
	display: block;
	height: 48px;
	line-height: 50px;
	font-weight: 600;
	color: #91753c;
	position: relative;
}
#headerWrap .header-navi li a:hover {
	opacity: 1;
}
#headerWrap .header-navi li a:hover:before,
#headerWrap .header-navi li a.active:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #91753c;
}
#headerWrap .header-navi-links {
	white-space: nowrap;
	float: right;
	margin-top: 15px;
}
#headerWrap .header-navi-links li {
	display: inline-block;
}
#headerWrap .header-navi-links a {
	font-size: 12px;
	font-weight: 400;
	color: #000;
}
#headerWrap .header-navi-links img {
	height: 12px;
	width: auto;
	margin-left: 10px;
}


#contents {
	margin-top: 118px;
}
.footer-floorguide-box {
	background-color: #f6f3ed;
	padding: 50px 0;
}
.footer-floorguide-box .inner {
	background-color: #fff;
	padding: 40px 20px;
}
.footer-floorguide-box .inner .footer-floorguide-table {
	display: table;
	width: 100%;
}
.footer-floorguide-box  .inner  .footer-floorguide-table > div{
	vertical-align: top;
	display: table-cell;
	padding: 0 15px;
}
.footer-floorguide-box .inner .footer-floorguide-table h4 {
	font-size: 16px;
	color: #91753c;
	margin-bottom: 13px;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors {
	margin: 0 0 0 20px;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors li {
	position: relative;
	margin-bottom: 30px;
	width: 427px;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors li:last-child {
	margin-bottom: 15px;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors li a {
	display: block;
}

.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors li.floor-56 {
	height: 60px;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors li.floor-56 a {
	position: relative;
	height: 100%;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors .bar {
	display: block;
	height: 15px;
	width: 330px;
	background-color: #cfbb94;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors li a:hover .bar {
	background-color: #ac0b02;
	opacity: 1.0!important;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors .bar.bar-ground {
	background-color: #cfa972;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors .floor-56 .bar.upper {
	position: absolute;
	left: 0px;
	top: 0px;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors .floor-56 .bar.bottom {
	position: absolute;
	left: 0px;
	top: auto;
	bottom: 0px;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors .lines {
	position: absolute;
	height: 100%;
	width: 20px;
	left: 340px;
	top: 0px;
	border-left: 1px solid #91753c;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors .lines:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #91753c;
}
.footer-floorguide-box .inner .footer-floorguide-table .footer-floor-guide-floors .floorname {
	font-size: 16px;
	font-weight: 600;
	color: #91753c;
	position: absolute;
	left: 365px;
	top: calc( 50% - 12px );
}
.footer-floorguide-box .inner .footer-floorguide-table .ground {
	line-height: 1px;
	background-color: #91753c;
	margin: 23px 0 23px;
	height: 5px;
}
.footer-floorguide-box .inner .footer-floorguide-table .spells {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 221px;
    height: 307px;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}
.footer-floorguide-box .inner .footer-floorguide-table .spells li {
}
.footer-floorguide-box .inner .footer-floorguide-table .spells a {
	display: block;
	width: 110px;
	height: 61px;
	font-size: 20px;
	font-weight: 400;
	line-height: 58px;
	color: #000;
	text-align: center;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.footer-floorguide-box .inner .footer-floorguide-table .spells a:hover {
	background-color: #f6f3ed;
	opacity: 1;
}

.footer-floorguide-box .inner .footer-floorguide-table .categories {
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}

.footer-floorguide-box .inner .footer-floorguide-table .categories a {
	line-height: 36px;
	display: block;
	padding: 0 0 0 13px;
	width: 225px;
	height: 38px;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	font-weight: 400;
	color: #000;
}
.footer-floorguide-box .inner .footer-floorguide-table .categories a:hover {
	background-color: #f6f3ed;
	opacity: 1;
}
.footer-box-digitalbook-movie {
	background-color: #eaeaea;
	padding: 20px;
}
.footer-box-digitalbook-movie a {
	display: block;
	text-align: center;
	border-right: 2px solid #91753c;
	padding-right: 17px;
}
.footer-box-digitalbook-movie.vertical a  {
	border-right: none;
	border-bottom: 2px solid #91753c;
	padding: 0 0 10px;
	margin-bottom: 10px;
}
.footer-box-digitalbook-movie img {
	max-width: initial;
	width: 161px;
}
.footer-box-digitalbook-movie .media .media-body {
    padding-left: 10px;
}
.footer-box-digitalbook-movie.vertical .texts  {
	padding: 0 5px;
}
.footer-box-digitalbook-movie .row h5 {
	font-size: 16px;
	margin: 0 0 10px;
}
.footer-box-digitalbook-movie.vertical .row h5 {
	margin: 0 0 3px;
}
.footer-box-digitalbook-movie .footer-box-digitalbook-movie__movie {
	background-color: #fff;
	padding: 20px;
	margin: 13px 0 14px;
}

.footer-banner-box {
	background-color: #f6f3ed;
	padding: 40px 0;
}
.footer-banner-box ul {
	padding: 0 20px 20px 20px;
}
.footer-banner-box  ul  img {
	margin-bottom: 10px;
}

.footer-banner-box ul.ul-brown {
	border-bottom: 1px solid #cfbb94;
	margin-bottom: 30px;
}
.footer-sitemap {
	background-color: #cfbb94;
	padding: 25px 0;
}
.footer-sitemap dt {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 3px 8px;
}
.footer-sitemap  dt  a {
	font-weight: 600;
	color: #fff;
}
.footer-sitemap dd {
	padding: 4px 8px 0px;
}
.footer-sitemap dd a {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.footer-hours-box {
	background-color: #fff;
}

.footer-hours-box .inner {
	padding: 24px 0;
	width: 1024px;
	display: table;
	border-collapse: separate;
	border-spacing: 13px;
	table-layout: auto;
}
.footer-hours-box .inner>div {
	display: table-cell;
	vertical-align: middle;
}
.footer-hours-box .inner>div.ttl {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #91753c;
	width: 180px;
	height: 110px;
	background-color: #f6f3ed;
}
.footer-hours-box  .texts {
	padding: 3px 13px;
	border-left: 1px solid #91753c;
}
.footer-hours-box .texts p {
	margin-bottom: 2px;
}

.footer-hours-box .texts .hour {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

@media (min-width: 768px) {
.footer-hours-box .header-snsBox {
	display: none;
}
}

.copyright {
	font-size: 10px;
	line-height: 48px;
	color: #fff;
	background-color: #91753c;
	text-align: center;
	height: 50px;
}
.sp-fixed-footerlinks {
	display: none;
}

a.pagetop {
	position: fixed;
    right: calc( (100vw - 1024px)/2 - 50px );
    bottom: 0;
    z-index: 999;
    opacity: 0;
    transition: all 0.7s;
    width: 50px;
    height: 50px;
    background-color: #91753c;
}
a.pagetop.bottomedge {
    background-color: #cfa972;
}
a.pagetop:after {
	content: "";
	display: block;
	width: 24px;
    height: 24px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    left: 26%;
}
a.pagetop.view {
	opacity: 1;
}
a.pagetop.view:hover {
	opacity: 0.7;
}

.page-header {
	display: block;
	background-color: #fff;
	position: relative;
	text-align: center;
	margin: 0 auto;
	max-width: 1024px;
	padding-bottom: 35px;
}
.page-header:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #91753c;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 21px;
}
.page-header span {
	display: inline-block;
	padding: 0 75px;
	background-color: #fff;
	font-size: 28px;
	color: #91753c;
	position: relative;
	z-index: 1;
}
.page-header small {
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 14px;
}
.page-header.underbar {
	border-bottom: 1px solid #91753c;
	margin-bottom: 0;
	padding-bottom: 13px;
}
.page-header.underbar:before {
	display: none;
}
.topicsWrap {
	margin: 0;
}
.topicsWrap a {
	font-size: 12px;
	display: block;
	margin: 0 0 30px;
}
.topicsWrap .image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 0;
	padding-top: 68.97%;
	position: relative;
	border: 1px solid #c9c9c9;
}
.topicsWrap .image .tag {
	font-size: 12px;
	line-height: 23px;
	color: #fff;
	background-color: #a9894a;
	display: block;
	height: 25px;
	position: absolute;
	right: -1px;
	bottom: -1px;
	min-width: 80px;
	padding: 0 5px;
	text-align: center;
}
.topicsWrap .date {
	font-size: 12px;
	font-weight: 600;
	color: #91753c;
	margin: 5px 0 0;
}


.topicsWrap .topics-title {
	font-size: 14px;
	color: #000;
	margin: 8px 0 5px;
	font-weight: 600;
}
.topicsWrap .topics-lead {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-bottom: 3px;
}
.news-title {
	font-size: 28px;
	color: #000;
	border-bottom: 1px solid #91753c;
	padding-bottom: 10px;
    margin-bottom: 30px;
}
.pictures-box  .large-image img {
	width: 100%;
}
.pictures-box   .thumbs  a {
	display: inline-block;
	background-position: center center;
	background-size: cover;
	margin-bottom: 10px;
	width: 70px;
	height: 70px;
}

.socialBox {
	margin: 40px 0 0;
}

.socialBox ul {
	vertical-align: top;
}

.socialBox li {
	line-height: 1;
	display: inline-block;
		vertical-align: top;
}
.socialBox li>* {
	display: inline-block;
	vertical-align: bottom;
}





.pagination {
	display: block;
	text-align: center;
	margin: 20px;
}
.pagination a {
	border: 1px solid #c9c9c9;
    color: #000;
    line-height: 36px;
    margin: 0 5px;
    padding: 0;
    width: 38px;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    position: relative;
}
.pagination a:hover, .pagination a.nav:hover {
	background-color: #f6f3ed;
	opacity: 1;
}
.pagination a.active {
	background-color: #91753c;
	color: #fff;
	font-weight: 600;
	opacity: 1;
}
.pagination a.prev:after,
.pagination a.next:after {
	content: '';
	position: absolute;
	right: calc(50% - 3px);
    top: calc(50% - 6px);
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #91753c;
    border-right: 1px solid #91753c;
    transform: rotate(45deg);
}
.pagination a.prev:after {
    transform: rotate(-135deg);
	right: calc(50% - 9px);
}
.icon-arrow {
	position: relative;
	padding-right: 23px;
}
.icon-arrow:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #91753c;
    border-right: 1px solid #91753c;
    transform: rotate(45deg);
}
.icon-toggle {
	display: block;
	position: relative;
}
.icon-toggle:after {
	content: '\e259';
	font-family: 'Glyphicons Halflings';
	position: absolute;
	right: 10px;
	top: 0;
}
.icon-toggle.open:after {
	content: '\e260';
}
.ul-dot {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bcbcbc;
}
.ul-solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91753c;
}

/* common */
@media (min-width: 768px) {
h4.title01 {
	font-size: 22px;
	font-weight: 600;
	color: #91753c;
	padding: 10px 0;
	border-bottom: 1px solid #91753c;
	margin: 0 0 30px;
}
h5.title02 {
	font-size: 18px;
	font-weight: 600;
	color: #91753c;
	padding: 10px 0;
	margin: 0 0 10px;
}
.pc_none{
	display: none;
}
.br_sp{
	display: none;
}
#hours{
	margin-top:-120px;
 	padding-top:120px;	
}
#access{
	margin-top:-120px;
 	padding-top:120px;	
}
#cards{
	margin-top:-120px;
 	padding-top:120px;	
}
#accessibility{
	margin-top:-120px;
 	padding-top:120px;	
}
.voice_backnumber{
	text-align: left!important;
	border-right: 0px!important;
	border-bottom: 0px!important;
}
}

/* ショップ検索 */
.footer-floorguide-box .inner .shop_search_box {
	padding: 0 15px 30px 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e4d6b9;
}
.footer-floorguide-box .inner .shop_search_box .shop-searchBox {
	display: inline-block;
	width: 350px;
	height: 50px;
	margin-right: 5px;
    vertical-align: middle;
	position: relative;
	border: 1px solid #bfbfbf;
	background-image: url(../img/common/icon-search2.svg);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: auto 24px;
}
.footer-floorguide-box .inner .shop_search_box .shop-searchBox .input {
	font-size: 16px;
	line-height: 20px;
	padding: 0px;
	height: 45px;
	border: none;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 3px;
	letter-spacing: 1px;
	outline: none;
}
.footer-floorguide-box .inner .shop_search_box .shop-searchBox .submit {
	background-color: transparent;
	height: 23px;
	width: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none;
}
.footer-floorguide-box .inner .shop_search_box h4 {
	font-size: 16px;
	color: #91753c;
	margin: 0 20px 13px 0;
	display: inline-block;
}
#shop_search {
	margin-top: -150px;
 	padding-top: 150px;	
	z-index: -1;
}
.zero{
	border-bottom: 1px solid #9fa0a0;
	padding: 10px;
    font-size: 16px;
}

/*202105追加インスタグラム*/
.instagram_Wrap{display: flex;
flex-wrap: wrap;}
.instagram_contents{width: 246px; height: 246px;  padding: 10px;}
.instagram_img{ display: block; width: 100%; height: 100%; border: 1px #ccc solid;}
.instagram_img img { object-fit: cover; object-position: center; width: 100%; height: 100%; }
.instagram_text{margin-top: 10px;}
.instagram_btn{display: block; margin: 10px auto;;background-color: #454545; color: #fff; width: 200px; padding: 10px; text-align: center; font-size: 14px; font-weight: bold; cursor: pointer; }


.read-more-state {
  display: none;
}
 
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .15s ease;
}
 
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
 
.read-more-state ~ .read-more-trigger:before {
  content: '続きを読む';

}
 
.read-more-state:checked ~ .read-more-trigger:before {
  content: '閉じる';
}
 
.read-more-trigger {
  width: 200px;
font-size: 20px;
  display: inline-block;
  margin: 0	auto;;
  cursor: pointer;
  padding: 0 .5em;
  color: #fff;text-align: center;
  background-color: #a9894a;
  font-size: .9em;
  line-height: 2;
}


/*20240314 25周年ロゴ変更*/

@media (min-width: 768px) {
#header h1{ padding-top: 5px;}
}
/*
@media (max-width: 767.98px) {
#header .logo img{ width: auto; height: 70%; top: 13px; left: 13px;}
}
*/
