



body, html {
	
	font-family: "太ミンA101", "Futo Min A101", '游明朝', '游明朝体', YuMincho, 'Yu Mincho', 'yu-mincho-pr6n', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif;
	font-size: 1rem;
	line-height: 2;
	color: #403c3b;
	background: linear-gradient(#ffffff 0%, #ffffff 20%, #dad7c8 80%);
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing: 0.05rem;

}
@media screen and (max-width:768px){
	body main, html main{
		word-break: break-all;
	}
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body, html {
	font-feature-settings: normal;
  } 
}
body#a-la-carte {
	background: linear-gradient(#ffffff 0%, #ffffff 75%, #dad7c8 100%);
}
body#japan-beauty {
	background: linear-gradient(#ffffff 0%, #ffffff 30%, #fff7f8 100%);
}


.d-future {
	display: none !important;
}
body.logged-in .d-future, body.pv-future .d-future {
	display: block !important;
}
.box-store .pv-future {
	display: none !important;
}
body.pv-future .box-store .pv-future {
	display: block !important;
}
body#shop-list.pv-future .box-store .pv-future {
	display: none !important;
}


ul {
	margin-bottom: 0;
}
small {
	display: inline-block;
	line-height: 1.4;
}
.sp-visible {
	display: none;
}


#logo {
	margin-bottom: 9rem;
	margin: 0 auto;
	text-align: center;
}
.single #logo {
	margin-bottom: 0;
}
header {
	display: flex;
}
.single article header {
	display: block;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 1rem;
}
.single article header h2 {
	margin: 0 0 .5rem;
	color: #005B37;
  font-size: 1.5rem;
}

.single article header time {
	color: rgba(0, 93, 56, 0.5);
	font-size: .9rem;
}
#navs {
	width: 100%;
	max-width: 910px;
}
#main-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 1rem 0;
}
#sub-menu {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	padding-left: 0;
}
#main-menu li {
	position: relative;
	line-height: 1.3;
}
#main-menu li a {
	padding: 1rem;
	margin-left: -1rem;
}
#main-menu li a, #sub-menu li a {
	color: #2f2a27;
	white-space: nowrap;
}
#main-menu li a:hover {
	text-decoration: none;
}
#sub-menu li {
	padding: 0 1rem;
	border-right: 1px solid #2f2a27;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sub-menu li:last-child {
	border-right: 0;
}
#sub-menu li a {
	display: block;
	margin: 0 1rem;
	line-height: 1;
	#main-menu li font-size: .8rem;
}
#sub-nav {
	display: flex;
	justify-content: flex-end;
	padding: 25px 20px 45px;
}
#lang-switch {
	text-align: center;
	position: relative;
}
#lang-switch .zh {
	position: absolute;
	margin-top: -1px;
	transform: scaleY(0);
}
#lang-switch a, #lang-switch span {
	border: 1px solid #cac3b0;
	display: block;
	color: #2f2a27;
	line-height: 1;
	font-size: .8rem;
	padding: .2rem 1rem;
	margin: 0 3px;
	width: 100%;
	white-space: nowrap;
	transition: all .4s;
	transform-origin: top;
}
#lang-switch span {
	cursor: pointer;
	display: block;
}
#lang-switch a:hover, #lang-switch a:hover+a {
	transform: scaleY(1);
}
nav ul li {
	position: relative;
}
nav ul li a {
	letter-spacing: .2rem;
	color: #484340;
}
li.sub-menu-title>a {
	font-size: 1.1rem;
}
.box-menu-sub:before, .sub-menu:before {
	position: absolute;
	content: "";
	top: -10px;
	left: 30px;
	display: block;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}
nav ul li:last-child a+.box-menu-sub:before, nav ul li:last-child a+.sub-menu:before {
	left: inherit;
	right: 30px;
}
.sub-menu .sub-menu:before {
	border: none;
}
.box-menu-sub, .sub-menu {
	position: absolute;
	padding: 2rem;
	transition: ease-in-out .4s;
	opacity: 0;
	pointer-events: none;
	display: flex;
	z-index: 100;
	top: 2rem;
}
.no-flex .sub-menu {
	display: block;
}
.sub-menu .sub-menu {
	position: relative;
	padding: 0;
	opacity: 1;
	width: auto;
	display: block;
	z-index: auto;
	top: auto;
}
.sub-menu:hover ul {
	pointer-events: all;
}
.row.ranking div[class*="col"] img {
	width: auto;
	height: auto;
}
.box-menu-sub.box-menu-single, .sub-menu.box-menu-single {
	width: 250px;
}
.menu-item-has-children .sub-menu.on {
	background: rgba(0, 0, 0, 0.8);
	opacity: 1;
	pointer-events: all;
}
ul.sub-menu li a:hover+.sub-menu, .sub-menu .sub-menu:hover {
	background: none;
}
.box-menu-sub h3, .sub-menu h3 {
	font-size: .9rem;
	color: #FFF;
	margin-bottom: 1.6rem;
}
#main-menu .box-menu-sub a, .sub-menu a {
	font-size: 0.9rem;
	padding: 0;
	white-space: nowrap;
}
ul.sub-menu li a+.sub-menu {
	margin-top: 1rem;
}
ul.sub-menu li a+.sub-menu li:last-child{
	padding-bottom: 0;
}
.box-menu-sub .box-menu-sub-parts:nth-child(2), .sub-menu .box-menu-sub-parts:nth-child(2) {
	padding-left: 2rem;
}
.box-menu-sub ul, ul.sub-menu {
	list-style: none;
}
ul.sub-menu .official a {
	font-size: 1.1em;
}
.box-menu-sub ul li, ul.sub-menu li {
	padding: .5rem 0;
}
#main-menu .box-menu-sub ul li a, #main-menu ul.sub-menu li a {
	color: #FFF;
	text-decoration: none;
}
#main-menu ul.sub-menu li a:hover {
	text-decoration: underline;
}
nav ul li:last-child a+.box-menu-sub, nav ul li:last-child a .box-menu-sub, nav ul li:last-child a+.sub-menu, nav ul li:last-child a .sub-menu {
	right: 0;
}


