.shoppage a{
	transition-duration: 2s;
}
.shoppage a:hover{
	opacity: 0.5;
}
.youtube {
	background: #f1f1f1;
}

.hl-ctr {
	background: #A8A8A8;
	color: #fff;
	white-space: nowrap;
}

.youtube h3 {
	padding-left: 2rem;
}

.tb-line {
	padding: 3rem 0 3rem 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 5.6rem;
	margin-bottom: 5.6rem;
}
.youtube{
	padding: 0!important;
	height: auto!important;
}
.youtube iframe {
	position: relative!important;
	height: 275px;
	display: block;
	margin: 0;
}
.map-access {
	margin-top: 1rem;
}

@media screen and (max-width: 812px) {
	.tb-line {
		margin-top: 4rem;
	}

	.youtube {
	}
	.youtube iframe {
		height: 170px;
	}
	.map-wrap iframe {
		height: 220px;
	}
}

.shoppage .main-menu {
	display: flex;
	justify-content: flex-start;
}

.shoppage .main-menu li {
	text-align: center;
	margin-right: 5rem;
	width: 20%;
}

.shoppage .main-menu li a {
	display: block;
	padding: 15px 10px;
	height: auto;
	border: 1px solid #f1f1f1;
}

.shoppage .main-menu li a:hover,
.shoppage .main-menu li a.current {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1)
}

.main-menu-acc {
	width: 100%;
}

.main-menu-acc a {
	display: block;
	padding: 1rem;
	border: 1px solid #f1f1f1;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1)
}

.main-menu-acc label:after {
	content: "∨";
	display: inline-block;
	float: right;
}

label {
	display: block;
	padding: 1rem;
	border: 1px solid #f1f1f1;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

input {
	display: none;
}

.main-menu-acc ul {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	list-style: none;
}

.main-menu-acc li {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#menu_bar01:checked~#links01 li,
#menu_bar02:checked~#links02 li {
	max-height: 46px;
	opacity: 1;
}

.staff_area {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
}

.staff .position2 {
	font-size: 11px;
	color: #70cccb;
	display: block;
}

.staff-l {
	width: 40%;
}

.staff-l img {
	width: 100%;
}

.staff-r {
	width: 55%;
}

.staff_detail {
	display: flex;
	justify-content: space-between;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ccc;
}

.staff_detail p .position {
	display: block;
	font-size: 14px;
}

.staff_detail p {
	font-size: 24px;
	line-height: 3rem;
}

.staff_detail p .kana {
	display: block;
	font-size: 13px;
	color: #70cccb;
}

@media screen and (max-width: 812px) {
	.staff_area {
		display: block;
	}

	.staff-l {
		width: 100%;
	}

	.staff-l img {
		width: 100%;
	}

	.staff-r {
		width: 100%;
	}

	.staff_detail {
padding-top: 20px;
		display: block;
		border-bottom: none;
	}

	.staff_detail p .position {
		display: block;
		font-size: 14px;
	}

	.staff_detail p {
		font-size: 24px;
		line-height: 3rem;
	}

	.staff_detail p .kana {
		display: block;
		font-size: 13px;
		color: #70cccb;
	}
.staff_detail2{
	padding-top: 0 !important;
	padding-bottom: 3rem !important;
		border-bottom: 1px solid #aaa;
		margin-bottom: 2rem;
}

	.shoppage .section {
		margin-top: 0;
		padding-bottom: 0;
	}
	.section01 {
		background: none;
	}
}

.reserv2 {
	margin-top: auto;

	text-align: center;
width: calc(100%/3);
	margin-left: 3rem !important;

}
.reserv2 a{
	display: block;
	background: #70CCCB;
color: #fff;
	padding: 2rem;
}
.youtube-wrap{
}
@media screen and (max-width: 812px) {
	.reserv2 {
		margin-left: 0 !important;
		width: 100%;
	}

}

.staff_detail2 {
	padding-top: 4rem;
}

.staff_detail2 .title {
	font-weight: bold;
	line-height: 3em;
	font-size: 18px;
}

@media screen and (max-width: 812px) {
	.staff_detail2 .title {
		line-height: 1.4;
		padding-bottom: 2rem;
	}
}

.staff_detail2 .content {
	font-size: 14px;
}

.shopinfo .sns {
	text-align: right;
	display: flex;
	width: 100%;
	justify-content:flex-end;
	align-items: center;
	margin-bottom: 3rem;
	padding-top: 4rem;
}

.shopinfo .sns p {
	margin-top: 5px;
}

.shopinfo .sns-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
;
	margin-left: 20px;
}


