@charset "UTF-8";
/* ===== 全体の設定 ===== */

body {
  *text-align: center;
  /*IE調整用*/
  margin: 0;
  background-color: #fff;
  color: #000;
}

/* 全体背景[変更可] */

#wrapper {}

/* ===== コンテンツ ===== */

/* コンテンツ リンク色[変更可] */

#content a:link {
  text-decoration: underline;
  color: #000;
}

#content a:visited {
  text-decoration: underline;
  color: #000;
}

#content a:active {
  text-decoration: underline;
  color: #000;
}

#content a:hover {
  text-decoration: none;
  color: #000;
}

/* イベント名 リンク色[色変更可] */

#main .blockInEvent .bl-hot a, #bottomBlock .topics .topicsTitle a {
  text-decoration: none;
  color: #000;
}

/* ===== コンテンツ[以下に追加] ===== */

html {
  overflow: auto;
}

body {
  overflow: hidden;
  min-width: 768px;
}

#wrapper {
  padding: 0;
}

h2, h3, p, dl, dt, dd {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#innerWrap {
  margin: 0 auto;
  width: 1000px;
  padding: 0;
  *text-align: left;
  /*IE調整用*/
  background: none;
}

#enjoy_lisagas2020 {
  position: relative;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #3F3F3F;
  padding-bottom: 35px;
}

p {
  font-size: 0.875rem;
  line-height: 1.4;
  font-feature-settings: 'palt';
  letter-spacing: .05em;
}

.bg_wrap {
  border-radius: 50% / 100% 100% 0 0;
  bottom: 0;
  background-color: #EE858C;
  display: block;
  height: 200px;
  margin-left: -50vw;
  position: absolute;
  width: 200vw;
  z-index: -1;
}

#enjoy_lisagas2020 .mainimg {
  height: 770px;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto 45px;
  background-color: #F8C7C3;
  box-sizing: border-box;
  position: relative;
  padding: 20px 0 0;
  z-index: 1;
}

#enjoy_lisagas2020 .mainimg .inner {
  max-width: 1000px;
  text-align: right;
}

#enjoy_lisagas2020 .mainimg .inner::before {
  background-image: url(../img/main_left.png);
  background-repeat: no-repeat;
  content: '';
  height: 181px;
  left: -260px;
  position: absolute;
  top: 160px;
  width: 441px;
  z-index: -1;
}

#enjoy_lisagas2020 .mainimg .inner::after {
  background-image: url(../img/main_right.png);
  background-repeat: no-repeat;
  content: '';
  height: 181px;
  position: absolute;
  right: -380px;
  top: 23px;
  width: 441px;
  z-index: -1;
}

#enjoy_lisagas2020 .mainimg .inner img.pop {
  bottom: 180px;
  position: absolute;
  right: -22px;
}

#enjoy_lisagas2020 .mainimg .inner>img:last-child {
  position: relative;
  right: -13px;
}

#logo {
  display: block;
  text-align: center;
  z-index: 10 !important;
  min-width: 1000px;
  margin: 0 auto 0.66% -1.14%;
}

#enjoy_lisagas2020 .inner {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}

#enjoy_lisagas2020 .inner.heading {
  margin-bottom: 4.4%;
  max-width: 1000px;
}

#enjoy_lisagas2020 p.lead {
  font-size: 1rem;
  line-height: 1.625em;
  margin-bottom: 1.5em;
  text-align: center;
}

#enjoy_lisagas2020 ul.caution {
  border: #3F3F3F solid 1px;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.64;
  margin: 0 auto 2.4em;
  padding: 1.75em 1.47em;
}

#enjoy_lisagas2020 ul.caution li {
  padding-left: 1em;
  text-indent: -1em;
}

#btnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#btnbox li {
  width: 18.5%;
}

#btnbox li a {
  background-image: url(../img/btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #811D41 !important;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.44;
  justify-content: center;
  padding: 1.335em 0 3em;
  text-align: center;
  width: 100%;
}

.bgcolor1 {
  background-color: #F8F4EB;
}

.bgcolor2 {
  background-color: #F8C7C3;
}

h2 img {
  max-width: 100%;
}

/*#col01*/

#col01 {
  padding: 35px 5% 47px;
}

#col01 .ttlArea {
  margin-bottom: 51px;
}

#col01 .ttlArea p {
  margin-top: -2.55em;
}

#col01 .inner {
  max-width: 1000px;
}

#col01 .box {
  margin: 0 auto;
  max-width: 98.4%;
  padding: 70px 0 83px;
}