#top-visual {
	display: flex;
	min-height: 700px;
	margin-bottom: 3rem;
	
	
	
}
.single #top-visual, .error404 #top-visual {
	min-height: inherit;
}
.error404 #top-visual #top-visual-copy-inner {
	padding-bottom: 3rem;
}
.error404 .page-header-center {
	display: none;
}


#top-visual-image {
	max-width: 75vw;
}
.home #top-visual-image {
	min-height: 700px;
}
.home #slide-top {
	
}
main {
	max-width: 100vw;
	
}
@media screen and (min-width:1400px) {
	#top-visual {
		
	}
}
#top-visual-copy {
	flex-basis: 25%;
}
#top-visual-copy-inner {
	background: #FFF;
	padding: 3rem 1rem 9rem;
	text-align: center;
	
	min-width: 300px;
	width: 300px;
	margin: 0 auto;
	text-align: left;
	white-space: nowrap;
	line-height: 2;
}
.single #top-visual-copy-inner {
	padding: 3rem 4rem;
	background: 0;
}
#top-visual-copy h2 {
	font-size: 1.6rem;
	letter-spacing: .2rem;
	margin: 5rem 0 4rem;
	color: #373431;
	width: 100%;
	line-height: 1.4;
	text-align: left;
}
body.home #top-visual-copy h2 {
	font-size: 1.1rem;
	margin-top: 10rem;
}
#top-visual-copy p {
	font-size: .8rem;
	text-align: left;
	align-self: baseline;
	color: #373431;
	letter-spacing: .1rem;
}
#top-visual-image {
	flex-basis: 75%;
}
#slide-top {
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	
}

_:-ms-lang(x)::-ms-backdrop, #slide-top {
	opacity: 1;
	visibility: visible;
	}

#slide-top.slick-initialized {
	visibility: visible;
	opacity: 1;
}
#slide-top div {
	background-size: cover;
	background-position: center center;
	height: 700px;
}
#top-visual-image-inner-0 {
	
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/slide1.png);
}
#top-visual-image-inner-1 {
	background-image: url(../img/slide1.jpg);
}
#top-visual-image-inner-2 {
	background-image: url(../img/cherry.png);
}
#top-visual-image-inner-3 {
	background-image: url(../img/mango.png);
}
#top-visual-image-inner-4 {
	background-image: url(../img/melon_2cut.jpg);
}
#top-visual-image-inner-5 {
	background-image: url(../img/muskmelon.jpg);
}
#top-visual-image-inner-6 {
	background-image: url(../img/190th_top_photo_re.jpg);
}
#top-visual-image-inner-71 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/slide1.jpg);
}
#top-visual-image-inner-72 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/peach.jpg);
}
#top-visual-image-inner-73 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/muscat.jpg);

}
#top-visual-image-inner-74 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/top_dekopon.jpg);
}
#top-visual-image-inner-75 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/top_queenstrawberry_b.jpg);
}
#top-visual-image-inner-76 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/top_queenstrawberry_c.jpg);
}
#top-visual-image-inner-77 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/top_goldenpeach.jpg);
}
#top-visual-image-inner-78 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/top_shien.jpg);
}

#top-visual-image-inner-79 {
	background-image:url(/_bosys/wp-content/uploads/2023/01/top_dried-persimmon.jpg);
}

#top-visual-image-inner-83 {
	background-image:url(/_bosys/wp-content/uploads/2023/01/top_dried-persimmon-c.jpg);
}

#top-visual-image-inner-84 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/top_tropical.jpg);
}


#slide-top.gift-slider div{
	height: 500px;
}
	
#top-visual-image-inner-gift-1 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/41667235.jpg);
}
#top-visual-image-inner-gift-2 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/20718455.jpg);
}
#top-visual-image-inner-gift-3 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/47061034.jpg);
}
#top-visual-image-inner-gift-4 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/30795477.jpg);
}
#top-visual-image-inner-gift-5 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/27153228.jpg);
}
#top-visual-image-inner-gift-6 {
	background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/5967608.jpg);
}

@media screen and (max-width:768px){
	#top-visual-image-inner-gift-1 {
		background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/41667266.jpg);
	}
	#top-visual-image-inner-gift-2 {
		background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/20718444.jpg);
	}
	#top-visual-image-inner-gift-3 {
		background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/47061029.jpg);
	}
	#top-visual-image-inner-gift-4 {
		background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/30795478_1.jpg);
	}
	#top-visual-image-inner-gift-5 {
		background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/27513688.jpg);
	}
	#top-visual-image-inner-gift-6 {
		background-image:url(/_bosys/wp-content/themes/sembikiya/common/img/21120425.jpg);
	}
}
@media screen and (max-width:480px){
	#slide-top.gift-slider{
		width: 100%;
	}
	#slide-top.gift-slider div{
	background-size: cover;
	width: auto;
	height: 400px!important;
	}
}


section .flex, section.flex {
	display: flex;
}
#top-visual-image-inner img {
	display: block;
	max-width: 1500px;
	width: 100%;
	margin: auto;
	height: auto;
}
section img {
	
}
section ul {
	list-style: none;
}
section ul li a {
	color: #2f2a27;
}
section.pattern_b2 img, section.pattern_c2 img {
	max-width: inherit;
}
section.flex:nth-of-type(even) {
	flex-direction: row-reverse;
}


section#about-us {
	background: #dad7c8;
	padding: 2rem;
}
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.about-us {
	background: #dad7c8;
	padding: 2rem 0;
}
.about-symbol {
	background: #fff;
	padding: 2rem 0;
}

.no-padding {
	padding: 0;
}
.about-us div {}
a:hover {
	text-decoration: underline !important;
}
body.home #contents img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	font-family: 'object-fit: cover;'
}
.img-object-fit{
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


body.home #contents .object-left img {
	object-position: 0 50%;
}
#contents {
	margin-bottom: 8rem;
}
#contents h2 {
	font-size: 1.6rem;
	margin: 1.5rem 0 1rem;
	letter-spacing: 0.25rem;
}
#haneda #contents .box-shop h2 {
	text-align: left;
	margin: 1rem;
}

