@charset "UTF-8";

/*----------------------------------------------------
	SP
----------------------------------------------------*/

@media screen and (max-width: 767px) {
.pc {
  display: none !important;
}
.smp {
  display: block;
}
/* ********** TOP ********** */
.xmass2022 {
  margin-top: 60px;
}

#top .video {
    width: 100%;
    height: 100vh;
    overflow: visible;
    position: relative;
}
#top .video.img_ver_video {
  height: auto;
}

.banner2 {
  margin-top: 10px;
}
.banner2 p {
  text-align: center;
  margin-bottom: 10px;
}
#top .item {
  padding: 0 20px 40px;
}
#top .item ul {
  border-top: 1px dotted #ccc;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top .item ul li {
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
#top .item ul li a {
  padding: 10px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: .3s;
}
#top .item ul li a:hover {
  background: #f3f3f3;
}
#top .item ul li a figure {
  width: 50px;
}
#top .item ul li a p {
  width: calc(100% - 65px);
  font-size: 14px;
}
.ec-banner {
  position: absolute;
  right: 0;
  top: 0;
}
.ec-banner a {
  text-align: center;
  width: 117px;
  height: 117px;
  background-color: #90AC6F;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .ec-banner a:hover {
  background-color: #749053;
  }
.ec-banner a .inner {}
.ec-banner a img {
  width: 52px;
  height: auto;
  margin-bottom: 6px;
}
.ec-banner a span {
  line-height: 1.2 !important;
  display: block;
  color: #ffffff;
  font: 700 16px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
/* ********** COMMON ********** */

#top .banner {
  width: 100%;
  padding: 15px 0 30px 0;
}
.sub .banner {
  width: calc(100% + 40px);
  padding: 0 0 30px 0;
  margin: 0 0 0 -20px;
}
.sub .banner2 {
  width: calc(100% + 40px);
  padding: 0 10px 30px;
  margin: 0 0 0 -20px;
}
.banner img {
  width: 100%;
}
.banner .col2 {
  padding: 10px 0 0 0;
}
.banner .col2 p {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0 20px;
}
.title h2 {
  margin: 0 0 40px 0;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 3px;
  font-weight: 700;
}
.title h2 span {
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
}


/* ********** ITEM_CAT ********** */


#item_cat ul {
  border-top: 1px dotted #ccc;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#item_cat ul li {
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
#item_cat ul li a {
  padding: 10px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: .3s;
}
#item_cat ul li a:hover {
  background: #f3f3f3;
}
#item_cat ul li a figure {
  width: 50px;
}
#item_cat ul li a p {
  width: calc(100% - 65px);
  font-size: 14px;
}

/* ********** ITEM_SINGLE ********** */

#item_single .desc {
  margin: 0 0 40px 0;
  padding: 15px;
  font-size: 13px;
  border: 1px solid #ccc;
  background: #efefef;
}
#item_single .movie {
  margin: -20px 0 40px 0;
}
#item_single .movie a {
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #dae000;
  background: #f0efa4;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
#item_single .movie a span {
  margin: 0 0 0 10px;
  font-size: 12px;
  font-weight: 500;
}
#item_single .movie a:hover {
background: #dae000;
}
#item_single ul {
  display: flex;
  flex-wrap: wrap;
}
#item_single ul li {
  width: 47%;
  margin: 0 6% 6% 0;
}
#item_single ul li:nth-child(2n) {
  margin: 0 0 6% 0;
}
#item_single ul li a {
  color: #000;
  text-decoration: none;
}
#item_single ul li img {
  width: 100%;
}
#item_single ul li p {
  margin: 8px 0 0 0;
  font-size: 12px;
  line-height: 1.5;
}
.modal {
  display: none;
}
.iziModal {
  width: 78%;
}
.iziModal-content figure {
  width: 100%;
}
.iziModal-content figure img {
  width: 100%;
  height: 100%;
}
.iziModal-content .box {
  width: 100%;
  line-height: 1.5;
  padding: 20px;
}
.iziModal-content .box dl {
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #ccc;
}
.iziModal-content .box dl dt {
  font-size: 18px;
  font-weight: 500;
}
.iziModal-content .box dl dd {
  font-size: 12px;
  font-weight: 500;
}
.iziModal-content .box dl dd span {
  font-size: 18px;
  font-weight: 700;
}
.iziModal-content .box .text {
  margin: 0 0 15px 0;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
}
.iziModal-content .box .data {
  font-size: 11px;
}
.iziModal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
}
.hasScroll .iziModal-content .close {
  transform: translate(0,0);
}
.iziModal-content .close a {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  display: flex;
  background: #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* ********** RECOMMEND ********** */

#recommend .block figure {
  text-align: center;
}
#recommend .block figure img {
  max-width: 300px;
}
#recommend .block .box h3 {
  margin: 20px 0 5px 0;
  font-size: 16px;
}
#recommend .block .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#recommend .block .box ul li {
  width: calc(50% - 5px);
  margin: 0 0 10px 0;
}
#recommend .block .box ul li a {
  width: 100%;
  padding: 8px 0;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #dae000;
  background: #f0efa4;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