#col01 .box_inner {
  background-image: url(../img/col01_box_mid.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: contain;
  position: relative;
}

#col01 .box_inner::before {
  background-image: url(../img/col01_box_top.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 70px;
  position: absolute;
  top: -70px;
  width: 100%;
}

#col01 .box_inner::after {
  background-image: url(../img/col01_box_bottom.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -83px;
  content: '';
  height: 83px;
  position: absolute;
  width: 100%;
}

.flex {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#col01 .box .flex {
  margin: 0 auto;
  justify-content: center;
  padding: 0 7%;
}

#col01 .box .box_inner .flex div {
  align-self: stretch;
  position: relative;
}

#col01 .box .box_inner .flex div:nth-child(2) img:last-of-type {
  margin: 20px 0 0 -10px;
}

#col01 .box .box_inner .flex div:nth-child(3) img:last-of-type {
  margin: 18px 10px 0 0;
}

#col01 .box .box_inner .flex div img:first-of-type {
  left: 0;
  position: absolute;
  top: 0;
}

#col01 .box .flex p.imgcap {
  font-size: 1rem;
  font-weight: bold;
  left: 1em;
  position: absolute;
  text-align: center;
  top: 45%;
}

#col01 .box .flex p.imgcap span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}

/*#col02*/

#col02 {
  padding: 40px 5% 50px;
}

#col02 .ttlArea {
  margin-bottom: 37px;
}

#col02 .ttlArea p {
  margin-top: 1.75em;
}

#col02 .flex:first-child {
  margin-bottom: 4%;
}

#col02 .flex:first-child p.imgcap {
  font-size: 0.75rem;
  margin-top: 0.6em;
  text-align: center;
}

#col02 .flex:first-child .txt {
  width: 50%;
}

#col02 .flex:first-child .txt h3 {
  background-color: #F8F4EB;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.25em;
  padding: 0.563em 1em;
  position: relative;
}

#col02 .flex:first-child .txt h3 span {
  left: 10em;
  position: absolute;
}

#col02 .flex:first-child .txt p {
  color: #811D41;
  font-size: 1.125rem;
  font-weight: bold;
}

#col02 .flex:first-child .txt p:nth-of-type(-n+4) {
  display: inline-block;
  margin-bottom: 1.1em;
  width: 49%;
}

#col02 .flex:first-child .txt p span {
  color: #3F3F3F;
  display: block;
  font-size: 0.875rem;
  padding-left: 1em;
}

#col02 .flex:first-child .txt p:nth-of-type(n+6) {
  color: #3F3F3F;
  font-size: 0.875rem;
}

#col02 .flex:first-child .txt ul li {
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em;
}

#col02 .flex:nth-child(2) {
  align-items: center;
  background-color: #EE858C;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 52px;
  padding: 0.7% 0 0 3%;
  position: relative;
}

#col02 .flex:nth-child(2)>img:first-of-type {
  left: -10px;
  position: absolute;
  top: -15px;
}

#col02 .flex:nth-child(2) div {
  color: #fff;
  max-width: 48.4375%;
  padding: 1% 0;
}

#col02 .flex:nth-child(2) div h3 {
  background-image: url(../img/col02_h3_border1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
}

#col02 .flex:nth-child(2) div p {
  font-size: 0.875rem;
}

#col02 .flex:nth-child(2)>img:nth-of-type(2) {
  max-width: 25%;
}

#col02 .flex:nth-child(2)>img:last-of-type {
  margin: -4.5% -1% -4% 0;
  max-width: 26%;
}

.attention {
  background-color: #F8F4EB;
  border-radius: 5px;
  padding: 3%;
  position: relative;
}

.attention h3 {
  background-image: url(../img/col02_h3_border2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
}

.attention ul li {
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em;
}

.attention img {
  bottom: -12px;
  position: absolute;
  right: 1.7%;
}

/*#col03*/

#col03 {
  padding: 40px 5% 54px;
}

#col03 .ttlArea {
  margin-bottom: 22px;
}

#col03 .flex {
  margin-bottom: 4.2%;
}

#col03 .flex div {
  position: relative;
}

#col03 .flex div p {
  font-size: 0.875rem;
  padding: 0 1.65em;
  position: absolute;
  top: 65%;
}

.inquiry {
  background-color: #fff;
  border: #F8C7C3 solid 2px;
  border-radius: 5px;
  padding: 3%;
}