#contents .box-shop img {
	height: auto;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #haneda #contents .box-shop img {
		height: 100%;
	}
}

a {
	color: #000;
}
body.home .about-us h3 {
	font-size: 1rem;
	padding: .5rem;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}
body.home .about-us h3 span {
	font-size: 1.4rem;
	margin: 0 0.4rem;
}
.about-us .col {
	position: relative;
}
.item-info {
	background: #dad7c8;
	margin: 10rem 0;
	background-image: url(/_bosys/wp-content/themes/sembikiya/common/img/logo_bg.svg);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: -10% 150%;
}
.item-info:nth-child(even) {
	background-position: 120% 50%;
}
.item-info-dsc {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.item-info-img div {
	
	height: auto;
}
.item-info-img img {}
.history-info {}
.item-info ul {
	padding-left: 0;
	bottom: 2rem;
	left: 2rem;
	margin-top: 2rem;
	list-style: none;
}
.history-info .col-3 {
	background-color: #dad7c8;
	position: relative;
}
.history-info .col-9 {
	padding: 0;
}
.history-info .col-9 .row {
	height: 100%;
}
.item-info ul, .history-info .col-3 ul {
	padding-left: 0;
	bottom: 2rem;
	left: 2rem;
	margin-top: 2rem;
	list-style: none;
}
.item-info ul li, .history-info ul li {
	margin-bottom: 1.5rem;
}
.item-info ul li a, .history-info ul li a {
	display: block;
	position: relative;
	color: #2f2a27;
}
.item-info ul li a:before, .history-info ul li a:before {
	top: .8rem;
	transform: rotate(-45deg);
}
.item-info ul li a:after, .history-info ul li a:after {
	top: .5rem;
	transform: rotate(45deg);
}
.item-info ul li a:after, .item-info ul li a:before, .history-info ul li a:after, .history-info ul li a:before {
	content: "";
	width: .5rem;
	height: 1px;
	background: #2f2a27;
	position: absolute;
	right: 0;
}


.links {
	padding: 1rem;
}
.links a {
	display: block;
	background-color: #FFF;
	text-align: center;
	padding: 1rem 2rem;
	color: #01482a;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
}
.links a:hover {
	text-decoration: none;
}
.slide-item {
	background-color: #fff;
	margin: 0;
	padding: 2rem 4rem 3rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.slide-item .slick-slide {
	margin: 1rem;
}
.slider-item-name {
	margin-top: 1rem;
	line-height: 1.2em;
}
.slider-item-price {}
.slider-item-dsc {}
.future:before {
	content: '予約';
	position: absolute;
	background-color: blue;
	padding: 0.2rem 0.5rem;
	display: inline-block;
	color: #fff;
}
.expired:before {
	content: '削除';
	position: absolute;
	background-color: red;
	padding: 0.2rem 0.5rem;
	display: inline-block;
	color: #fff;
}
.new:after {
	
}




.slick-arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	vertical-align: middle;
	text-decoration: none;
	left: -80px;
	opacity: .80;
}
.slick-arrow:focus {
	outline: none;
	opacity: 1.5;
}
.slick-arrow:hover {}
.slick-next, .slick-prev {}
.slick-next:before, .slick-prev:before {
	display: inline-block;
	content: " ";
	width: 30px;
	height: 30px;
	padding-left: 30px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(-135deg);
	outline: none;
}
.slick-next {
	left: auto;
	
	right: -110px;
}
#regional-producer-report .slick-next {
	right: -70px;
}
#regional-producer-report .slick-prev {
	left: -40px;
}
.slick-next:before {
	transform: rotate(45deg);
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.multiple-items img {
	object-fit: contain !important;
	height: 150px !important;
	margin: 0 auto;
}
.container-fluid>.row {
	margin-left: 0;
	margin-right: 0;
}


ul {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.nav-button-a {
	padding: 1rem 2rem;
	margin: 0.5rem 0;
	background-color: #fff;
	border: 1px solid transparent;
	display: inline-block;
	color: #000;
	transition: .4s ease;
}
.nav-button-a:hover {
	color: #000;
	border: 1px solid #ccc;
	text-decoration: underline;
}
.nav-button-b {
	padding: 0.5rem 1.5rem;
	margin: 0.5rem 0;
	background-color: #fff;
	border: 1px solid #dddcce;
	display: inline-block;
	color: #000;
	transition: .4s ease;
}
.nav-button-b:hover {
	color: #000;
	background-color: #dddcce;
}
.box-item .row:hover,
.box-item .row.emptylink.disabled-open:hover {
	cursor: pointer;
	outline: 5px solid #eee;
}


.box-item .row.emptylink:hover {
	cursor: default;
	outline: none;
}





.about-us .col-3, .page div.container .shops div[class*="col"], .page div.container .a-style div[class*="col"] {
	
}
.about-us .col-3 a, .page div.container .shops div[class*="col"] a, .page div.container .a-style div[class*="col"] a {
	
}
.page div.container .shops h3, .page div.container .a-style h3 {
	font-size: .7rem;
	padding: .5rem;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
}
.page .about-us .col-3 h3 a, .page div.container .shops h3 a, .page div.container .a-style h3 a {
	color: #FFF;
	display: block;
}
.page div.container .about-us .col-3 h3 span {
	position: absolute;
	right: 1rem;
	top: .5rem;
}
.page div.container .about-us .col-3 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page div.container .about-us h2, .page div.container .item-info .col-3 h2, .page div.container .history-info .col-3 h2 {
	font-size: 1.7rem;
	padding: 0;
	margin-bottom: 2rem;
	border-bottom: none;
}
.page div.container .about-us p {
	
}
section.flex div[id*="copy"] {
	position: relative;
	background: #dad7c8;
	flex-basis: 25%;
	padding: 2rem;
}
section.flex div[id*="copy"] *, section#about-us * {
	letter-spacing: .2rem;
}
section.flex div[id*="copy"] p, section#about-us p {
	line-height: 2rem;
}
section.flex div[id*="copy"] h2, section#about-us h2 {
	font-size: 1.7rem;
}
section.flex div[id*="copy"] ul {
	padding-left: 0;
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	width: 85%;
}
section.flex div[id*="copy"] ul li {
	margin-bottom: 1.5rem;
}
section.flex div[id*="copy"] ul li a {
	display: block;
	position: relative;
}
section.flex div[id*="copy"] ul li a:after, section.flex div[id*="copy"] ul li a:before {
	content: "";
	width: .5rem;
	height: 1px;
	background: #2f2a27;
	position: absolute;
	right: 0;
}
section.flex div[id*="copy"] ul li a:after {
	top: .6rem;
	transform: rotate(45deg);
}
section.flex div[id*="copy"] ul li a:before {
	top: .9rem;
	transform: rotate(-45deg);
}
section.flex div[id*="image"] {
	flex-basis: 75%;
}
#about-us, #item-info, #shop-sweets, #history-info, #links {
	margin-bottom: 5rem;
}
#links ul {
	padding-left: 0;
	justify-content: space-between;
}
.page-footer-note {
	margin-top: 10rem;
	border-top: 1px solid rgba(157, 157, 157, 0.6);
}
.page-footer-note ul {
	margin: 1rem 1rem;
}
.page-footer-note ul li:before {
	content: "・ ";
	color: #333;
	margin-left: -1rem;
}
#footer-above {
	background: #e9e6dd;
	padding: 10rem 0;
	margin-top: -5rem;
}
#links a {
	display: inline-block;
	background: #FFF;
	color: #00502f;
	font-size: 1.6rem;
	padding: 1rem 3rem;
}
.ranking {
	padding: 2rem;
}
.ranking .col {
	padding: 2rem;
	background: #FFF;
}
.ranking .col h2 {
	color: #01482a;
	font-size: 1.5rem;
}
.page div.container .ranking h2 {
	color: #00502f;
	font-size: 1.7rem;
	font-size: 1.7rem;
	padding: 0;
	margin-bottom: 2rem;
	border-bottom: none;
}
.ranking h2 small {
	font-size: 60%;
	display: inline-block;
	margin-right: 1rem;
}
.ranking ul {
	display: flex;
	list-style: none;
}
.ranking ul li {
	margin: 1rem;
}
#ranking {
	padding: 2rem;
	background: #FFF;
}
#ranking h2 {
	color: #00502f;
	font-size: 1.7rem;
}
#ranking h2 small {
	font-size: 60%;
	display: inline-block;
	margin-right: 1rem;
}
#ranking ul li {
	margin: 1rem;
}
#links, #ranking {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
#shops>div {
	position: relative;
	margin: 1rem;
}
#shops>div:first-child {
	margin-left: 0;
}
#shops>div:last-child {
	margin-right: 0;
}
#shops h3 {
	font-size: 1rem;
	padding: .5rem;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #FFF;
	margin-bottom: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
}
#shops h3 span {
	position: absolute;
	right: 1rem;
	top: .5rem;
}