#recommend .block .box ul li a:hover {
background: #dae000;
}

/* ********** ITEM_SINGLE ********** */

#recommend_single .desc {
  margin: 0 0 40px 0;
  padding: 15px;
  font-size: 13px;
  border: 1px solid #ccc;
  background: #efefef;
}
#recommend_single .block {
  margin: -80px 0 0 0;
  padding: 80px 0 0 0;
}
#recommend_single h3 {
  padding: 13px 0;
  margin: 0 0 20px 0;
  font-size:  14px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dae000;
  background: #f0efa4;
}
#recommend_single ul {
  display: flex;
  flex-wrap: wrap;
}
#recommend_single ul li {
  width: 47%;
  margin: 0 6% 6% 0;
}
#recommend_single ul li:nth-child(2n) {
  margin: 0 0 6% 0;
}
#recommend_single ul li a {
  color: #000;
  text-decoration: none;
}
#recommend_single ul li img {
  width: 100%;
}
#recommend_single ul li p {
  margin: 3px 0 0 0;
  font-size: 12px;
}
#recommend_single p.none {
  margin: 0 0 30px 0;
}

/* ********** CAFE ********** */

#cafe ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cafe ul li {
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0 0 30px 0;
  font-size: 13px;
  border-bottom: 1px dotted #ccc;
}
#cafe ul li:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#cafe ul li h3 {
  font-size: 16px;
  font-weight: 500;
}
#cafe ul li figure {
  margin: 10px 0;
}
#cafe ul li figure img {
  width: 100%;
}
#cafe ul li a {
  color: #e4007f;
  text-decoration: underline;
}
#cafe ul li a:hover {
  text-decoration: none;
}
#cafe ul li a.btn {
  width: 100%;
  margin: 20px auto 0;
  padding: 7px 0;
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  display: block;
  transition: .3s;
}
#cafe ul li a.btn:hover {
  color: #fff;
  background: #000;
}

/* ********** SHOP ********** */

#shop ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shop ul li {
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0 0 30px 0;
  font-size: 13px;
  border-bottom: 1px dotted #ccc;
}
#shop ul li:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#shop ul li h3 {
  font-size: 16px;
  font-weight: 500;
}
#shop ul li figure {
  margin: 10px 0;
}
#shop ul li figure img {
  width: 100%;
}
#shop ul li a {
  color: #e4007f;
  text-decoration: underline;
}
#shop ul li a:hover {
  text-decoration: none;
}
#shop ul li a.btn {
  width: 100%;
  margin: 20px auto 0;
  padding: 7px 0;
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  display: block;
  transition: .3s;
}
#shop ul li a.btn:hover {
  color: #fff;
  background: #000;
}

/* ********** CONCEPT ********** */

#concept .inner {
  margin: 0 auto;
}
#concept .inner .block1 {
  padding: 0 0 50px 0;
}
#concept .inner .block1 figure {
  width: 300px;
  margin: 0 auto 30px;
}
#concept .inner .block1 figure figcaption {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 500;
}
#concept .inner .block1 h3 {
  margin: 30px 0 0 0;
  font-size: 16px;
  font-weight: 500;
}
#concept .inner p {
  font-size: 13px;
}
#concept .inner .block2,
#concept .inner .block3 {
  padding: 0 0 50px 0;
}
#concept .inner .block2 h3,
#concept .inner .block3 h3,
#concept .inner .block4 h3 {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ccc;
}
#concept .inner .block2 p,
#concept .inner .block3 p {
  margin: 20px 0 0 0;
}
#concept .inner .block4 h4 {
  font-weight: 700;
}
#concept .inner .block4 p {
  margin: 0 0 20px 0;
}

/* ********** RECRUIT ********** */

#recruit .inner {
  font-size: 13px;
}
#recruit .inner h3 {
  font-size: 15px;
  font-weight: 500;
}
#recruit .inner .block1 {
  margin: 0 0 40px 0;
}
#recruit .inner .block1 a {
  width: 300px;
  margin: 0 auto 20px;
  display: block;
}
#recruit .inner .block2 {
  margin: 0 0 40px 0;
}
#recruit .inner .block2 a {
  margin: 0 0 10px 0;
  display: block;
}
#recruit .inner .block3 {
  margin: 0 0 40px 0;
}
#recruit .inner .block3 a {
  margin: 0 0 10px 0;
  display: block;
}
#recruit .inner .btn {
  text-align: center;
}
#recruit .inner .btn a {
  color: #8fc31f;
  font-size: 20px;
  font-weight: 700;
  transition: .3s;
}
#recruit .inner .btn a:hover {
  color: #000;
}