.shopinfo .sns-list li a {
	background: #a8a8a8;
	border-radius: 50%;
	height: 43px;
	width: 43px;
	display: -webkit-box;
	padding: 2px;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shopinfo .sns {
	float: right;
}

.shopinfo .sns-list li+li {
	margin-left: 1rem
}

@media screen and (max-width: 812px) {
	.shopinfo .sns {
		float: none;
	}

	.shopinfo .sns {
		text-align: center;
		display: block;
	}

	.shopinfo .sns	li a{
		width: 30px;
		height: 30px;
		margin-top: 20px;
	}

	.shopinfo .sns	li a img{
		max-width: 16px;
		max-height: 16px;
	}

	.shopinfo .sns .hl-line:after {
		display: none;
	}

	.shopinfo .sns p {
		display: block;
	}

	.shopinfo .sns-list {
		justify-content: center;
		padding-bottom: 2rem;
	}
}


.mt20{
	margin-top: 20px;
}
.myworks-wrap {

	text-align: center;
}

.myworks {
	font-size: 0;
	text-align: left;
}

.myworks li {
	display: inline-block;
	width: 14.5%;
	margin: 15px 0;
	margin-right: 20px;
	margin-right: 20px;
}

.myworks li:first-child,
.myworks li:nth-child(7) {
	margin-left: 0;
}

.myworks li:nth-child(6) {
	margin-right: 0;
}

.myworks li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 812px) {
	.section01 {
		margin-bottom: 40px;
	}
	.myworks-wrap{
		margin: 0 -6%;
		padding: 50px 6%;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(31%, #fff), color-stop(30%, #efefef), to(#efefef));
		background: linear-gradient(180deg, #fff 0%, #fff 31%, #efefef 30%, #efefef 100%)
	}
	.myworks li {
		display: inline-block;
		width: 33%;
		vertical-align: top;
		margin: 0;
		margin-right: 0;
		margin-right: 0;
	}

	.shoppage .section1 {
		padding-bottom: 3rem !important;
	}
	.youtube{
		padding-bottom: 90%;
	}
}
.staff_area{
	padding-bottom: 40px;
}
.youtube h2{
	padding: 2rem;
}
@media screen and (min-width: 813px) {
	.reserv3{
		margin-top: auto;
		text-align: center;
		margin-left: 3rem !important;
	}
	.reserv3 a{
		display: block;
		background: #70CCCB;
		color: #fff;
		padding: 2rem !important;
		font-size: 14px;
		line-height: 2em;
	}
	.youtube{
	}
}
.widgets-wrap {
	padding: 2rem;
	background-color: #f1f1f1;
}
.staff {
	display: flex;
	flex-wrap: wrap;
}

.staff li {
	width: 23%;
	margin: 15px 0;
	margin-right: 20px;
	margin-right: 20px;

}

.staff li:first-child,
.myworks li:nth-child(5) {
	margin-left: 0;
}

.staff li:nth-child(4) {
	margin-right: 0;
}

.staff p span.pisition2 {
	color: #70cccb;
	font-size: 12px;
	display: block;
}

.staff p {
	font-size: 14px;
	padding: 1rem;
}

.staff li img.arrow {
	float: right;
	width: 30px;
}

@media screen and (max-width: 812px) {
	.staff {
		margin-top: 10px;
	}
	.staff li {

		display: inline-block;
		width: 46%;
		vertical-align: top;
		margin: 4px;
	}

	.staff p {
		font-size: 13px;
	}
}

.shopinfo .shop_detail {
	margin-bottom: 3rem;
	display: flex;
	justify-content: space-between;
}

.shopinfo .shop_detail div {
	text-align: center;
	padding: 30px;
	border-right: 1px solid #888;
	width: 33%;
}

.shopinfo .shop_detail div:last-child {
	border-right: none;
}

.shopinfo .shop_detail dl dt {
	font-size: 20px;
	line-height: 3em;
}

.shopinfo .shop_detail .tel dd {
	font-size: 28px;
}

.shopinfo .shop_detail .tel dd span {
	font-size: 20px;
	display: block;
	color: #70cccb;
}

.shopinfo .shop_detail .address dd,
.shopinfo .shop_detail .open dd {
	font-size: 14px;
}

.shopinfo .shop_detail .address p.link {
	margin-top: 20px;
}

.shopinfo .shop_detail .address p.link a {
	display: block;
	border: 1px solid #888;
	padding: 2rem;
}

.shopinfo .shop_detail .address p.link a img {
	width: 10px;
	margin-right: 10px;
	vertical-align: -1px;
}

@media screen and (max-width: 812px) {
	.shopinfo .shop_detail {
		margin-bottom: 3rem;
		display: block;
		width: 100%;
	}

	.shopinfo .shop_detail div {
		border-right: none;
		border-bottom: 1px solid #888;
		padding: 20px 0 30px;
		width: 100%;
	}

	.shopinfo .shop_detail div:first-child {
		border-top: 1px solid #888;
margin-top: 20px;
	}
	.underslide{
		line-height: 1.8em;
	}
}

/*スライダー*/
.slide3-wrap{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.slick-dotted.slick-slider{
	margin-bottom: 50px;
}
.slider3 {
	margin-top: 5rem;
	margin-bottom: 60px;
}

.slider3 img {
	box-shadow: -2px 2px 7px #ccc;
}
.slider3
.slick-slide {
	transform: scale(.9);
}
.slider3 .slick-current {
	transform: scale(1.1);
}

@media screen and (max-width: 812px) {
	.slider3 {
		margin-top: 1rem;
	}

	.slider3 img {
		padding: 3px;
	}
}

/*bottom*/
.blog-bottom {
	margin-top: 90px;
}

.flex2 {
	display: flex;
	justify-content: space-between;
}

.flex2>div {
	margin-top: 3rem;
	width: 48%;
}

@media screen and (max-width: 812px) {
	.blog-bottom {
		display: block;
	}

	.blog-bottom>div {
		width: 100%;
	}

	.blog-bottom .post-wrap {
		display: block;
	}

	.blog-bottom .post-wrap>div {
		width: 100%;
	}

	.flex2 {
		display: block;
	}

	.flex2>div {
		width: 100%;
	}
}

.blog-bottom h2 {
	background-color: #a8a8a8;
	padding: 2rem;
	color: #fff;
	font-weight: 200;
	position: relative;
}
.blog-bottom h2 span {
	position: absolute;
	right: 2rem;
	line-height: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.blog-bottom h2 span i {
    font-style: normal;
    text-indent: -99999px;
    display: inline-block;
    border-radius: 15px;
    background: #70cccb;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.blog-bottom .calender table th,
.blog-bottom .calender table td {
	text-align: center;
	padding: 1rem;
}

.blog-bottom .calender div {
	background-color: #f1f1f1;
	width: 100%;
}

.blog-bottom .calender div div.month {
	display: flex;
	justify-content: space-between;
	padding: 2rem;
	border-bottom: 1px solid #CDCDCD;
}

.blog-bottom .calender div div img {
	width: 6px;
	height: 9px;
}

.blog-bottom .calender table {
	width: 100%;
}
@media screen and (max-width: 812px) {
	.blog-bottom .calender div div.month {
		padding: 1rem;
	}
	.blog-bottom h2 {
		padding: 1.5rem;
	}
}
.innerbox {
	padding: 13px;
}
.slick-list {
	padding-bottom: 10px!important;
}