#footer {
	text-align: center;
	
	background: #06532e;
	padding: 1rem;
}
#footer .menu {
	list-style: none;
}
#footer .menu li {
	text-align: left;
	line-height: 1.3;
	margin-bottom: 0.4rem;
}
#footer .menu a {
	color: rgba(255, 255, 255, 0.8);
	font-size: .9rem;
	display: inline-block;
}
#footer img {
	display: block;
	max-width: 1300px;
	width: 100%;
	margin: auto;
	height: auto;
}
#copy-right {
	color: #FFF;
	text-align: right;
	font-size: .9rem;
}
.no-image {
	max-width: 100%;
	width: 360px;
	height: 170px;
	margin: .6em 0;
	background-image:  url(/_bosys/wp-content/themes/sembikiya/common/img/only_logo_new.png) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 51px 83px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.box-bread {
	padding: 0;
	margin: 1.3rem 0 0.3rem;
	font-size: 0.8rem;
}
.box-bread li {
	display: inline-block;
	margin:0;
	padding: 0;
}
.box-bread li a {
	
	color: #9e9e9e;
	transition: 0.4s ease;
}
.box-bread:hover li a {
	color: #666;
}
.box-bread li+li:before {
	content: '>';
	color: #ccc;
	margin: 0 0.5rem;
}
.no-link {
	pointer-events: none;
}
.information-bar {
	z-index: 10;
	
	width: 100%;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	height: 80px;
	overflow: hidden;
	background-color: rgba(35, 35, 35, 0.85);
	color: #FFF;
	padding: 1rem;
	transition: all .5s;
	
}
.information-bar a {
	color: #FFF;
	word-break: break-all;
}
.information-bar img {
	max-width: 100%;
	height: auto;
}
.information-bar .btn {
	color: #2f2f2f;
}
.news-box {
	display: none;
}
.information-bar.on {
	height: 130px;
}
.information-bar time {
	display: inline-block;
	margin-right: 1rem;
}
.information-bar h2 {
	font-size: 1rem;
	margin: 0;
	color: #FFF;
}
#news{
	padding-top: 5rem;
}
body#news{
	padding-top: 0;
}
#news time {
	display: block;
}


