@charset "UTF-8";

/*----------------------------------------------------
	PC
----------------------------------------------------*/

@media screen and (min-width: 768px) {

/* ********** TOP ********** */
.xmass2022 {
  margin-top: 150px;
}

#top .video {
  width: 100%;
  /*height: 100vh;*/
  overflow: visible;
  position: relative;
}
.image-wrap {

}
.image-wrap figure {
  position: relative;
  z-index: 0;
}
.banner2 {
  margin-top: 10px;
}
.banner2 p {
  text-align: center;
  margin-bottom: 10px;
}
#top .item {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 30px;
}
#top .item ul {
  display: flex;
  flex-wrap: wrap;
}
#top .item ul li {
  width: 22%;
  margin: 0 4% 4% 0;
}
#top .item ul li:nth-child(4n) {
  margin: 0 0 4% 0;
}
#top .item ul li a {
  color: #000;
  text-decoration: none;
}
#top .item ul li img {
  width: 100%;
}
#top .item ul li p {
  margin: 5px 0 0 0;
}
.ec-banner {
  position: absolute;
  right: 0;
  top: 0;
}
.ec-banner a {
  text-align: center;
  width: 157px;
  height: 157px;
  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 {
  margin-bottom: 12px;
}
.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%;
  max-width: 1200px;
  padding: 50px 30px;
  margin: 0 auto;
}
.sub .banner {
  width: 100%;
  max-width: 1200px;
  padding: 50px 0 20px;
}
.sub .banner2 {
  width: 48%;
  padding: 50px 0;
  margin: 0 auto;
}
.banner .col2 {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .col2 p {
  width: 50%;
  padding: 0 20px 30px;
}
.title h2 {
  margin: 0 0 50px 0;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 3px;
  font-weight: 700;
}
.title h2 span {
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
}

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

#item_cat ul {
  display: flex;
  flex-wrap: wrap;
}
#item_cat ul li {
  width: 22%;
  margin: 0 4% 4% 0;
}
#item_cat ul li:nth-child(4n) {
  margin: 0 0 4% 0;
}
#item_cat ul li a {
  color: #000;
  text-decoration: none;
}
#item_cat ul li img {
  width: 100%;
}
#item_cat ul li p {
  margin: 10px 0 0 0;
  line-height: 1.5;
}

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

#item_single .desc {
  margin: 0 0 50px 0;
  padding: 20px;
  border: 1px solid #ccc;
  background: #efefef;
}
#item_single .movie {
  margin: -20px 0 50px 0;
}
#item_single .movie a {
  width: 600px;
  padding: 13px 0;
  margin: 0 auto;
  font-size: 20px;
  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: 22%;
  margin: 0 4% 4% 0;
}
#item_single ul li:nth-child(4n) {
  margin: 0 0 4% 0;
}
#item_single ul li a {
  color: #000;
  text-decoration: none;
}
#item_single ul li img {
  width: 100%;
}
#item_single ul li p {
  margin: 10px 0 0 0;
  line-height: 1.5;
}
.modal {
  display: none;
}
.iziModal {
  width: 80%;
  max-width: 900px!important;
}
.iziModal-content {
  display: flex;
}
.iziModal-content figure {
  width: 50%;
}
.iziModal-content figure img {
  width: 100%;
  height: auto;
}
.iziModal-content .box {
  width: 50%;
  padding: 5%;
  line-height: 1.5;
}
.iziModal-content .box dl {
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #ccc;
}
.iziModal-content .box dl dt {
  font-size: 22px;
  font-weight: 500;
}
.iziModal-content .box dl dd {
  font-size: 14px;
  font-weight: 500;
}
.iziModal-content .box dl dd span {
  font-size: 22px;
  font-weight: 700;
}
.iziModal-content .box .text {
  margin: 0 0 15px 0;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}
.iziModal-content .box .data {
  font-size: 12px;
}
.iziModal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
}
.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;
}
z
/* ********** RECOMMEND ********** */

#recommend .block {
  max-width: 700px;
  margin: 0 auto;
}
#recommend .block figure {
  text-align: center;
}
#recommend .block figure img {
  width: 300px;
}
#recommend .block .box h3 {
  margin: 30px 0 10px 0;
  font-size: 20px;
}
#recommend .block .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#recommend .block .box ul li {
  width: calc(50% - 10px);
  margin: 0 0 20px 0;
}
#recommend .block .box ul li 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;
}
#recommend .block .box ul li a:hover {
background: #dae000;
}

/* ********** RECOMMEND SINGLE ********** */

