@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : concept.css
 style info : コンセプト
=================================================================== */
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .container {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 100% !important;
  }
}

.main-visual {
  margin-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .main-visual {
    margin-top: 90px;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  #contents .text {
    line-height: 2.2;
  }
}

/* -----------------------------------------------------------
	.main-visual
----------------------------------------------------------- */
.main-visual {
  height: 0;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 769px) {
  .main-visual {
    padding-top: 30%;
  }
}

.no-webp .main-visual {
  background-image: url(../images/concept/img_main-sp.jpg);
}
@media only screen and (min-width: 769px) {
  .no-webp .main-visual {
    background-image: url(../images/concept/img_main-pc.jpg);
  }
}

.webp .main-visual {
  background-image: url(../images/concept/img_main-sp.webp);
}
@media only screen and (min-width: 769px) {
  .webp .main-visual {
    background-image: url(../images/concept/img_main-pc.webp);
  }
}

/* -----------------------------------------------------------
	.intro
----------------------------------------------------------- */
.intro {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  .intro {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .intro .container {
    max-width: 1440px;
    padding-left: 5%;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .intro .container {
    padding-left: calc((100% - 960px)/2);
  }
}
@media only screen and (min-width: 1440px) {
  .intro .container {
    padding-left: 240px;
  }
}
.intro .content .text-catch {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .intro .content .text-catch {
    font-size: 2.2rem;
    margin-bottom: 30px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1024px) {
  .intro .content .text-catch {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .intro .content .text {
    font-size: 1.3rem;
    letter-spacing: .1ex;
  }
}
@media only screen and (min-width: 1024px) {
  .intro .content .text {
    font-size: 1.6rem;
  }
}
.intro .content .text-attention {
  font-size: 1rem;
  margin-top: 10px;
  color: #727272;
  letter-spacing: 0.1ex;
}
@media only screen and (min-width: 769px) {
  .intro .content .text-attention {
    font-size: 1.3rem;
  }
}
.intro .img-list {
  margin-left: -13%;
  margin-right: -13%;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .intro .img-list {
    margin: 0;
    margin-left: 30px;
    width: 54%;
    max-width: 760px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro .img-list {
    width: 60%;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .intro .img-list {
    width: 70%;
  }
}

/* -----------------------------------------------------------
	.description
----------------------------------------------------------- */
.description {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .description {
    margin-top: 140px;
  }
}
.description h2 {
  color: #b58727;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .description h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .description .text {
    text-align: center;
  }
}

/* -----------------------------------------------------------
	.system
----------------------------------------------------------- */
.system {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .system {
    margin-top: 140px;
  }
}
.system .img {
  margin-left: -13%;
  margin-right: -13%;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .system .img {
    width: 61.6666%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .system .img {
    width: 66.66666%;
  }
}
@media only screen and (min-width: 769px) {
  .system .content {
    width: 32%;
  }
}
@media only screen and (min-width: 1024px) {
  .system .content {
    width: 27%;
  }
}

/* -----------------------------------------------------------
	.programme
----------------------------------------------------------- */
.programme {
  margin-top: 70px;
}
@media only screen and (min-width: 769px) {
  .programme {
    margin-top: 200px;
  }
}
.programme .container {
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .programme .container {
    max-width: 1440px;
    margin-bottom: 130px;
    padding-left: 5%;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .programme .container {
    padding-left: calc((100% - 960px)/2);
  }
}
@media only screen and (min-width: 1440px) {
  .programme .container {
    padding-left: 240px;
  }
}
@media only screen and (min-width: 769px) {
  .programme .wrap {
    width: 56.4%;
  }
}
.programme .box-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .programme .box-intro {
    display: block;
  }
}
.programme .box-intro .box-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.programme .box-intro .content .ic-15min,
.programme .box-intro .content .ic-zenroom {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .programme .box-intro .content .ic-15min,
  .programme .box-intro .content .ic-zenroom {
    width: 37.5%;
    margin-right: 20px;
  }
  .programme .box-intro .content .ic-15min svg, .programme .box-intro .content .ic-15min img,
  .programme .box-intro .content .ic-zenroom svg,
  .programme .box-intro .content .ic-zenroom img {
    width: 100%;
    max-width: 230px;
  }
}
@media only screen and (min-width: 1024px) {
  .programme .box-intro .content .ic-15min,
  .programme .box-intro .content .ic-zenroom {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .programme .box-intro .content .ic-15min,
  .programme .box-intro .content .ic-zenroom {
    width: 40%;
    margin-right: 25px;
  }
  .programme .box-intro .content .ic-15min svg, .programme .box-intro .content .ic-15min img,
  .programme .box-intro .content .ic-zenroom svg,
  .programme .box-intro .content .ic-zenroom img {
    width: 100%;
  }
}
.programme .box-intro .img {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 769px) {
  .programme .box-intro .img {
    margin-right: -13%;
    max-width: 380px;
  }
}
@media only screen and (min-width: 769px) {
  .programme .box-content {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
  .programme .box-content .text {
    letter-spacing: 0;
    font-size: 1.3rem;
  }
  .programme .box-content .btn {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .programme .box-content .text {
    font-size: 1.6rem;
  }
}
.programme .box-content .list-link {
  margin-top: 20px;
}
.programme .box-content .list-link .link {
  margin-top: 0;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .programme .box-content .list-link .link {
    margin-right: 30px;
  }
}
.programme .box-content .list-link .link:last-child {
  margin-right: 0;
}
.programme .box-content .list-link .link a {
  letter-spacing: 0.1ex;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .programme .box-content .list-link .link a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .programme .img-catch {
    width: 23%;
  }
  .programme .img-catch .img__wrap {
    width: 380px;
  }
  .programme .img-catch .img__wrap .img__item {
    margin-left: -11%;
  }
}
@media only screen and (min-width: 1024px) {
  .programme .img-catch .img__wrap .img__item {
    margin-left: 0;
  }
}

/* -----------------------------------------------------------
	.shoplist
----------------------------------------------------------- */
.shoplist {
  width: 100%;
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  .shoplist {
    margin-top: 100px;
  }
}
.shoplist .content {
  position: relative;
  padding: 20px;
  border: 1px solid #eee;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .shoplist .content {
    padding: 35px;
  }
}
.shoplist .content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 5px;
  background: #b58727;
  transform: translateX(-50%);
}
.shoplist .content .btn {
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .shoplist .content .btn {
    margin-top: 20px;
  }
}
.shoplist .content .btn a {
  background: #b58727;
  color: #fff;
}
.shoplist .content .btn a:before {
  background: #000;
}
.shoplist .content .btn a:after {
  color: #fff;
}




.ttl-main {
  margin-bottom:30px
}