body.home #contents #news img {
	max-width: 360px;
	max-height: 170px;
	background: #FFF;
}
body.home #contents #news .saiji img, .saiji .no-image {
	max-width: 100%;
	max-height: 200px;
}
.saiji .no-image {
	height: 200px;
}
body#post-list .link-title img, body#news .link-title img {
	max-width: 100%;
	height: 170px;
	object-fit: cover;
	font-family: 'object-fit: cover;' background: #FFF;
}


}
#news .name-term {
	display: inline-block;
	line-height: 1;
	padding: .3rem .6rem;
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
}
.box-sns a {
	display: inline-block;
	margin: 0 6px;
}
#news time {
	margin: .5rem 0;
}
#news div {
	line-height: 1.3;
}
*[class*="md-"].m-md-minus {
	width: auto;
}
#btn-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.link-title {
	display: block;
	margin: .6em 0;
}
.box-saiji .row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.box-saiji .link-title {
	font-size: 1.2em;
}
.box-saiji .link-title, .box-saiji .no-image {
	margin: 0;
	font-weight: bold;
}
.box-saiji .saiji-time {
	padding: .3em 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.box-saiji .saiji-desc {
	line-height: 1.4;
	letter-spacing: .1em;
}
.tab-pane.active {
	animation: colorChange 3s ease;
}
.banner-viking {
	background-color: #fff5c6;
	margin: 1.5rem;
	padding: 2rem;
	text-align: center;
	background-image: url('/_bosys/wp-content/uploads/2018/11/DSC_7654-1.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	font-size: x-large;
	line-height: 1;
}
.banner-viking a {
	display: block;
	text-decoration: underline;
	color: #4e3f08;
}
.banner-viking:hover {
	background-color: #ffe877;
}
.hidden {
	overflow: hidden;
	height: 100%;
}
.page h3.cat-title {
	padding: .8rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 1.2rem;
}

.demo.all-shops{
	display: none;
}

.sub-menu .all-shops ul.sub-menu{
	top:-4.4rem;
	width: 160%;
	position: absolute;
	left:100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	transition: all .4s;
	opacity: 0;
	margin-top: 0;
}
.sub-menu .all-shops ul.sub-menu > li{
	width: 50%;
}
.sub-menu .all-shops ul.sub-menu.on{
	display: flex;
	flex-wrap: wrap;
	opacity: 1;
}
ul.sub-menu li.all-shops a:hover+.sub-menu{
	background: rgba(0, 0, 0, 0.8);

}
.all-shops.menu-item-has-children .sub-menu.on{

}
	
.sub-menu .all-shops ul.sub-menu li{
	padding: .2rem 1rem!important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#main-menu .sub-menu .all-shops ul.sub-menu li a{
	margin-left: 0;
	padding: .4rem .2rem;
	width: 100%;
	display: block;
}	
.list-shop-cat{
	display: flex;
	flex-wrap: wrap;
	margin:0.5rem;
}
.sub-menu .all-shops ul.sub-menu .list-shop-cat li{
	border-bottom: none;
	line-height: 1!important;
	margin: .3rem 0 0 .3rem;
	padding: .1rem .3rem !important;
	border-radius: 20px;
	line-height:1;
	background-color: rgba(214, 211, 182, 0.89);
}
#main-menu ul.sub-menu ul.sub-menu .list-shop-cat li a{
	color: #403c3b;
	font-size: .7rem !important;
	line-height:1;

}
#main-menu ul.sub-menu ul.sub-menu .list-shop-cat li.on{
	background-color: #403c3b;
}	
#main-menu ul.sub-menu ul.sub-menu .list-shop-cat li.on a{
	color: rgba(214, 211, 182, 0.89);
}
.list-shop-cat{
	display: none;
}
.box-revision{
	width: 100%;
}
@media screen and (max-width:768px) {
	.banner-viking {
		background-image: url('');
		line-height: 1.2;
	}
}
@keyframes colorChange {
	0% {
		background-color: #e3dacd;
	}
	80% {
		background-color: #e3dacd;
	}
	100% {
		background-color: transparent;
	}
}
.link-deme-reserve a{
	background-color: #660000;
	display: block;
	margin-left: -2rem;
	margin-right: -2rem;
	margin-bottom: -1rem;
	color: #FFF;
}
.btn-cuebic-reserve{
	display: block;
	color: #FFF;
	text-align: center;
	padding: 1rem 3rem;
	transition: .4s;
	position: relative;
	z-index: 1;
}
.btn-cuebic-reserve-wrap{
	width: 14rem;
	margin: auto;
	position: relative;
}
.btn-cuebic-reserve-wrap:before{
	content:'';
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	background-color: #660000;
	z-index: 0;
	width: 100%;
	height: 100%;
	transition: .4s;
}
.btn-cuebic-reserve-wrap:hover:before{
	background-color: #390000;
}	
.btn-cuebic-reserve:hover{
	color: #FFF;
	text-decoration: none!important;
}
.internet-yoyaku,.page .internet-yoyaku *{
	color: #FFF;
}
.d-child-block.menu-item-has-children .sub-menu.on {
	display: block;
}