#recommend_single .desc {
  margin: 0 0 50px 0;
  padding: 20px;
  border: 1px solid #ccc;
  background: #efefef;
}
#recommend_single .block {
  margin: -180px 0 0 0;
  padding: 180px 0 0 0;
}
#recommend_single h3 {
  margin: 0 0 40px 0;
  padding: 13px 0;
  font-size:  16px;
  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: 22%;
  margin: 0 4% 4% 0;
}
#recommend_single ul li:nth-child(4n) {
  margin: 0 0 4% 0;
}
#recommend_single ul li a {
  color: #000;
  text-decoration: none;
}
#recommend_single ul li img {
  width: 100%;
}
#recommend_single ul li p {
  margin: 5px 0 0 0;
}
#recommend_single p.none {
  margin: 0 0 40px 0;
}

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

#cafe ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cafe ul li {
  width: 30%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#cafe ul li h3 {
  font-size: 16px;
  font-weight: 500;
}
#cafe ul li figure {
  margin: 10px 0;
}
#cafe ul li a {
  color: #e4007f;
  text-decoration: underline;
}
#cafe ul li a:hover {
  text-decoration: none;
}
#cafe ul li a.btn {
  width: 80%;
  margin: 30px auto 0;
  padding: 5px 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: 30%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#shop ul li h3 {
  font-size: 16px;
  font-weight: 500;
}
#shop ul li figure {
  margin: 10px 0;
}
#shop ul li a {
  color: #e4007f;
  text-decoration: underline;
}
#shop ul li a:hover {
  text-decoration: none;
}
#shop ul li a.btn {
  width: 80%;
  margin: 30px auto 0;
  padding: 5px 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 {
  max-width: 800px;
  margin: 0 auto;
}
#concept .inner .block1 {
  padding: 0 0 80px 0;
}
#concept .inner .block1 figure {
  width: 300px;
  margin: 0 auto 50px;
  text-align: center;
}
#concept .inner .block1 figure figcaption {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: 500;
}
#concept .inner .block1 h3 {
  margin: 30px 0 0 0;
  font-size: 18px;
  font-weight: 500;
}
#concept .inner .block1 p {
  font-size: 14px;
}
#concept .inner .block2,
#concept .inner .block3 {
  padding: 0 0 80px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#concept .inner .block2 h3,
#concept .inner .block3 h3,
#concept .inner .block4 h3 {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ccc;
}
#concept .inner .block2 .box {
  width: 45%;
}
#concept .inner .block3 .box {
  width: 30%;
}
#concept .inner .block4 h4 {
  font-weight: 700;
}
#concept .inner .block4 p {
  margin: 0 0 20px 0;
}


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

#recruit .inner {
  max-width: 800px;
  margin: 0 auto;
}
#recruit .inner h3 {
  font-size: 18px;
  font-weight: 500;
}
#recruit .inner .block1 {
  margin: 0 0 60px 0;
}
#recruit .inner .block1 a {
  width: 300px;
  margin: 0 auto 60px;
  display: block;
}
#recruit .inner .block2 {
  margin: 0 0 60px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#recruit .inner .block2 a {
  width: 47%;
  display: block;
}
#recruit .inner .block2 .box {
  width: 47%;
}
#recruit .inner .block3 {
  margin: 0 0 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#recruit .inner .block3 a {
  width: 47%;
  display: block;
}
#recruit .inner .block3 .box {
  width: 47%;
}
#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%;
  max-width: 800px;
  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: 15px;
  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: 100px;
}
#news ul.list li dl {
  width: calc(100% - 120px);
}
#news ul.list li dl dt {
  font-size: 14px;
}
#news ul.list li dl dd {
  font-size: 18px;
}

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

#news .pager {
  margin: 50px 0 0 0;
}
#news .pager ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#news .pager ul li {
	margin: 0 5px;
	text-align: center;
	line-height: 1.9;
}
#news .pager ul li span {
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 20px;
  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: 40px;
	height: 40px;
	color: #000;
	font-size: 20px;
  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: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	top: 13px;
	right: 16px;
	transform: rotate(45deg);
	transition: .3s;
}
#news .pager ul li .prev {
	position: relative;
}
#news .pager ul li .prev:after {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	top: 13px;
	left: 16px;
	transform: rotate(45deg);
	transition: .3s;
}

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

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

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

#privacy .inner {
  max-width: 800px;
  margin: 0 auto;
}
#privacy .inner h3 {
  margin: 30px 0 0 0;
  font-size: 16px;
  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 {
  max-width: 800px;
  margin: 0 auto;
}
#attention .inner h3 {
  margin: 30px 0 0 0;
  font-size: 16px;
  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 {
  max-width: 680px;
  margin: 0 auto;
}
#contact .inner p.desc {
  margin: 0 0 40px 0;
  text-align: center;
}
#contact .inner dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .inner dl {
  margin: 0 0 30px 0;
}
#contact .inner dl dt {
  width: 220px;
}
#contact .inner dl dd {
  width: calc(100% - 220px);
}
#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;
  font-size: 17px;
  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: 60px 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;
}

}
  .tbl {
    display: none;
  }
  .smp {
    display: none;
  }
@media (max-width: 996px) {
  .tbl {
    display: block;
  }
  .pc {
    display: none;
  }
}