/* ********** NEWS ARCHIVE ********** */

#news ul.list {
  width: 100%;
  margin: 0 auto;
  border-top: 1px dotted #ccc;
}
#news ul.list li {
  border-bottom: 1px dotted #ccc;
}
#news ul.list li a {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
}
#news ul.list li a:hover {
  background: #f3f3f3;
}
#news ul.list li figure {
  width: 50px;
}
#news ul.list li dl {
  width: calc(100% - 65px);
}
#news ul.list li dl dt {
  font-size: 12px;
}
#news ul.list li dl dd {
  font-size: 14px;
}

/* ********** PAGER ********** */

#news .pager {
  margin: 30px 0 0 0;
}
#news .pager ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#news .pager ul li {
	margin: 0 3px;
	text-align: center;
	line-height: 1.9;
}
#news .pager ul li span {
	width: 28px;
	height: 28px;
	color: #fff;
	font-size: 14px;
  border-radius: 30px;
	border: 1px solid #000;
	background: #000;
	display: block;
}
#news .pager ul li a {
  transition: .3s;
}
#news .pager ul li a.page-numbers {
	width: 28px;
	height: 28px;
	color: #000;
	font-size: 14px;
  border-radius: 30px;
	display: block;
}
#news .pager ul li .dots {
	color: #000;
	border: none;
	background: #fff;
}
#news .pager ul li a.page-numbers:hover {
	color: #000;
	background: #ccc;
	opacity: 1;
}
#news .pager ul li .next {
	position: relative;
}
#news .pager ul li .next:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	top: 9px;
	right: 11px;
	transform: rotate(45deg);
	transition: .3s;
}
#news .pager ul li .prev {
	position: relative;
}
#news .pager ul li .prev:after {
	content: "";
	width: 8px;
	height: 8px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	top: 9px;
	left: 11px;
	transform: rotate(45deg);
	transition: .3s;
}

/* ********** NEWS SINGLE ********** */

#news_single .news_title p {
  font-size: 13px;
}
#news_single .news_title h3 {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  font-size: 20px;
  font-size: 500;
  line-height: 1.5;
  border-bottom: 1px dotted #ccc;
}
#news_single .content p {
  margin: 20px 0;
  font-size: 13px;
}
#news_single .content .eyecatch {
  text-align: center;
}

/* ********** PRIVACY POLICY ********** */

#privacy .inner {
  font-size: 13px;
}
#privacy .inner h3 {
  margin: 20px 0 0 0;
  font-size: 15px;
  font-weight: 500;
}
#privacy .inner ul {
  margin: 10px 0 0 0;
}
#privacy .inner ul li {
  margin: 0 0 0 1em;
  text-indent: -1em;
}

/* ********** ATTENTION ********** */

#attention .inner {
  font-size: 13px;
}
#attention .inner h3 {
  margin: 20px 0 0 0;
  font-size: 15px;
  font-weight: 500;
}
#attention .inner ul {
  margin: 10px 0 0 0;
}
#attention .inner ul li {
  margin: 0 0 0 1em;
  text-indent: -1em;
}
#attention .inner p {
  margin: 10px 0 0 0;
}

/* ********** CONTACT ********** */

#contact span.red {
  color: #c30d23;
}
#contact .inner {
  width: 100%;
  margin: 0 auto;
}
#contact .inner p.desc {
  margin: 0 0 30px 0;
  text-align: center;
}
#contact .inner dl {
  margin: 0 0 20px 0;
}
#contact .inner dl dt {
  margin: 0 0 5px 0;
  width: 100%;
}
#contact .inner dl dd {
  width: 100%;
}
#contact .inner dl dd input[type="radio"] {
	margin: 0 5px 3px 0;
}
.wpcf7-radio .wpcf7-list-item {
    display: block;
}
.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-top:5px;
}
#contact .inner dl dd input[type="text"],
#contact .inner dl dd input[type="tel"],
#contact .inner dl dd input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
}
#contact .inner dl dd textarea {
  width: 100%;
  height: 230px;
  padding: 10px;
  font-size: 17px;
  border: 1px solid #000;
}
#contact .inner .btn {
  margin: 40px 0 0 0;
  text-align: center;
}
#contact .inner .btn input[type="submit"] {
  width: 280px;
  height: 55px;
  margin: 0 10px;
  font-size: 16px;
  color: #fff;
  border: none;
  background: #000;
  transition: .3s;
}
#contact .inner .btn input[type="submit"]:hover {
  opacity: .7;
}

}


@media (max-width: 568px) {
  .tbl {
    display: none;
  }
}