@media screen and (max-width:1100px) and (min-width:769px) {
	#main-menu li a {
		padding: 0;
	}
	.information-bar {
		margin-left: 300px;
	}
}
@media screen and (max-width:768px) {
	.adjust-mb{
		display: table;
	}	
	.sub-menu .all-shops ul.sub-menu{
		position: static;
		width: auto;
	}
	ul.sub-menu li.all-shops a:hover+.sub-menu{
		background-color: transparent;
	}
	.sub-menu .all-shops ul.sub-menu li{
		padding: .5rem 0!important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	.sp-none {
		width: 90%;
	}
	.box-saiji .link-title {
		margin: 1rem 0;
	}
	#slide-top {
		width: 95%;
	}
	#slide-top div {
		height: 530px;
	}
	body.home #top-visual-copy h2 {
		margin-top: 5rem;
	}
	body.home #top-visual-copy h2 {
		margin-top: 0;
	}
	.home #slide-top {
		width: 100%;
	}
	#lang-switch {
		display: inline-block;
	}
	body, html {
		width: 100vw;
		overflow-x: hidden;
	}
	.sp-none {
		display: none;
	}
	.sp-visible {
		display: block;
	}
	#top-visual {
		flex-direction: column-reverse;
		min-height: inherit;
	}
	#main-menu {
		display: block;
	}
	#sub-menu {
		display: block;
	}
	#sub-menu li a {
		margin: 0;
	}
	
	#menu-btn {
		position: relative;
		z-index: 100;
		cursor: pointer;
	}
	#store-btn {
		position: relative;
		z-index: 99;
	}
	#store-btn a:active, #store-btn a:focus, #store-btn a:visited, #store-btn a:hover {
		text-decoration: none;
	}
	.fa-bars, .fa-shopping-cart {
		display: block;
		padding: 1rem;
		text-align: center;
	}
	.fa-bars span, .fa-shopping-cart span {
		display: block;
		font-size: .6rem;
		margin-top: .2rem;
	}
	#logo {
		margin-bottom: 3rem;
	}
	#top-visual-copy {
		padding: 1.5rem;
	}
	#top-visual-image {
		max-width: 100%;
	}
	.home #top-visual-image, #top-visual-image .top-visual-image-inner img {
		height: 40vh;
		max-width: 100%;
	}
	.box-bread {
		margin: 1.5rem;
	}
	.box-bread li {
		margin: 0;
	}
	.page #top-visual, .category #top-visual {
		min-height: inherit!important;
	}
	*[class*="justify-content-"] {
		margin-right: 0;
		margin-left: 0;
	}
	#navs {
		position: fixed;
		z-index: 101;
		display: flex;
		justify-content: space-between;
	}
	#main-nav {
		padding: 1.5rem;
		position: absolute;
		top: 0;
		top: 0;
		height: 100vh;
		width: 100vw;
		z-index: 99;
		background: rgba(255, 255, 255, 0.9);
		transition: ease-in-out .4s;
		transform: translateY(-100vh);
		transform-origin: top;
	}
	.menu-item-has-children .sub-menu.on {
		background-color: inherit;
	}
	#main-nav.toggle-menu {
		transform: translateY(0);
	}
	#sub-menu li {
		justify-content: flex-start;
		border-right: none;
		padding: .3rem 0;
	}
	.box-menu-sub, .sub-menu {
		position: static;
		display: block;
		opacity: 1;
		padding: 1rem;
	}
	.box-menu-sub:before, .sub-menu:before {
		content: none;
	}
	.box-menu-sub .box-menu-sub-parts:nth-child(2), .sub-menu .box-menu-sub-parts:nth-child(2) {
		padding-left: 0;
	}
	.sub-menu .menu-item-has-children>a {
		display: block;
		margin: 0 0 1rem;
		padding-bottom: .5rem;
		border-bottom: 1px solid #cac3b0;
		color: inherit!important;
	}
	#main-menu>li {
		margin: 1rem 0;
	}
	#main-menu>li>a {
		background: #cac3b0;
		padding: .4rem;
		color: #2f2a27;
		display: inline-block;
	}
	#main-menu>li>a[href^="#"] {
		pointer-events: none;
	}
	.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
		height: 95vh;
		overflow-y: scroll;
	}
	.box-menu-sub ul, ul.sub-menu {

	}
	#main-menu .box-menu-sub ul li a, #main-menu ul.sub-menu li a {
		color: inherit;
	}
	#main-nav {
		overflow-y: scroll;
	}
	#top-visual {
		flex-direction: column;
		min-width: inherit;
		padding-left: inherit;
	}
	#top-visual {
		flex-direction: column-reverse;
	}
	#top-visual-copy #top-visual-copy-inner {
		min-width: 0!important;
		max-width: none;
	}
	body.home #top-visual-copy h2 {
		margin-top: 0;
		margin-bottom: 2rem;
	}
	.home.page #top-visual-copy-inner, .page #top-visual-copy-inner {
		padding: 0!important;
	}
	.page.home #logo, .page #logo, #logo {
		text-align: center;
		margin: 3rem 0 1rem!important;
	}
	.row {}
	div[class*='col'] {}
	#navs i {
		color: #005B37;
	}
	.item-info {
		margin: 0;
		padding: 0 1rem;
	}
	.slide-item {
		padding: 1rem 0;
		margin: 1rem 0;
	}
	.box-menu-sub, .sub-menu {
		pointer-events: all;
		opacity: 1;
	}
	.links, .slide-item {
		padding-right: 0;
		padding-left: 0;
	}
	nav ul li a:hover+.box-menu-sub, .box-menu-sub:hover, nav ul li a:hover+.sub-menu, .sub-menu:hover {
		background: none;
	}
	.sub-menu .sub-menu {
		pointer-events: all;
	}
	.home #top-visual-image {
		min-height: auto;
		height: auto;
	}
	.home #top-visual-copy {
		padding: 0;
		margin-top: 3rem;
	}
	#slide-top div {
		height: 100%;
	}
	.slick-next {
		
		right: -55px;
	}
	.slick-prev {
		left: -25px;
	}
	.information-bar {
		display: none!important;
		font-size: .9rem;
		width: 100%;
		margin-left: 0;
	}
	.information-bar h2 {
		font-size: 1rem;
		margin: .5rem 0;
	}
	.information-bar .w-25 {
		display: none;
	}
	.information-bar .w-75 {
		padding: 0 1rem;
	}
	.information-bar a {
		line-height: 1em;
	}
	.information-bar.on {
		height: 230px;
	}
	.information-bar time {
		display: block;
		margin-right: 0;
		line-height: 1;
	}
	*[class*="w-"] {
		width: 100%!important;
	}
	.mfp-arrow {
		width: 90px!important;
	}
	#main-menu .box-menu-sub a, .sub-menu a {
		font-size: 1.1rem;
	}
	body:not(#history) .table td, body:not(#history) .table th {
		display: block;
	}

	body:not(#history) form .table{
		table-layout: fixed;
	}
	body:not(#history) form .table select{
		max-width:100%;
	}

	 .table.table-not-block th, .table.table-not-block td {
		display: table-cell !important;
		white-space: inherit !important;
	}	
	
	.links a {
		margin-bottom: 1rem;
		box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.19);
	}
	body.home #contents #news img, body.home #contents #news .link-title div,
	body.page-template-page-news #news .link-title img, body.page-template-page-news #news .link-title div{
		max-height: 85px;
	}
	.box-item.recommend img {
		height: auto;
	}
	#contents .box-item h2 {
		margin: auto;
		line-height: .8;
	}
	#signature-dish .item-focus .item-name {
		line-height: 1.4;
	}
	.d-sm-outline {
		border: 1px solid rgba(0, 0, 0, 0.2);
		padding: .4em .5em;
		width: 100%;
		margin: 0;
	}
	#regional-producer-report .slick-next {
		right: -50px;
	}
	#regional-producer-report .slick-prev {
		left: -15px;
	}
	.multiple-items-report img {
		padding: 10px;
	}
	#top-visual-copy {
		padding-top: 0;
		padding-bottom: 0;
	}
	#top-visual-copy h2 {
		font-size: 1.4rem;
	}
	body.page #contents h3 {
		font-size: 1.2rem;
	}
	.page div.container h4, .category div.container h4 {
		font-size: 1.1rem;
		font-weight: bold;
		margin-bottom: 1rem!important;
	}
	.sub-menu .all-shops ul.sub-menu.on{
		display: block;
	}
	.sub-menu .all-shops ul.sub-menu > li{
		width: 100%;
	}
	.sub-menu .all-shops ul.sub-menu{
		background: none;
	}
}