.inquiry h3 {
  background-image: url(../img/col02_h3_border1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0.74em;
  padding-bottom: 0.3em;
}

.inquiry p:first-of-type {
  font-size: 1rem;
  font-weight: bold;
}

/*#col04*/

#col04 {
  padding: 41px 5% 44px;
}

#col04 .ttlArea {
  margin-bottom: 40px;
}

#col04 .box {
  background-color: #F0F0F0;
  margin-bottom: 3.5%;
  padding: 4.3%;
  position: relative;
}

#col04 .box::after {
  background-color: #000;
  bottom: -10px;
  content: '';
  height: 10px;
  left: 0;
  opacity: 0.2;
  position: absolute;
  width: 100%;
}

#col04 .box .box_inner {
  background-color: #F8F4EB;
  border: #939393 solid 1px;
  padding: 0 0 2.4%;
}

#col04 .box .box_inner h3 {
  background-color: #EE858C;
  padding: 2.65%;
  text-align: center;
}

#col04 .box .box_inner p.lead {
  color: #000;
  line-height: 1.25;
  margin: 2.38em 0 2em;
  padding: 0 2.45em;
}

#col04 .box .box_inner .flex {
  margin: 0 auto 1%;
  max-width: 85%;
}

#col04 .box .box_inner .flex>div {
  text-align: center;
}

#col04 .box .box_inner .flex div p {
  color: #811D41;
  font-size: 0.9375rem;
  font-weight: bold;
  margin: 1em 0;
}

#col04 .box .box_inner p.cap {
  font-size: 0.75rem;
  padding: 0 2.85em;
}

#col04 .box:nth-of-type(2) p.lead {
  margin: 1.9em 0;
  text-align: left;
}

#col04 .box:nth-of-type(2) .box_inner .flex {
  max-width: 92%;
}

#col04 .box .box_inner .flex div:nth-of-type(3) .imgcap {
  margin: -30px auto 0;
  max-width: 80%;
}

#col04 .box .box_inner .flex div span {
  color: #811D41;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  width: 48%;
}

#col04 .box .box_inner .flex div span:first-of-type {
  text-align: left;
}

#col04 .box .box_inner .flex div:nth-of-type(3) span:last-of-type {
  text-align: right;
}

#col04 .box:nth-of-type(3) .box_inner .flex {
  max-width: 90%;
}

#col04 .box:nth-of-type(3) .flex div p {
  margin: 0 0 1.2em;
}

#col04 .box:nth-of-type(3) .flex div p.nomargin {
  margin: 0;
}

#col04 .box:nth-of-type(3) .flex div p.addmargin {
  margin: 0 0 2.4em;
}

#col04 .box:nth-of-type(3) p.shop {
  color: #000;
  padding: 0 2.45em 1em;
}

#col04 .box:last-of-type .box_inner {
  background-color: #F7C6C2;
  padding: 0 0 5.54%;
}

#col04 .box:last-of-type .box_inner div {
  align-items: center;
  display: flex;
  margin: 3.76% auto 0;
  max-width: 92%;
}

#col04 .box:last-of-type .box_inner div p {
  color: #000;
  font-size: 1rem;
  margin-left: 2.6em;
}

.inner>img {
  max-width: 100%;
}

/*#col05*/

#col05 {
  padding: 42px 5% 34px;
}

#col05 .ttlArea {
  margin-bottom: 52px;
}

#col05 .ttlArea p {
  margin-top: -3.5em;
}

#col05 .flex {
  margin-bottom: 5.1%;
}

#col05 .flex .img {
  max-width: 48%;
}

#col05 .flex .img img {
  max-width: 100%;
}

.tag {
  position: relative;
}

#col05 .tag img:first-child {
  left: -4.34%;
  position: absolute;
  top: -10%;
  max-width: 46%;
}

#col05 .flex .txt {
  max-width: 46%;
}

#col05 h3 {
  background-image: url(../img/col05_h3_border1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: #811D41;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0.74em;
  padding-bottom: 0.3em;
}

#col05 .flex .txt a {
  display: inline-block;
  font-size: 0.875rem;
  margin: 1em 0;
}

.flex.reverse {
  flex-direction: row-reverse;
}

#col05 .flex .txt.bgimg {
  align-self: stretch;
}

#col05 .flex:nth-of-type(2) {
  margin-bottom: 8.2%;
}

#col05 .flex:nth-of-type(2) div {
  padding-bottom: 8px;
}