@media (max-width: 480px) {
	#slide-top div {
		background-size: contain;
		width: 100vw;
		background-repeat: no-repeat;
		height: calc(100vw / 3 * 2.3)!important;
	}

}




	
	#popupbnr-box-once{
		display: none;
		position: fixed;
		z-index: 10000;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.75);
	}


	#popupbnr-bnr{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		bottom: auto;
		right: auto;
		text-align: center;
		width: 50%;

	}
	

	
	#popupbnr-bnr img{
		max-width: 100%;
	}
	
	#popupbnr-close{
		display: none;
		position: fixed;
		right: 10px;
		top:50px;
		line-height: 1;
		padding: 10px;
		border-radius: 40px;
		background-color: #FFF;
		z-index: 10001;
	}
	#popupbnr-close-inner{
	
		line-height: 1;
		padding: 10px;
		border-radius: 20px;
		background-color: #FFF;
		display: block;
		margin: 1rem auto;
		width: fit-content;
	}
	@media screen and (max-width:768px){
		#popupbnr-bnr{
			width: 95%;
		}
	}
	
	
	
.item-inner-slide{
	margin-bottom: 80px !important;
}

.item-inner-slide .slick-dots{
	bottom: -40px;
}




.slide-navigation {
  line-height: 0;
  position: relative;
  margin: 0;
  padding: 0;
  width: 80%;
  margin: 0 auto;
}
.slide-navigation .item-image {
  position: relative;
  cursor: pointer;
}
.slide-navigation .item-image .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slide-navigation .item-image .image::before {
  display: block;
  content: "";
}
.slide-navigation .item-image .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
.slide-navigation .slick-current .image::after {
  opacity: 0;
}
.slide-navigation .slick-current .image img{
	padding: .5rem;
	border: 1px solid #DDD;
}

.slide-navigation .item-image .image {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
}
#top-visual-image-inner .slide-navigation .item-image .image img {
	max-width: 85%;
	height: auto;
  margin: auto;
  width: 100%;
}
.slide-navigation *:focus{
	outline: none;
}
.slide-navigation .slick-next:before{
	position: relative;
	top:-15px;
	left:-30px;
}
.slide-navigation .slick-prev:before{
	position: relative;
	top:-15px;
	right:-30px;
}
@media screen and (max-width: 767px) {
	.slide-navigation{
		width:100%;
	}
	.slide-navigation .item-image .image{
		padding: .5rem;
	}
	.slide-navigation .slick-next:before{
		top:-7px;
		left:-10px;
	}
	.slide-navigation .slick-prev:before{
		top:-7px;
		right:-10px;
	}
	.slide-navigation .item-image .image::after{
		content:none;
	}
}






.slide-thumbs .item-inner-slide{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0!important;
	margin-top: -2rem;
}
.slide-thumbs .item-inner-slide > div{
	opacity: .8;
	max-width: 80px;
	height: auto;
	transition: .4s;
	margin: 0 10px;
}
.slide-thumbs .item-inner-slide > div img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	border: 1px solid #9b9b9b;
}
.slide-thumbs .item-inner-slide > div.thumbnail-current{
	opacity: 1;
}
.tab-buttons{
	display: flex;
	justify-content: center;
}
.tab-buttons.fixed{
	background: rgba(217, 214, 200, 0.95);
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index: 1000;
}
.tab-buttons li{
	margin: 0 1rem;
}
.tab-buttons a{
	cursor: pointer;
	position: relative;
}
.tab-buttons a.active:after{
	height: 2px;
	width: 80%;
	position: absolute;
	display: block;
	content:"";
	background-color: #cc8383;
	left: 10%;
}
.category-type.none{
	display: none;
}
.category-type.active{
	display: block;
}
.btn-link{
display:block;
border:1px solid rgb(64, 60, 59);
color:rgb(64, 60, 59);
text-align:center;
padding:.5rem 1rem;
margin:1rem;
transition:.4s;
}
.btn-link:hover{
border:1px solid rgb(64, 60, 59);
color:rgb(64, 60, 59);
background-color:rgba(255, 255, 255, 0.4);
text-decoration:none!important;
}
.btn-link:before{
content:"\f054";
font-family:"Font Awesome 5 Free";
font-weight:900;
margin-right:1rem;
}
.history img{
transition:.4s;
}
.history img:hover{
opacity:.8;
}
@media screen and (max-width:480px){
	.tab-buttons.multiple-menu{
	}
	.tab-buttons.multiple-menu li,
	.tab-buttons.multiple-menu a{
		text-align: center;
		font-size: .8rem;
	}
	.tab-buttons.multiple-menu li{
		margin: 0 5px;
	}
	.tab-buttons.multiple-menu a.nav-button-b{
		padding: .5rem;
	}
	.tab-buttons a{
		letter-spacing: 0;
		white-space: nowrap;
	}
	#lang-switch.lang-switch{
		display: inline-flex;
	}
	#lang-switch.lang-switch .zh {
	    position: static;
	    margin-top: 0;
	    transform: scaleY(1);
	}
	#lang-switch.lang-switch a{
		width: 50%;
	}
}
.h-line-both{
	line-height: 1.8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.h-line-both span{
	display: block;
	width: 100%;
	white-space: nowrap;
}
.h-line-both:before,
.h-line-both:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	top:calc(50% - 1px);
	background: rgba(0,0,0,.1);
}
.h-line-both:before{
	margin-right: 1.5rem;
}
.h-line-both:after{
	margin-left: 1.5rem;
}

[id*="hanpukai"] a:hover{
	text-decoration: none!important;
}
[id*="hanpukai"] a:hover .price{
	text-decoration: underline!important;
}