#col05 .flex:nth-of-type(2) .txt.bgimg {
  background-image: url(../img/col05_ph2sub.png);
  background-position: bottom right 36px;
  background-repeat: no-repeat;
}

#col05 .flex:nth-of-type(3) {
  margin-bottom: 3%;
}

#col05 .flex.wide {
  background-image: url(../img/col05_ph4sub.png);
  background-position: top right 81px;
  background-repeat: no-repeat;
  margin-bottom: 8.2%;
  padding-top: 24px;
}

#col05 .flex.wide .txt {
  max-width: 66.5%;
}

#col05 .flex.wide h3 {
  background-image: url(../img/col05_h3_border2.png);
}

#col05 .flex.wide .img {
  display: inline-flex;
  justify-content: space-between;
  max-width: none;
  width: 100%;
}

#col05 .flex.wide .img img {
  max-width: 48%;
}

#col05 .flex:nth-of-type(5) {
  margin-bottom: 4.66%;
}

#col05 .flex:nth-of-type(5) h3 {
  line-height: 1.5;
  padding-bottom: 0.6em;
}

#col05 .flex:nth-of-type(7) {
  margin-bottom: 8.4%;
}

#col05 .flex:nth-of-type(7) div {
  padding-bottom: 12px;
}

#col05 .flex:nth-of-type(7) .txt.bgimg {
  background-image: url(../img/col05_ph8sub.png);
  background-position: bottom right 70px;
  background-repeat: no-repeat;
}

.btn {
  margin-bottom: 2.4%;
  text-align: center;
}

.btn a img {
  max-width: 57.3%;
}

p.copy {
  text-align: center;
}

/**/

.ttlArea {
  display: block;
  margin: 0 auto;
  max-width: 1300px;
  text-align: center;
}

.ttlArea p {
  line-height: 1.57;
}

.btnLink {
  display: block;
  margin: 20px auto;
  text-align: center;
}

.imgbox {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.imgbox img {
  display: block;
}

.imgbox span {
  display: block;
  position: relative;
}

.imgbox span p {
  position: absolute;
  text-align: center;
  padding: 1em 0;
  top: 45px;
  right: 1em;
  width: 100%;
  font-size: .875rem;
  line-height: 1.6;
  color: #383850;
}

.imgbox span.fin p {
  right: 0;
  padding-top: 2em;
}

.imgbox span p strong {
  font-weight: bold;
  display: block;
  padding-top: .35em;
}

.meritbox {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.meritbox img {
  display: block;
}

.meritbox div {
  display: block;
  position: relative;
  padding-bottom: 5vw;
}

.meritbox div span {
  position: absolute;
  top: 100px;
  text-align: center;
  width: 100%;
  display: block;
}

.meritbox div h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: .35em;
}

.meritbox div p {
  font-size: .875rem;
  line-height: 1.6;
  color: #383850;
  text-align: center;
}

/* コンテンツ リンク色[変更可] */

#enjoy_lisagas2020 a:link {
  text-decoration: none;
  color: #3F3F3F;
}

#enjoy_lisagas2020 a:visited {
  text-decoration: none;
  color: #3F3F3F;
}

#enjoy_lisagas2020 a:active {
  text-decoration: underline;
  color: #3F3F3F;
}

#enjoy_lisagas2020 a:hover {
  text-decoration: underline;
  color: #3F3F3F;
}

/*-------  ホバーキャプション   -------*/

.flrecommend {
  width: 300px;
  border: 6px solid #FFFFFF;
}

.rcm-box2 {
  background: black;
  position: relative;
}

.rcm-box2 img {
  display: block;
  opacity: 1;
}

.rcm-box2 a img {
  width: 100%;
}

.rcm-box2:hover img {
  opacity: 0.4;
}

.rcm-overlay {
  display: none;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
}

.rcm-box2:hover .rcm-overlay {
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}

#enjoy_lisagas2020 .rcm-box2 p {
  padding: 0 10px 5px;
  color: white;
  line-height: 2;
  font-size: 1.25rem;
  letter-spacing: .04em;
}

/*-------  ホバーキャプション   -------*/

/*-------------------------------------------------
  clear 
-------------------------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*202109追加*/

#col05 .flex .kaigyo {
    line-height: 1.5;
    padding-bottom: 0.6em;
}

/* for responsive */
#slide_menu {
    display: none;
}

.sp_header,
.sp_footer {
    display: none;
}

.shop_link {
    text-align: right;
    font-size: 11px;
    width: 980px;
    margin: 5px auto 0;
}

.spOnly {
    display: none !important;
}