.fieldset-cf7mls .cf7mls_next,
form.cf7mls input.wpcf7-form-control.wpcf7-submit{
	float: none;
}
.cf7mls_next.action-button{
	min-width: inherit;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit,
.cf7mls_back.action-button,
.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button{
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    min-width: inherit;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7 form.init .wpcf7-response-output{
	border-style: solid;
	border-width: 3px;
	padding: .6rem;
}
.wpcf7 form.init .wpcf7-response-output.wpcf7-validation-errors{
	border-color: #f00;
}
#privacy-policy .col a{
	color: #007bff;
	text-decoration: underline;
}
.box-accd{
	max-height: 38rem;
	position: relative;
	overflow-y: hidden;
	transition: 1s;
}
.box-accd .row{
	margin-left: 0;
	margin-right: 0;
}
@media screen and (max-width:768px){
	.box-accd{
		max-height: 62rem;
	}
}
.box-accd.on{
	max-height: 9999px!important;
	padding-bottom: 5rem;
}
.box-accd.on .btn-accd-wrap{
	backdrop-filter:none;
}
.box-accd.on .btn-accd-wrap .btn-accd{
	display: none;
}
.btn-accd-close{
	display: none;
}
.box-accd.on .btn-accd-wrap .btn-accd-close{
	display: block;
	cursor: pointer;
	width: 15rem;
	text-align: center;
	padding: .2rem;
	color: #06532e;
	border-top: 2px solid #06532e;
	margin-top: 1rem;
	position: relative;
}
.box-accd.on .btn-accd-wrap .btn-accd-close:before{
	position: absolute;
	top: -2rem;
	left: calc(50% - 16px);
	content: "";
	display: block;
	border-width:1rem;
	border-style: solid;
	border-color: transparent transparent #06532e transparent;
}
.btn-accd-wrap{
	padding: 2rem 0;
	position: absolute;
	bottom: 0;
	width: 100%;

	background-color: #dad7c8;
	display: flex;
	justify-content: center;
}
.btn-accd{
	cursor: pointer;
	width: 15rem;
	text-align: center;
	padding: .2rem;
	color: #06532e;
	border-bottom: 2px solid #06532e;
	margin-bottom: 1rem;
	position: relative;
}
.btn-accd:after{
	position: absolute;
	bottom: -2rem;
	left: calc(50% - 16px);
	content: "";
	display: block;
	border-width:1rem;
	border-style: solid;
	border-color: #06532e transparent transparent transparent;
}
.box-accd .link-title img,
.box-accd .link-title .no-image{
	aspect-ratio:16/11;
	width: 100%;
	height: 100%;
	object-fit:cover;
	max-height: inherit!important;
	min-height: inherit!important;
}
@media screen and (max-width:768px){
	.slide-item.object-contain h2 {
	    text-align: center;
	}
	.box-accd .link-title img,
	.box-accd .link-title .no-image{
		aspect-ratio:16/11;
		width: 100%;
		height: 100%;
		object-fit:cover;
		max-height: inherit!important;
		min-height: inherit!important;
	}
	.box-accd.on .btn-accd-wrap{
		padding: 1rem 0;
	}
}
.news-flag{
	color: #ffffff;
	background:#ff0000;
	border: none;
	border-radius: 4px;
	margin-right:10px;
	padding: 3px 5px;
	line-height: 1.5;
	font-size: 70%;
	display: inline-block;
}

select.wpcf7-form-control[name="menu"]{
	width: 300px;
}


@media only screen and (max-width: 767px) {
  
  .fieldset-cf7mls input, .wpcf7-form .fieldset-cf7mls textarea{
    width: auto;
    max-width: 80%;
  }
}
#top-visual-image-inner .slide-navigation .item-image .image img {
	max-width: 85%;
	height: auto;
  margin: auto;
  width: 100%;
}

#main-video-wrapper{
	margin:-177px -15px 0 -15px;
	aspect-ratio:16/6;
}
#main-video{

	margin:-177px 0 0 0;
	position: relative;
}	
#main-video-wrapper #main-video{
	margin:0;
}
#main-video .wp-video{
	width: 100%!important;
	background-color:#000;
}
.page-id-93591 #top-visual-image-inner,
.page-id-93594 #top-visual-image-inner{
	display: none;
}
#main-video .btn-190th,
#main-video-wrapper .btn-190th{
    position: absolute;
    color: #FFF;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    display: block;
    padding: .5rem 1.5rem;
    left: 1rem;
    bottom: 3rem;
    z-index: 10;
    visibility: hidden;
    animation: fadeout2 10s;

}
@supports (-webkit-touch-callout: none){
	#main-video .btn-190th, #main-video-wrapper .btn-190th {
	    bottom: 1rem !important;
	}
}



@media only screen and (max-width: 767px){
	#main-video{
		margin: 0 -15px -15px;
	}
	#main-video .d-block.d-sm-none .wp-video{
		aspect-ratio:16/9;
	}
	.page-id-93794 #main-video,
	.page-id-93794 #main-video .wp-video{
		aspect-ratio: 1/1;
	}
	 .btn-190th{
	font-size: 10px !important;
	padding: .2rem 0.5rem !important;
	 bottom: 2rem !important;
	 left: 0.5rem !important;
	 display: none !important;		 
	 }
}

.mejs-controls{
	opacity: 1;
	animation:fadeout 3s;
	opacity: 0;

}



.mejs-video:hover .mejs-controls{
	opacity: 1;

}

@keyframes fadeout {
 0% { opacity: 1; }
 100% { opacity: 0; }
}

@keyframes fadeout2 {
 0% { opacity: 0.6; visibility: visible;}
 90% { opacity: 0.6; }
 100% { opacity: 0; visibility: hidden; }
}
.line-above{
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width:769px){
	.line-above{
	    margin-top: 0.5em;
	    padding-top: 0.8em!important;
	}
}	
@media (max-width:768px){
	.line-above{
    	border-top: 1px solid rgba(0, 0, 0, 0.5);
    	margin-top: .5rem;
    	padding-top: 1rem!important;
	}
}